17932 Commits

Author SHA1 Message Date
zzz
6dcf56c042 remove TODO note fixed recently 2025-03-02 06:54:04 -05:00
zzz
02a0ec190b log level fix 2025-03-01 16:04:10 -05:00
zzz
37a71fd15f Installer: Fix installation to path with spaces
ref: http://i2pforum.i2p/viewtopic.php?p=3399
2025-03-01 08:48:13 -05:00
zzz
43ffc20778 Console: Error page CSS tweak (dark)
add test servlet
2025-03-01 08:45:51 -05:00
zzz
21189b0a02 GeoIP 2025-03-01 2025-03-01 06:19:45 -05:00
zzz
dc12464daa Transport: Ban routers with RI format errors if signature verifies 2025-02-28 11:56:19 -05:00
zzz
6a0a13144a Console: Bubble position CSS tweak 2025-02-25 13:34:16 -05:00
zzz
226982096a bump -5 2025-02-25 10:10:15 -05:00
zzz
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
zzz
1e471655dc susidns: Add bubble support 2025-02-25 15:06:57 +00:00
zzz
95d11d2aad Console: Move certs page to a debug page tab 2025-02-25 09:41:14 -05:00
zzz
a80ea64429 Streaming: Prevent AIOOBE when verifying large signed packets
(prep for PQ)
2025-02-25 07:16:08 -05:00
zzz
a922c1cc6d LS2 CLI test fixups 2025-02-24 14:01:55 -05:00
zzz
06a27d9024 Console: Improve writing efficiency part 2 2025-02-23 21:18:32 -05:00
zzz
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
zzz
8cee7b2547 CLI: Sort reseeds 2025-02-23 10:09:59 -05:00
zzz
dceef0dae2 Router: Ban hash of all-zero RI
seen live on the net
2025-02-23 07:43:26 -05:00
zzz
68ebda19c5 bump -4 2025-02-23 06:45:37 -05:00
zzz
d43c6d631c Tests: Fix test build
broken yesterday by BuildMessageGenerator change
2025-02-23 06:21:47 -05:00
zzz
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
zzz
43988d485d SusiDNS: Reduce memory usage in AddressBean 2025-02-23 11:13:00 +00:00
zzz
7d6e9d20b4 bump -3 2025-02-22 06:15:36 -05:00
zzz
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
zzz
652d55a95c Console: Add support for notification bubbles 2025-02-22 11:07:43 +00:00
zzz
b915327fba i2psnark: Add config message for changing down bw limit 2025-02-21 15:26:42 -05:00
zzz
4da8a91264 CLI: Don't die on reseed test if one entry is bad 2025-02-21 13:50:39 -05:00
zzz
ca22f3dbe5 Tunnels: Prep for tunnel bw params (proposal 168) 2025-02-21 11:01:51 -05:00
zzz
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
zzz
fbd0be941a Client: Deprecate getters for unused encryption private key 2025-02-21 09:05:55 -05:00
zzz
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
zzz
b2542705e7 Log tweak to help debug tunnel test failures 2025-02-20 11:57:24 -05:00
zzz
c108d0352b Log level tweak 2025-02-20 09:19:23 -05:00
zzz
eb323e7784 bump -2 2025-02-17 14:05:41 -05:00
zzz
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
zzz
3485037fd7 SusiDNS: Implement sort-by-added-date 2025-02-17 18:50:24 +00:00
zzz
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
zzz
b0a8943889 i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels 2025-02-17 18:47:16 +00:00
zzz
b63d46e2a1 Console: Move family line above addresses in full netdb output
looks better and was messing up last-child CSS in dark theme
2025-02-16 10:34:44 -05:00
zzz
6e8801ca36 susidns: navbar highlight what book you're in on details page 2025-02-16 06:44:06 -05:00
zzz
bc2ef7fd3e susidns: navbar CSS fixes/tweaks 2025-02-14 18:16:14 -05:00
zzz
5c99e7ee16 lint: ;; 2025-02-14 07:32:55 -05:00
zzz
5b623e09a7 Merge branch 'padding-fix-2' into 'master'
Data: Fix KeysAndCert.equals()

See merge request i2p-hackers/i2p.i2p!229
2025-02-11 21:22:15 +00:00
zzz
198f89bc50 Data: Fix KeysAndCert.equals() 2025-02-11 21:22:14 +00:00
zzz
f34da8ebd4 i2ptunnel: Proxy CSS fixes/improvements
mostly dark, some light, possibly more to follow
2025-02-11 12:40:21 -05:00
zzz
5dadc5ae93 i2ptunnel: Proxy jump page tweaks 2025-02-11 12:38:52 -05:00
zzz
68a6987a99 i2ptunnel: Put a ':' on the end of the jump prompt 2025-02-11 09:38:02 -05:00
zzz
84bbb6881d i2ptunnel: Version proxy.css 2025-02-11 08:45:41 -05:00
zzz
15185de087 CLI: Add 'reseeder list' to list reseeds 2025-02-10 13:24:20 -05:00
zzz
ef14eab6fd Router: Remove unused stats (throttle) 2025-02-10 09:53:18 -05:00
zzz
7f4ee2664e Tunnels: Remove unused stats
and consolidate rate array
2025-02-10 09:43:07 -05:00