- Apr 12, 2023
-
-
idk authored
-
- Mar 28, 2023
-
-
idk authored
-
- Mar 13, 2023
-
-
idk authored
-
- Feb 11, 2023
- Feb 08, 2023
-
-
zzz authored
-
- Feb 03, 2023
-
-
zzz authored
ref: http://zzz.i2p/topics/3576
-
- Jan 31, 2023
-
-
zzz authored
all over, for object churn
-
- Jan 30, 2023
-
-
zzz authored
Refactor Fortuna so it may be extended Reduce default buf size for Android
-
- Jan 29, 2023
-
-
zzz authored
-
- Jan 25, 2023
-
-
zzz authored
for efficiency where thread safety not required
-
- Jan 22, 2023
-
-
zzz authored
Broken in move from mtn to git Fix some places that were broken even with mtn
-
- Jan 15, 2023
-
-
zzz authored
-
- Jan 12, 2023
-
-
zzz authored
-
- Jan 11, 2023
-
-
zzz authored
Use PortMapper constants to check registration Reported by lbt
-
- Jan 10, 2023
-
- Jan 02, 2023
-
-
zzz authored
- Jan 01, 2023
- Dec 31, 2022
-
-
zzz authored
preliminary in case TX API v2 stops working
-
- Dec 30, 2022
-
-
zzz authored
Moved from NetDbRenderer Use in CLI only for now CLI and conversion micro-optimizations
-
- Dec 22, 2022
-
-
zzz authored
to clean up timer crash messages
-
- Dec 21, 2022
- Dec 20, 2022
-
-
zzz authored
-
- Dec 13, 2022
-
-
Retkam authored
-
- Nov 28, 2022
- Nov 26, 2022
-
-
zzz authored
Document differences from Java's random for n=0 Entropy harvester cleanups, we're not going to add a factory as jrandom implied.
-
- Nov 23, 2022
-
-
zzz authored
- Add support for Tor RESOLVE extension by caching and returning fake IP - Handle user/pw when not required to support Tor stream isolation (not really isolating, just handling the authentication) - Fix user/pw authentication - Handle outproxy config changes after start - Support CONNECT outproxies - Add config UI for outproxy type - Enable IPv6 (untested) - Support outproxy config with :port (untested) - Various cleanups Further testing required
-
zzz authored
Update some KeysAndCert and PKF debug output ref: http://zzz.i2p/topics/3279 Replaces the 256-byte ElG key in dests with padding. Make all padding in dests and router identities a repeating random 32-byte pattern. This will make gzipped dests and router identities be much smaller: Dests: appx. 320 bytes smaller (82% reduction) RIs: appx. 288 bytes smaller (74% reduction) Expected to primarily benefit database store messages and streaming SYNs. Does not rekey or affect existing destinations or router identities. Testers running this patch may be identifiable via transient destinations. New installs with this patch will be identifiable via router identities. This also will significantly speed up Destination creation as we will no longer generate an ElG keypair. Tested for several months.
-
zzz authored
Add UI for enabling log compression (requires routerconsole.advanced) Don't save and display override changed message unless overrides changed Only call ctx.logManager() once in helper/handler
-
- Nov 21, 2022
-
-
zzz authored
-