Search found 251 matches

by zzz
17 May 2026 16:29
Forum: I2PSnark
Topic: Bug: I2PSnark changes filenames
Replies: 3
Views: 2434

Re: Bug: I2PSnark changes filenames

Hopefully fixed in a9ded0827d967afbf3117f58a3766b6445aefbad to be 2.12.0-8
by zzz
05 May 2026 12:39
Forum: I2PSnark
Topic: Bug: I2PSnark changes filenames
Replies: 3
Views: 2434

Re: Bug: I2PSnark changes filenames

thanks for the report, I'll take a look
by zzz
27 Mar 2026 12:33
Forum: I2PSnark
Topic: FrostWire 7.0.3 supports I2P
Replies: 3
Views: 18559

Re: FrostWire 7.0.3 supports I2P

Interesting. The release notes only talk about "initial infrastructure" (a config UI), not full implementation, and I only saw config things in the recent commits. Perhaps the screenshot is from some unreleased test version, or I'm looking in the wrong place. The only clue in the commits o...
by zzz
08 Mar 2026 13:33
Forum: Router
Topic: Windows(?): Extremely poor connectivity with new encryption
Replies: 12
Views: 70909

Re: Windows(?): Extremely poor connectivity with new encryption

Thanks for the report, that's great news.

The download link to the CI dev build is https://i2p.github.io/i2p.i2p/i2pupdate.zip

Simply copy that to your install dir ($I2P) or your config dir (~/.i2p except on Windows) and restart. No need to unzip manually.

Anybody who tests, please report results.
by zzz
07 Mar 2026 14:30
Forum: Router
Topic: Windows(?): Extremely poor connectivity with new encryption
Replies: 12
Views: 70909

Re: Windows(?): Extremely poor connectivity with new encryption

The automated migration from ECIES-only or ECIES+ElGamal to ECIES+MLKEM768 triggered some latent bugs in our leaseset lookup code (IterativeSearchJob). Results for lookups from destinations that did NOT support ElGamal would sometimes be misrouted. This bug was more likely to be hit at startup and o...
by zzz
04 Mar 2026 12:58
Forum: Router
Topic: Windows(?): Extremely poor connectivity with new encryption
Replies: 12
Views: 70909

Re: Windows(?): Extremely poor connectivity with new encryption

Thanks for the reports. With the help of 'cims' on IRC I have confirmed there is an issue and have identified the general location of the problem. It is unlikely to be related to Windows specifically. When I have workarounds and/or fixes I will post them here. Please be patient, as it's somewhat com...
by zzz
22 Feb 2026 22:12
Forum: Router
Topic: Windows(?): Extremely poor connectivity with new encryption
Replies: 12
Views: 70909

Re: Windows(?): Extremely poor connectivity with new encryption

Thanks for the report, will investigate
by zzz
13 Feb 2026 20:12
Forum: I2PSnark
Topic: I2psnark / i2pd 2.59: 503
Replies: 4
Views: 33072

Re: I2psnark / i2pd 2.59: 503

Super, thanks for reporting back
by zzz
13 Feb 2026 20:10
Forum: Router
Topic: SAM: change tunnel length and quantity at runtime
Replies: 1
Views: 10282

Re: SAM: change tunnel length and quantity at runtime

True. Would you like to write a proposal?
by zzz
09 Feb 2026 21:27
Forum: I2PSnark
Topic: I2psnark / i2pd 2.59: 503
Replies: 4
Views: 33072

Re: I2psnark / i2pd 2.59: 503

Here you go diff --git a/apps/i2psnark/java/build.xml b/apps/i2psnark/java/build.xml index b78e34e59..aad4f3ad1 100644 --- a/apps/i2psnark/java/build.xml +++ b/apps/i2psnark/java/build.xml @@ -240,9 +240,7 @@ <fileset dir="build/obj" includes="**/standalone/*.class" /> <zipfilese...