876e0da4be
i2ptunnel: Add deprecated titles to older EncType/SigType options
2025-03-06 11:06:44 -05:00
4d12ca5722
i2ptunnel: Change EncType selection from a radio to a dropdown
...
match the SigType selection style, and prep for PQ
add title to default
2025-03-06 10:59:34 -05:00
340720c749
bump buildtime
2025-03-06 09:30:46 -05:00
bbd393cd27
Merge pull request #100 from urgentquest/dockerfile-migrate-to-eclipse-temurin-base-image
...
Dockerfile: migrate to eclipse-temurin:17-alpine base image
2025-03-05 19:44:12 -05:00
9ae99fa4cb
bump -6-rc
2025-03-05 12:13:19 -05:00
ca15671ce8
poupdate-source
2025-03-05 12:10:03 -05:00
7b52b4431a
Build: Use package-info.java for empty dirs
...
instead of package.html and Dummy.java
2025-03-05 10:16:55 -05:00
8b94b9dd29
netdb: reduce RI verify time after startup
2025-03-05 07:25:15 -05:00
0b32146f65
Correct copy and paste error: jre variant is sufficient for running the app. While I am here: provide qualified image reference to make podman happy
2025-03-05 03:24:29 -08:00
db77827ce0
javadoc fixes
2025-03-05 06:16:53 -05:00
ecc5e22763
spacing. no functional changes
2025-03-05 02:45:43 -08:00
c064631ff9
- Replace an outdated alpine base image with recent one from eclipse.
...
- Since the entire builder is discarded anyway there is no real point in
uninstalling build-time package dependencies.
- Install ant from official pre-built binaries as well. Make version
configurable.
2025-03-05 02:36:33 -08:00
2ee039948c
Update INSTALL docs
2025-03-04 10:20:56 -05:00
c69c58daf4
bubble text ngettext fix
2025-03-02 07:10:02 -05:00
6dcf56c042
remove TODO note fixed recently
2025-03-02 06:54:04 -05:00
02a0ec190b
log level fix
2025-03-01 16:04:10 -05:00
37a71fd15f
Installer: Fix installation to path with spaces
...
ref: http://i2pforum.i2p/viewtopic.php?p=3399
2025-03-01 08:48:13 -05:00
43ffc20778
Console: Error page CSS tweak (dark)
...
add test servlet
2025-03-01 08:45:51 -05:00
21189b0a02
GeoIP 2025-03-01
2025-03-01 06:19:45 -05:00
dc12464daa
Transport: Ban routers with RI format errors if signature verifies
2025-02-28 11:56:19 -05:00
6a0a13144a
Console: Bubble position CSS tweak
2025-02-25 13:34:16 -05:00
226982096a
bump -5
2025-02-25 10:10:15 -05:00
0d113d8b94
Merge branch 'susidns-bubbles' into 'master'
...
susidns: Add bubble support
See merge request i2p-hackers/i2p.i2p!233
2025-02-25 15:06:57 +00:00
1e471655dc
susidns: Add bubble support
2025-02-25 15:06:57 +00:00
95d11d2aad
Console: Move certs page to a debug page tab
2025-02-25 09:41:14 -05:00
a80ea64429
Streaming: Prevent AIOOBE when verifying large signed packets
...
(prep for PQ)
2025-02-25 07:16:08 -05:00
a922c1cc6d
LS2 CLI test fixups
2025-02-24 14:01:55 -05:00
06a27d9024
Console: Improve writing efficiency part 2
2025-02-23 21:18:32 -05:00
de2f2007c4
Console: Improve writing efficiency
...
replace out.write(buf.toString) with out.append(buf)
to eliminate extra copy and object churn
2025-02-23 20:45:06 -05:00
8cee7b2547
CLI: Sort reseeds
2025-02-23 10:09:59 -05:00
dceef0dae2
Router: Ban hash of all-zero RI
...
seen live on the net
2025-02-23 07:43:26 -05:00
68ebda19c5
bump -4
2025-02-23 06:45:37 -05:00
d43c6d631c
Tests: Fix test build
...
broken yesterday by BuildMessageGenerator change
2025-02-23 06:21:47 -05:00
0f919a0f56
Merge branch 'susidns-sort-2' into 'master'
...
SusiDNS: Reduce memory usage in AddressBean
See merge request i2p-hackers/i2p.i2p!232
2025-02-23 11:13:01 +00:00
43988d485d
SusiDNS: Reduce memory usage in AddressBean
2025-02-23 11:13:00 +00:00
7d6e9d20b4
bump -3
2025-02-22 06:15:36 -05:00
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
652d55a95c
Console: Add support for notification bubbles
2025-02-22 11:07:43 +00:00
b915327fba
i2psnark: Add config message for changing down bw limit
2025-02-21 15:26:42 -05:00
4da8a91264
CLI: Don't die on reseed test if one entry is bad
2025-02-21 13:50:39 -05:00
ca22f3dbe5
Tunnels: Prep for tunnel bw params (proposal 168)
2025-02-21 11:01:51 -05:00
c248a999a4
Streaming: Promote profile properties to interface
...
i2ptunnel: set bulk profile for servers;
i2psnark: set bulk profile;
Prep for tunnel bw params (proposal 168)
2025-02-21 10:22:24 -05:00
fbd0be941a
Client: Deprecate getters for unused encryption private key
2025-02-21 09:05:55 -05:00
24614316be
Tunnels: Fix tests of OB client tunnels
...
tag was registered with wrong SKM
broken in 2.5.1
move setting of _id earlier so it's available for logging
add notes
2025-02-20 15:05:36 -05:00
b2542705e7
Log tweak to help debug tunnel test failures
2025-02-20 11:57:24 -05:00
c108d0352b
Log level tweak
2025-02-20 09:19:23 -05:00
eb323e7784
bump -2
2025-02-17 14:05:41 -05:00
b2cbd13af4
Merge branch 'susidns-sort' into 'master'
...
SusiDNS: Implement sort-by-added-date
See merge request i2p-hackers/i2p.i2p!231
2025-02-17 18:50:25 +00:00
3485037fd7
SusiDNS: Implement sort-by-added-date
2025-02-17 18:50:24 +00:00
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