818ecc3563
Build: Fix testscripts target
2022-02-22 14:52:35 -05:00
5ccbeca676
bump -1
2022-02-22 10:34:31 -05:00
a621f56c33
Console: Add search for SSU2 transport
2022-02-22 10:32:25 -05:00
1513695768
Update: Add notification for new version
...
remove old Java 7 check
2022-02-22 10:30:41 -05:00
63e202f8f0
SSU: Start of SSU2 support
...
WIP, not hooked in
2022-02-22 10:27:42 -05:00
80535875ad
SSU: PacketHandler cleanup (prep for SSU2)
2022-02-22 10:22:16 -05:00
f0ad921fd2
NetDB: Prevent rare deadlock via FloodfillMonitorJob at startup
2022-02-22 10:06:07 -05:00
63f3d88f78
Util: Speed up PRNG nextInt() and nextLong()
...
Add signedNextInt()
2022-02-22 09:57:35 -05:00
9f7f1bbcab
Crypto: Prep for SSU2
...
- ChaCha20: Add ivOffset param
- ChaCha20/Poly1305: Add adOffset/adLength params
- Noise: Add XK-SSU2 initializer
- Noise: Add notes about handshake offsets
2022-02-22 09:45:22 -05:00
edc9d6fec5
NTCP: Reduce max writer threads
2022-02-22 09:07:58 -05:00
a089156afc
Remove BOB source
2022-02-22 08:58:56 -05:00
767a5043ab
Debian files for 1.7.0
2022-02-22 08:04:03 -05:00
3b9c26fe8a
1.7.0
i2p-1.7.0
2022-02-21 09:12:59 -05:00
961936f8d5
bump for review
2022-02-18 13:58:02 -05:00
7ea31835c2
more translations from Transifex
2022-02-18 13:44:08 -05:00
bf1f2e4635
pull translations from Transifex
2022-02-18 13:39:24 -05:00
198008472a
i2psnark standalone: Raise open files ulimit
...
copied from i2prouter script
2022-02-17 13:58:10 -05:00
91e9d95df7
Merge branch 'docker-host-networking' into 'master'
...
Make Docker host networking safer
See merge request i2p-hackers/i2p.i2p!54
2022-02-16 15:53:32 +00:00
1b5feda517
generic advice for cloud deployments
2022-02-16 15:51:28 +00:00
29f74ba72a
change interfaces 0.0.0.0->127.0.0.1 and update documentation
2022-02-16 11:14:10 +00:00
d6684403a2
Add new Japanese man pages
2022-02-12 13:47:52 -05:00
388aa233e0
Add new Slovenian translated resources
2022-02-12 13:30:33 -05:00
ea92b79340
set table-width to fixed on console dark theme, and run the auto-indenter on the console light theme to fix it's inconsistent tabs. Merge the chrome-overrides rules on the console light theme CSS. Changes to light theme are entirely cosmetic, except that they improve the reliability of my CSS linter.
2022-02-11 23:01:51 -05:00
3ba754d723
Merge branch 'master' of github.com:i2p/i2p.i2p
2022-02-11 15:34:41 -05:00
d651d25de6
Merge pull request #26 from zlatinb/github-actions
...
Use GitHub Actions to publish installer.jar on each push
2022-02-11 15:32:37 -05:00
00ea32938e
set .wizardimg css to display: none on the dark theme so the light-theme background images don't show up. Normalize the wildly inconsistent tabs tabs in console.css
2022-02-11 15:27:50 -05:00
37002822b3
install.jar fix name
2022-02-11 19:50:40 +00:00
50d56ccbe8
gettext
2022-02-11 19:46:27 +00:00
48cb6f79ef
Use GitHub Actions to publish installer.jar on each push
2022-02-11 19:38:04 +00:00
a325e63426
use updateType instead of key for error message in ConsoleUpdateManager with custom UPP
2022-02-10 12:42:50 -05:00
309e306337
javadoc fixes
2022-02-10 09:02:39 -05:00
2ba56a5e17
Bump build time
2022-02-10 08:39:46 -05:00
c949ad5205
Update Manager: Add an UpdateType for the API version
2022-02-10 08:37:52 -05:00
5621b4bf97
GeoIP 2022-02
2022-02-10 08:28:19 -05:00
dbfe8d24a8
log not-found key should an UPP error occur
2022-02-09 21:33:32 -05:00
548c0994a7
poupdate-source
2022-02-09 14:25:09 -05:00
d0ca1d38ca
NTCP: Fixes for SSU disabled
...
Update RI reachability after first inbound connection
Allow local address in test mode
2022-02-09 06:39:18 -05:00
96560e8590
Increase size of unicode links on proxy.css
2022-02-07 00:26:18 -05:00
19712cfd95
SSU: Fix race NPE in debug logging
2022-02-06 09:51:46 -05:00
3dcc954341
Put description of jump link function on newline in proxy.css
2022-02-04 17:26:27 -05:00
568b5e303f
Tunnels: Avoid buggy routers
...
SSU: Don't bid on connection to buggy routers
2022-02-03 10:36:03 -05:00
73d90ed5c4
Don't add os-arch to pluginname if it's already correct
2022-02-03 01:51:33 -05:00
b2fe36b0d3
Revise ShellService.name to match ShellService directory if the directory includes -SystemVersion.getOS or -SystemVersion.getArch
2022-02-02 17:37:02 -05:00
632a1578a2
Check executable status of shellservice plugins in start. If the ShellService plugin name doesn't correspond to a directory, check plugin name+-$OS-$ARCH and name+$OS.
2022-02-02 15:18:25 -05:00
e28f4be46b
Merge branch 'plugin-config-redux' into 'master'
...
Adds the ability to use `$OS` and `$ARCH` variables in clients.config and plugins.config(updateURL.* only)
Closes #340
See merge request i2p-hackers/i2p.i2p!52
2022-02-02 18:57:30 +00:00
73e34b3941
Adds the ability to use $OS
and $ARCH
variables in clients.config and plugins.config(updateURL.* only)
2022-02-02 18:57:30 +00:00
b4e2366458
Merge branch 'filefilter-fix' into 'master'
...
Fix for FileFilterDefinitionElement. Issue #349
See merge request i2p-hackers/i2p.i2p!50
2022-01-31 13:22:44 +00:00
1389e89f6d
Merge branch 'junit-deprecations' into 'master'
...
fix junit deprecations, issue #339
See merge request i2p-hackers/i2p.i2p!51
2022-01-31 13:11:17 +00:00
c3abe7b3d4
Do not use forEach
2022-01-31 13:10:26 +00:00
042c1e88aa
fix junit deprecations, issue #339
2022-01-31 11:39:57 +00:00