Releases for BitTorrent
bittorrent 6.x-9.2-alpha6
First released: July 11, 2009 - 01:11
Size: 58.88 KB
md5_file hash: 90107e4644fc7c6be88c60c99f4b7188
Last updated: July 11, 2009 - 01:15
#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
First released: July 4, 2009 - 21:09
Size: 53.33 KB
md5_file hash: 12ff40a57c877382846bb82c42916453
Last updated: July 4, 2009 - 21:10
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
First released: July 4, 2009 - 19:35
Size: 53.31 KB
md5_file hash: 969178f2a72f4122eb29e1b635e6d7a4
Last updated: July 4, 2009 - 19:40
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
First released: July 1, 2009 - 11:41
Size: 54.44 KB
md5_file hash: 3a2ebaa26d0a4965049b782b007c92cc
Last updated: July 1, 2009 - 11:45
#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
First released: June 30, 2009 - 20:47
Size: 53.26 KB
md5_file hash: a3bd9be53c31696aee01e2c397574ad6
Last updated: June 30, 2009 - 20:50
#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
First released: June 27, 2009 - 16:58
Size: 54.36 KB
md5_file hash: 330f97ede4b8c802a999e39b9d9b365a
Last updated: June 27, 2009 - 17:00
#501944: tracker working but no seed Use "varbinary" data type for bt_tracker_connections.ip, instead "varchar".
bittorrent 6.x-9.1
First released: June 24, 2009 - 13:40
Size: 54.41 KB
md5_file hash: 4a7d8db45aa4ed90fe8185b0f65c957c
Last updated: June 24, 2009 - 13:45
[+] 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
First released: May 15, 2009 - 04:36
Size: 65.62 KB
md5_file hash: 8387d1325edeef9042f14491c208a98b
Last updated: July 19, 2009 - 12:04
== 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
First released: February 26, 2009 - 03:13
Size: 23.28 KB
md5_file hash: 0d9f757d96908f337368361cac3efaa2
Last updated: February 26, 2009 - 03:15
D6 Base Port! Gentlemen (and ladies) start your testing!
bittorrent 6.x-9.x-dev
First released: February 18, 2009 - 05:04
Size: 54.41 KB
md5_file hash: 89f0a7ecb01fa468f507bc47a82bf6bb
Last updated: July 1, 2009 - 12:06
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
First released: February 4, 2008 - 18:53
Size: 23.67 KB
md5_file hash: efb73b266d6cd9eecca34f8d4318f178
Last updated: February 4, 2008 - 18:55
#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
First released: September 22, 2007 - 05:18
Size: 23.58 KB
md5_file hash: d2c1f6cfe2edbc6e1b2ef68593d05a9f
Last updated: September 22, 2007 - 05:20
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
First released: August 20, 2007 - 20:05
Size: 22.63 KB
md5_file hash: 9eb73f6a2f8db87a82f10105ace376a0
Last updated: August 20, 2007 - 20:10
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
First released: July 13, 2007 - 21:01
Size: 23.77 KB
md5_file hash: 781c45c3c36dcf977e62ca06246dee18
Last updated: February 7, 2008 - 12:00
Development Snapshot of the Bittorrent Module
