Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BtiTracker 1.4.8 | 2011-05-18 | ||
BtiTracker 1.4.7 | 2007-12-04 | ||
BtiTracker 1.4.6 | 2007-11-22 | ||
BtiTracker 1.4.5 | 2007-11-07 | ||
BtiTracker 1.4.4 | 2007-06-28 | ||
BtiTracker 1.4.3 | 2007-05-23 | ||
BtiTracker 1.4.2 | 2007-05-20 | ||
Languages | 2007-05-02 | ||
BtiTracker 1.4.1 | 2007-04-29 | ||
Totals: 9 Items | 0 |
IPV6 IS NOT NATIVELY SUPPORTED BY BTIT 1.4.X Apply the patch ONLY if you experiment problems with IPv6 Patch by free2malloc (Thank you) http://sourceforge.net/tracker/?func=detail&aid=3104244&group_id=146822&atid=766508 This patch provides full IPv6 support to Bti including compressed peer lists via bencoded peers6 as described in: http://bittorrent.org/beps/bep_0007.html Since mysql doesn't currently have any native functions for manipulating ipv6 addresses, this patch uses the function extensions available at: http://labs.watchmouse.com/2009/10/extending-mysql-5-with-ipv6-functions/ The storage type of IP addresses of both protocols within the database schema has been changed to varbinary(16), although other methods for storage are also possible, as discussed in: http://www.koopman.me/2008/04/storing-ipv6-ips-in-mysql/ This patch doesn't include incremental updates for the SQL schema, but does include an updated sql/database.sql