From aa5f1cb18df08ea432115d727ec6157d683e5a5a Mon Sep 17 00:00:00 2001 From: jrandom Date: Wed, 19 Oct 2005 23:23:19 +0000 Subject: [PATCH] 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) --- build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.xml b/build.xml index cf3899795..b0437c070 100644 --- a/build.xml +++ b/build.xml @@ -30,6 +30,7 @@ + @@ -102,6 +103,7 @@ + @@ -158,6 +160,7 @@ + @@ -228,6 +231,7 @@ + @@ -332,6 +336,7 @@ +