2005-10-19 jrandom

* Ported the snark bittorrent client to I2P such that it is compatible
      with i2p-bt and azneti2p.  For usage information, grab an update and run
      "java -jar lib/i2psnark.jar".  It isn't currently multitorrent capable,
      but adding in support would be fairly easy (see PeerAcceptor.java:49)
    * Don't allow leaseSets expiring too far in the future (thanks postman)
This commit is contained in:
jrandom
2005-10-19 22:38:45 +00:00
committed by zzz
parent 138f7d3b8d
commit 76655d01d0
5 changed files with 22 additions and 8 deletions

View File

@ -1,4 +1,11 @@
$Id: history.txt,v 1.300 2005/10/17 22:14:01 dust Exp $
$Id: history.txt,v 1.301 2005/10/19 00:15:15 jrandom Exp $
2005-10-19 jrandom
* Ported the snark bittorrent client to I2P such that it is compatible
with i2p-bt and azneti2p. For usage information, grab an update and run
"java -jar lib/i2psnark.jar". It isn't currently multitorrent capable,
but adding in support would be fairly easy (see PeerAcceptor.java:49)
* Don't allow leaseSets expiring too far in the future (thanks postman)
2005-10-19 jrandom
* Bugfix for the auto-update code to handle different usage patterns