3121 Commits

Author SHA1 Message Date
zzz
9a0f22c0d7 I2CP: Fix LS2 options not being updated on subsession 2026-03-25 13:09:47 -04:00
zzz
527ed57e4a I2NP: HostReplyMessage updates for proposal 167 (WIP) 2026-03-24 11:32:53 -04:00
zzz
39b2116afa Util: Add note about formatTime() output 2026-03-21 07:49:46 -04:00
zzz
a18db19244 Util: Bump max Java version for CLI output 2026-03-21 07:48:14 -04:00
zzz
174061bd2d Stats: Fix 60s stat getAverage() returning 20% high
due to CoalesceStatsEvent being on a 50s timer

- Caused by rounding in Rate.coalesce()
- Affected data on /stats, Prometheus plugin, console sidebar, and internal use
- Did not affect graphs
- Apparently dates back to original jrandom code
2026-03-19 10:25:12 -04:00
zzz
d5e8cf07bb Console: Mark LS1 encrypted leasesets as deprecated
also add notes to javadocs for the KeyRing class used to store the keys
2026-03-13 09:10:16 -04:00
zzz
9597bc540f I2CP: Force LS2 even for ElG-only
i2pd request
2026-02-28 09:14:51 -05:00
zzz
fc4cd14534 Data: Add cached entries for common properties (props 168, 169) 2026-02-14 14:15:55 -05:00
zzz
bef32f70c3 Datagrams: Use smaller initial buffer size in DG1 maker
and improve exception messages and comments.
Also increase max size to match spec.
2026-02-14 13:21:53 -05:00
zzz
98644e565f i2psnark: Clear bw limiters on session stop 2026-02-14 13:08:51 -05:00
eyedeekay
8e1eb6b012 Update checklist.md and bump version numbers 2026-02-09 14:27:41 -05:00
zzz
358f5fa453 Change canonical domain to i2p.net 2026-01-14 12:08:01 -05:00
zzz
75d7513532 Util: Add namecoin and GNS to DoH blacklist 2025-12-29 11:35:47 -05:00
eyedeekay
9c1573d357 Release I2P 2.10.0 2025-09-08 18:24:08 -04:00
zzz
38805ee866 I2CP: Stub out new HostLookup types for service records (proposal 167)
not complete, not yet hooked in
2025-07-27 11:24:18 -04:00
zzz
4128335115 Crypto: Reduce YK precalc pool size, almost unused 2025-07-27 09:11:35 -04:00
zzz
41b7b42ec2 I2CP: Destroy session fixes
- Destroying subsession no longer destroys primary session on client side
- Ignore SessionStatus(Destroyed) on client side, it wasn't doing the right thing
- Add notes on router side about not sending SessionStatus(Destroyed)
2025-07-17 18:06:33 -04:00
zzz
a439c86b98 Remove exclusion of class already removed 2025-07-04 07:46:09 -04:00
zzz
fd436ec35a Util: Android Java version detection improvements 2025-07-04 07:30:26 -04:00
zzz
f6289cb41b Merge pull request 'PQ MLKEM hybrid ratchet only' (#517) from zzz/i2p.i2p:pq-ratchet into master
Reviewed-on: http://git.idk.i2p/I2P_Developers/i2p.i2p/pulls/517
Reviewed-by: idk <idki2p@mail.i2p>
2025-06-24 08:31:49 -04:00
zzz
5bb3cc488c Merge pull request 'I2CP: Add async lookup API' (#511) from zzz/i2p.i2p:i2cp-asynch-lookup into master
Reviewed-on: http://git.idk.i2p/I2P_Developers/i2p.i2p/pulls/511
Reviewed-by: idk <idki2p@mail.i2p>
2025-06-18 11:35:35 -04:00
zzz
0aa280435a Merge pull request 'Stats: Remove ancient stat log' (#503) from zzz/i2p.i2p:statlog into master
Reviewed-on: http://git.idk.i2p/I2P_Developers/i2p.i2p/pulls/503
Reviewed-by: idk <idki2p@mail.i2p>
2025-06-15 08:08:17 -04:00
zzz
5c828fa116 Merge pull request 'I2CP: Add support for service records (proposal 167)' (#501) from zzz/i2p.i2p:prop167 into master
Reviewed-on: http://git.idk.i2p/I2P_Developers/i2p.i2p/pulls/501
Reviewed-by: idk <idki2p@mail.i2p>
2025-06-15 08:04:08 -04:00
zzz
e3b176b676 I2P changes for ratchet 2025-06-13 08:56:52 -04:00
eyedeekay
71e2e8d5aa I2P 2.9.0 Release 2025-06-02 15:21:56 -04:00
eyedeekay
e92695a42e Release Checklist: ant bumpBuildtime, ran javadoc test, ran java 7 test, geoip will wait until day-of. CI on gitea is temp down, but is equivalent to CI on github. 2025-05-26 15:20:49 -04:00
zzz
740a06b438 I2CP: Add asynch lookup API
Underlying lookup was already asynch but there was no sync API.
This will be useful for the zzzot plugin and others.
Also clean up pending lookups on session shutdown.
2025-05-14 08:41:56 -04:00
zzz
488759c66b code formatting 2025-05-11 14:16:44 -04:00
zzz
9c1175fdc5 spelling 2025-05-08 10:33:50 -04:00
zzz
7755860274 CLI: Show deprecated types in privatekeyfile and su3file help 2025-05-02 07:36:14 -04:00
zzz
6dc986f5f3 I2CP: Don't pass javax or streaming options to the router
except for i2p.streaming.profile,
which we may use on the router side later,
see proposal 168.
2025-05-01 06:58:08 -04:00
zzz
06457548d2 Stats: Remove ancient stat log
From the jrandom days, to log every stat to a file.
Disabled and hidden from the UI a long long time ago.
Along with it goes the stat log filter, which selected
the stats to log.
2025-04-26 14:52:18 -04:00
zzz
76be323557 I2CP: Add support for service records (proposal 167) 2025-04-26 14:26:47 -04:00
zzz
68fbd09c0c I2CP: Add support for Datagram 2/3 (proposal 163)
Prep for UDP announces (proposal 160)
Base for future changes in i2psnark and zzzot
Not hooked in to anything
2025-04-26 14:08:55 -04:00
zzz
c60e748a24 Util: Add ability to force using IPv6 for SSLEepGet 2025-04-25 07:05:47 -04:00
zzz
f6e951e297 Build: Patch msgfmt-generated ResourceBundle code to eliminate unchecked warnings
Ancient msgfmt doesn't know about generics.
This change allows devs to set javac.compilerargs=-Xlint:unchecked
in override.properties without getting an
overwhelming number of false positives from the bundles.

If msgfmt ever adds a --java5 option, we can remove this,
but it's been almost 20 years.
For the same reason, while the sed script is fragile,
seems unlikely msgfmt will change the output without a new option.
If they do, we'll fix it then.
2025-04-20 17:21:35 -04:00
zzz
b8dca2f64b Merge branch 'devrandom' into 'master'
PRNG: Switch to /dev/random by default

See merge request i2p-hackers/i2p.i2p!238
2025-04-04 12:00:55 +00:00
zzz
8ac8ad4238 PRNG: Switch to /dev/random by default 2025-04-04 12:00:55 +00:00
zzz
9aa8bb4576 CLI: BuildTime show jar time 2025-03-30 07:14:20 -04:00
zzz
8e7f67b0cc 2.8.2 2025-03-29 08:20:56 -04:00
zzz
f444854456 2.8.1 2025-03-17 11:48:02 -04:00
zzz
340720c749 bump buildtime 2025-03-06 09:30:46 -05:00
zzz
7b52b4431a Build: Use package-info.java for empty dirs
instead of package.html and Dummy.java
2025-03-05 10:16:55 -05:00
zzz
db77827ce0 javadoc fixes 2025-03-05 06:16:53 -05:00
zzz
a922c1cc6d LS2 CLI test fixups 2025-02-24 14:01:55 -05:00
zzz
940205f8c8 Merge branch 'bubbles' into 'master'
Console: Add support for notification bubbles

See merge request i2p-hackers/i2p.i2p!230
2025-02-22 11:07:44 +00:00
zzz
652d55a95c Console: Add support for notification bubbles 2025-02-22 11:07:43 +00:00
zzz
fbd0be941a Client: Deprecate getters for unused encryption private key 2025-02-21 09:05:55 -05:00
zzz
6ad679e701 Merge branch 'i2pdotalt' into 'master'
i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels

See merge request i2p-hackers/i2p.i2p!222
2025-02-17 18:47:16 +00:00
zzz
b0a8943889 i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels 2025-02-17 18:47:16 +00:00