CVS messages for BitTorrent
February 7, 2008
- Commit #99641 by bradfordcp at 05:16
#218650 by mrintegrity, Fixed issue where module did not check to see if variable was an array before calling array_key_exists().
February 4, 2008
- Commit #99305 by bradfordcp at 18:51BitTorrent: /modules/bittorrent/announce.php 1.4.2.9 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_common.inc 1.4.2.8 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_torrent.module 1.4.2.15 @ DRUPAL-5#215777 by Jonas Kvarnstrom, partial fix, doesn't break all uploads across all nodes, see the comments #173319 by Don 944 LA, Fixed issues with my foreach loop the module should support PHP 4 now #215791 by Jonas Kvarnstrom, Fixed issue (thanks for the background SQL information) #215787 by Jonas Kvarnstrom, I have put the correct variable names in, good catch #200247 by Jonas Kvarnstrom, I think the changes made to bt_torrent_get_torrent() should fix this #196931 by ravik, Partial fix, included the code by Jonas Kvarnstrom, the module's weight still needs to be grater than that of upload in the system table.
September 22, 2007
- Commit #81975 by bradfordcp at 05:10BitTorrent: /modules/bittorrent/announce.php 1.4.2.8 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_common.inc 1.4.2.7 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_torrent.info 1.3.2.3 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_torrent.install 1.4.2.9 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_torrent.module 1.4.2.14 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_tracker.info 1.3.2.3 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_tracker.install 1.4.2.8 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_tracker.module 1.5.2.12 @ DRUPAL-5
BitTorrent: /modules/bittorrent/scrape.php 1.4.2.7 @ DRUPAL-5Fixed error when editing the node, it required the user to reupload the torrent and did not support web seeding. Now a user may edit the node without having to resupply the torrent file.
- Commit #81974 by bradfordcp at 04:32BitTorrent: /modules/bittorrent/bt_torrent.module 1.4.2.13 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_tracker.module 1.5.2.11 @ DRUPAL-5Added hook_load() so additional information is added to the node object for themers.
September 21, 2007
- Commit #81859 by bradfordcp at 03:03BitTorrent: /modules/bittorrent/bt_torrent.module 1.4.2.12 @ DRUPAL-5
BitTorrent: /modules/bittorrent/INSTALL.txt 1.1.2.3 @ DRUPAL-5
BitTorrent: /modules/bittorrent/scrape.php 1.4.2.6 @ DRUPAL-5Enhanced scrape requests. Fixed errors during cron runs. Fixed minor formatting errors.
September 20, 2007
- Commit #81741 by bradfordcp at 05:28
Fixed formatting errors.
- Commit #81739 by bradfordcp at 05:24BitTorrent: /modules/bittorrent/announce.php 1.4.2.7 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_tracker.module 1.5.2.9 @ DRUPAL-5#177136 Fixed issue with invlaid data being placed in bt_torrents. Now the data in these fields is pulled from bt_tracker_active_users.
- Commit #81738 by bradfordcp at 04:15
Expanded INSTALL.txt information to inform users that they must add torrent to "Default permitted file extensions" located at admin/settings/uploads
September 11, 2007
- Commit #80777 by bradfordcp at 03:48
Fixed a performance error where the piece size that is calculated for web seeding files is too small which results in huge torrent file sizes. The new algorithm correctly determines the optimal piece size.
September 5, 2007
- Commit #80098 by bradfordcp at 05:09BitTorrent: /modules/bittorrent/bt_common.inc 1.4.2.6 @ DRUPAL-5
BitTorrent: /modules/bittorrent/bt_torrent.module 1.4.2.10 @ DRUPAL-5Fleshed out is_valid_torrent(). The function actually validates the uploaded torrent and determines whether or not to continue processing.
