bittorrent 6.x-9.2-alpha6
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.2-alpha6.tar.gz | 58.88 KB | 90107e4644fc7c6be88c60c99f4b7188 |
| bittorrent-6.x-9.2-alpha6.zip | 73.24 KB | 0603ff7eb1ff13c84ce29e613cab0fa3 |
Release notes
#507560: Declare announce (scrape) URL as menu items (configurable by admin) or use announce.php (with bootstrap loading) by overall: Declare announce (scrape) URL as menu items (configurable by admin) or use announce.php (with bootstrap loading), so copying of "announce.php" and "scrape.php" is unnecessary now [feature]
#513200: Show user ratio, uploaded, downloaded and other on the user profile by overall: Show user uploaded, downloaded, ratio, last activity on the user profile [feature]
#512182: Automatically remove passkey values from announce URLs in uploaded torrent file (admin option) by overall: Remove passkey from announce URL: none, at upload, at download (configurable by admin) [feature]
#510902: Add option for admin to choose between to use or not to use some workarounds. by overall: Add option for admin to choose between to use or not to use some workarounds [feature]
#510788: Do not allow to upload torrents if torrents with same info_hash already exists. by overall: Do not allow to upload torrents if torrents with same info_hash already exists [feature]
#510722: Add admin setting to limit "numwant" request param by overall: Add admin setting to limit "numwant" request param [feature]
#510720: Set torrent details page URL as comment in torrent-file by overall: Set torrent details page URL as comment in torrent-file [feature]
#510718: Use Token to compose torrent-file name by overall: Use Token to compose torrent-file name [feature]
#508238: IPV6 is not working by overall: do not pack (send as binary) peers, if any peer is IPv6 [bug fix]
by overall: Store additional info about torrent (nid, type_name, field_name, delta, vid, uid, ...) in new "custom_data" field [feature]
by overall: "TorrentField returns again!" [feature]
by overall: Update torrents table within torrent-field [bug fix]
by overall: Show torrents all peers using view (configurable by admin) [feature]
bittorrent 6.x-9.2-alpha5
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.2-alpha5.tar.gz | 53.33 KB | 12ff40a57c877382846bb82c42916453 |
| bittorrent-6.x-9.2-alpha5.zip | 68.23 KB | f33719592a2a0b9018d4c845d1be79f4 |
Release notes
by overall: include settings API, insead of load settings module in announce_core.php and scrape_core.php (bug fix)
bittorrent 6.x-9.2-alpha4
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.2-alpha4.tar.gz | 53.31 KB | 969178f2a72f4122eb29e1b635e6d7a4 |
| bittorrent-6.x-9.2-alpha4.zip | 68.22 KB | 2af3432c9925bf9477b2411f7c924606 |
Release notes
by overall: use settings module
by overall: some optimization for announce_core.php
by overall: warning message for bt_upload module
by overall: few other small bug fixes
bittorrent 6.x-9.2-alpha3
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.2-alpha3.tar.gz | 54.44 KB | 3a2ebaa26d0a4965049b782b007c92cc |
| bittorrent-6.x-9.2-alpha3.zip | 69.86 KB | 07a1b8a42569a692d45acf8f01a758eb |
Release notes
#506888: Fatal error: Call to undefined function settings_prepare_settings_form() in C:\root\bt10\sites\all\modules\bittorrent\bt_torrent by overall: same as for bittorrent 6.x-9.2-alpha2, but against "DRUPAL-6--9" branch, not "HEAD".
bittorrent 6.x-9.2-alpha2
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.2-alpha2.tar.gz | 53.26 KB | a3bd9be53c31696aee01e2c397574ad6 |
| bittorrent-6.x-9.2-alpha2.zip | 68.17 KB | e5fa7e60324e66bef9c4af268b9bc981 |
Release notes
#503766: Problem with update.php when I'm updating from previous version by overall: Properly updates from 6.x-9.0-beta1.
by overall: Re-titled formatter from "Torrent Contents" to "BitTorrent".
bittorrent 6.x-9.2-alpha1
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.2-alpha1.tar.gz | 54.36 KB | 330f97ede4b8c802a999e39b9d9b365a |
| bittorrent-6.x-9.2-alpha1.zip | 69.79 KB | 14db3f0fec234f1a0752aca81fabb73f |
Release notes
#501944: tracker working but no seed Use "varbinary" data type for bt_tracker_connections.ip, instead "varchar".
bittorrent 6.x-9.1
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.1.tar.gz | 54.41 KB | 4a7d8db45aa4ed90fe8185b0f65c957c |
| bittorrent-6.x-9.1.zip | 69.66 KB | 175429ab6c8f13fc2636086ad6529c95 |
Release notes
[+] Separate announce.php and scrape.php to (announce.php and announce_core.php) and (scrape.php and scrape_core.php)
[*] Upload torrents as a CCK field (BitTorrent widget)
[Code (without DB struct change)]
Bug: Ability to override/append our announce url using "announce-list"
Fature: Patch (override with our announce url) torrent-file at the moment of its download (but not at moment of its upload)
Bug: when a new tracker added to active torrent in the client (uTorrent 1.8.2). Client doesn't send 'started' event...
Bug: announce.php - Check if there are two peers (distinct IP) downloading with the same passkey: "SELECT DISTINCT COUNT(btau.ip) FROM ..." -> "SELECT COUNT(DISTINCT btau.ip) FROM ..."
Bug: announce.php - Check if there are two peers (distinct IP) downloading with the same passkey: do not set passkey status (bt_message exits from script) - swap "db_query(...);" and "bt_message(..., BITTORRENT_MESSAGE_ERROR);"
Bug: announce.php - Check if there are two peers (distinct IP) downloading with the same passkey: to many bugs - rewritten
Bug: unknown user_load() in announce.php ( see http://drupal.org/node/413464 )
Port: Validation of uploading torrent-file ( see "bt_torrent_widget_upload_validators" )
[database structure changes]
set "bt_tracker_users.passkey" type to "char(40)"
bittorrent 6.x-10.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-10.x-dev.tar.gz | 64.78 KB | df4f6ee9f1b84342cea4332997a04f18 |
| bittorrent-6.x-10.x-dev.zip | 81.59 KB | a4fc4b82144b665809778fd00ceb78fe |
Release notes
== Code (without DB struct change) ==
[DONE]Bug: Ability to override/append our announce url using "announce-list"
[DONE]Fature: Patch (override with our announce url) torrent-file at the moment of its download (but not at moment of its upload)
[DONE]Bug: when a new tracker added to active torrent in the client (uTorrent 1.8.2). Client doesn't send 'started' event...
[DONE]Bug: announce.php - Check if there are two peers (distinct IP) downloading with the same passkey: "SELECT DISTINCT COUNT(btau.ip) FROM ..." -> "SELECT COUNT(DISTINCT btau.ip) FROM ..."
[DONE]Bug: announce.php - Check if there are two peers (distinct IP) downloading with the same passkey: do not set passkey status (bt_message exits from script) - swap "db_query(...);" and "bt_message(..., BITTORRENT_MESSAGE_ERROR);"
[DONE]Bug: announce.php - Check if there are two peers (distinct IP) downloading with the same passkey: to many bugs - rewritten
[DONE]Bug: unknown user_load() in announce.php ( see http://drupal.org/node/413464 )
[DONE]Port: Validation of uploading torrent-file ( see "bt_torrent_widget_upload_validators" )
== database structure changes ==
[DONE]set "bt_tracker_users.passkey" type to "char(40)"
[DONE]set "bt_torrents.info_hash", "bt_tracker_active_users.info_hash" type to "char(40)" (from "varchar(255)")
[DONE]set "bt_tracker_active_users.peer_id" type to "char(40)"
bittorrent 6.x-9.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.0-beta1.tar.gz | 23.28 KB | 0d9f757d96908f337368361cac3efaa2 |
| bittorrent-6.x-9.0-beta1.zip | 30.45 KB | 8a355b7957593bfb6749394ca6d73034 |
Release notes
D6 Base Port! Gentlemen (and ladies) start your testing!
bittorrent 6.x-9.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-6.x-9.x-dev.tar.gz | 54.62 KB | 4bc7da2f8d8ec8cbed9ccbc8bff59f24 |
| bittorrent-6.x-9.x-dev.zip | 69.17 KB | 6fb6d1f011e3bb0d347026fa6e81fbd5 |
Release notes
Nightly development snapshot from CVS branch: DRUPAL-6--9
Currently this is the location of major development for the module.
bittorrent 5.x-2.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-5.x-2.0-beta3.tar.gz | 23.67 KB | efb73b266d6cd9eecca34f8d4318f178 |
| bittorrent-5.x-2.0-beta3.zip | 28.43 KB | aea2c0704c881765495378f5ec7e6d7b |
Release notes
#215777: Torrent module disables all uploads by Jonas Kvarnstrom, partial fix, doesn't break all uploads across all nodes, see the comments
#173319: Blank page after enable module by Don 944 LA, Fixed issues with my foreach loop the module should support PHP 4 now
#215791: BitTorrent won't return peers -- the priority of NOT by Jonas Kvarnstrom, Fixed issue (thanks for the background SQL information)
#215787: BITTORRENT_ERROR_MESSAGE should be BITTORRENT_MESSAGE_ERROR by Jonas Kvarnstrom, I have put the correct variable names in, good catch
#200247: BitTorrent download appends devel query log by Jonas Kvarnstrom, I think the changes made to bt_torrent_get_torrent() should fix this
#196931: Cant attach .torrent files by ravik, Partial fix, included the code by Jonas Kvarnstrom, the module's weight still needs to be greater than that of upload in the system table.
bittorrent 5.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-5.x-2.0-beta2.tar.gz | 23.58 KB | d2c1f6cfe2edbc6e1b2ef68593d05a9f |
| bittorrent-5.x-2.0-beta2.zip | 28.35 KB | f3dfafa7e21854ea16c003f40d90eefc |
Release notes
This is the latest beta release of the BitTorrent module. This release has a number of new features, major bug fixes, and performance enhancements. Editing a torrent node no longer causes issues (it also doesn't delete the metadata from the database anymore). For performance scrape requests (and statistics on the site) can be served from a cache of statistics causing little load on the server when requesting them or the data can be pulled directly from the active users table where the information (should be) up to date. The hook_load has now been implemented so themers can get to the detailed torrent information.
Please note: Two of the interval settings are dependent on how often you run cron. Should the interval be set to an hour, but cron is only run once a day, the code the interval affects will only run once a day. To utilize auto-pruning and statistics caching please adjust your cron settings accordingly.
bittorrent 5.x-1.0-beta
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-5.x-1.0-beta.tar.gz | 22.63 KB | 9eb73f6a2f8db87a82f10105ace376a0 |
| bittorrent-5.x-1.0-beta.zip | 27.47 KB | f95f12d560de05ce5b6622f83ac3221c |
Release notes
This is the beta for my Summer of Code project. It includes web-seeding, torrent tracking, and views integration. Please feel free to file any bugs you may find.
bittorrent 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bittorrent-5.x-1.x-dev.tar.gz | 23.65 KB | a9abfb0137c4894b2d46ba9dd2ca7c95 |
| bittorrent-5.x-1.x-dev.zip | 27.98 KB | 209590b724e5c3d73a4b62d3cf8367fe |
Release notes
Development Snapshot of the Bittorrent Module