6554 Commits

Author SHA1 Message Date
zzz
2eb223932b bump -10. -8 and -9 were tagged but not bumped. 2026-03-25 13:11:57 -04:00
zzz
fb6d7b15e9 bump -7. Previous -5 was mistakenly tagged as -6 2026-03-24 11:22:32 -04:00
zzz
055e916a83 UPnP: Fail fast if no local addresses, don't blame on port conflict 2026-03-23 10:19:39 -04:00
zzz
689c7d6db3 Util: Fix PriBlockingQueue log class 2026-03-21 17:13:44 -04:00
zzz
c1a4144199 missing change from last commit 2026-03-21 16:21:35 -04:00
zzz
9cb902b0ec NetDB: Force L cap if very low max tunnels 2026-03-21 16:06:19 -04:00
zzz
12e2dad36b SSU2: Set peer test result to firewalled if no peers available to test
and uptime > 10m and no incoming connections for 10m
to catch completely broken IPv6.
Increase SSU min peers to 10 to improve chance of peer test success.
2026-03-21 16:05:18 -04:00
zzz
3d7af13de0 Stats: Change tunnel.tier* stat rates from 10m,60s to 1h 2026-03-19 11:30:36 -04:00
zzz
80bb2b767f Transports: Add method to get connected transport for peer
currently unused, for debugging only
2026-03-19 10:05:17 -04:00
zzz
50dda23e11 bump -5 2026-03-17 19:12:34 -04:00
zzz
20de9d5c7c NetDB: Publish D cap if near conn limits 2026-03-17 19:12:34 -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
5be6b0ed35 ISJ: Fail peer if it doesn't support ElG or Ratchet
as suggested by cims,
although this code probably won't ever be hit
2026-03-12 11:23:25 -04:00
zzz
6b1576e780 bump -4 2026-03-07 08:36:53 -05:00
zzz
3bc4a2d740 Log level tweaks 2026-03-06 13:56:29 -05:00
zzz
51626535bf NetDB: ISJ fixes for client replies going to main db
- Do not fallback to inbound expl. tunnel, result would go to main db where client can't find it
- Default supportsRatchetReplies to true if RI is null, so inbound client tunnel is used

reported by: FreefallHeavens, sidereal, cims
2026-03-06 08:20:06 -05:00
zzz
155805789d Noise: Fix SSU2 MLKEM init (WIP) 2026-03-05 16:52:14 -05:00
zzz
e6a673c6f4 bump -3 2026-02-28 18:43:59 -05:00
zzz
971a096550 SSU2: Fix rare NPE in PeerTestManager.ContinueTest 2026-02-28 18:06:00 -05:00
zzz
04780cae4c Console: Limit banlist output, add page links
Fix concurrent mod exception rendering banlist caused by switch to LHM
2026-02-26 10:07:48 -05:00
zzz
f976b6ac1c NTCP2: Increase max padding for non-PQ
to match updated specs
2026-02-26 08:54:32 -05:00
zzz
c2f59ae5d1 Noise: Complete initialization of SSU2-PQ hashes (WIP) 2026-02-21 12:47:58 -05:00
zzz
86d051a427 Transport: Support any outbound connection NTCP2-PQ version
not just what's configured for inbound
2026-02-20 08:59:01 -05:00
zzz
a1d93169d1 Bump -2 2026-02-19 07:52:59 -05:00
zzz
3806b00019 Transport: Add support for PQ NTCP2 (Prop. 169)
- Add noise support (patterns and initializers)
- Add pq param in addresses
- Choose version for outbound
- Decode first 32 bytes and auto-detect on inbound based on X MSB

TODO: Support all three versions on outbound
2026-02-19 07:50:32 -05:00
zzz
34ffd7323e Tunnels: Better average of per-tunnel bw by including current tunnels 2026-02-17 15:01:24 -05:00
zzz
a130bbfa8e Tunnels: Change tunnel bw rate stat from 5m to 10m
To increase chance we have recent data for tunnel bw params (Prop. 168)
2026-02-17 12:25:05 -05:00
zzz
6d3c468a67 Tunnels: BW params handling (Prop. 168)
- Save/display requested and allocated bandwidth for created tunnels
- Display allocated bandwidth for part. tunnels
- Handle IBGW max bw param
- Synch lifetime usage fields
2026-02-17 11:11:24 -05:00
zzz
ea6fd53980 Tests: Include HTTP status text in error output for reseed test 2026-02-16 13:28:45 -05:00
zzz
42a34f7e9b Router: Limit max banlist size
by switching to LHMCache.
Simplify cleaner, increase cleaner interval.
Remove messageHistory calls
2026-02-16 06:55:29 -05:00
zzz
0b442d57d2 bump -1 2026-02-14 14:21:03 -05:00
zzz
849680aaa7 NetDB: Remove old commented-out method 2026-02-14 13:54:23 -05:00
zzz
2a89437f4b Startup: Error message for unknown options 2026-02-14 11:32:56 -05:00
eyedeekay
8e1eb6b012 Update checklist.md and bump version numbers 2026-02-09 14:27:41 -05:00
zzz
8dcda34da1 Router: More robustness fixes, bump -11-rc
- Debian: Remove resolute jars from jammy source
- SSU2: Increase IP table size
2026-02-08 12:09:47 -05:00
zzz
5760eb4f5e bump -10-rc 2026-02-06 14:33:09 -05:00
zzz
d5c8f8e63c Debian: Resolute/trixie javadoc build fix
fixes javadoc build fail and stray symlink
2026-02-06 09:33:24 -05:00
zzz
1549750e46 Debian: Package fixes, bump -7-rc 2026-02-05 14:41:24 -05:00
zzz
8fed2fd332 NetDB: Tweak RI drop probabilities, dev -6-rc 2026-02-05 09:40:49 -05:00
zzz
349a456149 Router: Robustness improvements, bump -5
- More inbound connection checks
- Try 'E' peers for tunnels sometimes
- Expire idle tunnels
- Don't remove only tunnel on test failure
2026-02-04 09:35:09 -05:00
zzz
0aacb7ea47 Debian: Updates for trixie/resolute (WIP)
- Add resolute files depending on libjetty12 and libbcprov
- Fix with-libbcprov-java build
- Fix jammy java version
- Move jammy-questing builds to jammy source
- Abandon questing build, use jammy
- Doc updates
2026-02-02 14:47:04 -05:00
zzz
358f5fa453 Change canonical domain to i2p.net 2026-01-14 12:08:01 -05:00
zzz
42c571cfb1 New reseed 2026-01-14 11:45:16 -05:00
zzz
f4809174fc NetDB: Increase min tunnels version 2026-01-01 11:26:53 -05:00
zzz
96254883be NetDB: Increase min ff version 2026-01-01 10:59:19 -05:00
zzz
6d5a9dfcb6 NetDB: Disable ExploreJob in test mode 2025-12-07 10:34:35 -05:00
zzz
776ac1f5dc bump -4 2025-12-05 12:24:37 -05:00
zzz
be6397351c Tunnels: Increase per-hop TunnelDataMessage expiration 2025-12-01 09:22:28 -05:00
zzz
c1fb5d1085 Console: Add config to disable bubbles 2025-11-29 14:16:53 -05:00
zzz
397fb48b4c NetDB: New reseed 2025-11-26 12:42:24 -05:00