- Jul 14, 2024
-
-
zzz authored
their upcoming release will be 3.10; we have most of it, will apply the remaining changes after our release
-
- Jul 11, 2024
-
-
zzz authored
know your Latin
-
- Jul 10, 2024
- Jul 09, 2024
-
-
zzz authored
-
- Jul 08, 2024
-
-
idk authored
I2PTunnel: Affix height of iframe to viewport height in CSS file. If the user has NoScript installed, this iframe is reduced in size as if it contained no information.
-
- Jul 06, 2024
-
-
zzz authored
because SummaryRenderer couldn't find the Rate due to equals() including creation date Rate.toString() tweaks thx jrandom
-
- Jul 05, 2024
-
-
zzz authored
-
zzz authored
rather than throwing I2CPMessageException ref: https://www.reddit.com/r/i2p/comments/1dp7j98/automatically_restarting_i2psnark/
-
- Jul 04, 2024
-
-
idk authored
Console: reduce left margin on bandwidth wizard image so it does not cut off at the edge on smaller resolutions
-
- Jul 03, 2024
-
- Jul 02, 2024
-
-
zzz authored
-
- Jul 01, 2024
-
-
zzz authored
-
- Jun 30, 2024
- Jun 29, 2024
-
-
zzz authored
Thanks @tina-hello
-
zzz authored
i2psnark: Fix config page showing router limit instead of configured i2psnark limit for max up bw after restart (Github #75) This was just a display issue; actual internal limit was correct. Snark limit will continue to be capped at about 60% of the router limit to account for overhead.
-
- Jun 27, 2024
- Jun 26, 2024
-
-
zzz authored
causing Chrome to complain
-
- Jun 25, 2024
-
-
zzz authored
Currently unused but useful for testing. Remove useless null check.
-
- Jun 24, 2024
-
-
zzz authored
put the check in the right place
-
- Jun 22, 2024
-
-
zzz authored
-
- Jun 20, 2024
-
-
zzz authored
So they don't prevent the tunnel from starting Log tweaks
-
- Jun 11, 2024
-
-
zzz authored
remove from jetty-i2p.jar, not required at runtime
-
- Jun 10, 2024
- Jun 05, 2024
-
-
zzz authored
these are output by getopt in error messages
-
- Jun 04, 2024
-
-
zzz authored
exclude K and G caps from bundles improve CLI output to count old versions and unreachables allow specifying hostname only on CLI, not just full URL
-
zzz authored
derived from event counts of existing stats requires full stats setting
-
zzz authored
by only sending new peers, as in ut_pex. Track connected time and last pex sent time, and only send peers connected since the last sent time. Usually, there are no new peers, so now we don't send a message at all. Also, don't send PEX to seeds after the handshake.