17389 Commits

Author SHA1 Message Date
zzz
fbd5ddf765 bump -3 2024-05-21 08:34:33 -04:00
zzz
9b9f96dcc1 Merge branch 'susimail-search-xhr' into 'master'
Susimail: XHR search

See merge request i2p-hackers/i2p.i2p!196
2024-05-21 12:26:41 +00:00
zzz
e19eca1d94 Susimail: XHR search 2024-05-21 12:26:41 +00:00
zzz
74462d5a4f Merge branch 'maketor_script_fix' into 'master'
maketorblocklist.sh fixups

See merge request i2p-hackers/i2p.i2p!198
2024-05-21 12:21:08 +00:00
eb6e4965b6 maketorblocklist.sh fixups 2024-05-21 12:21:08 +00:00
zzz
34d6bc6a24 Merge branch 'ssu1-7' into 'master'
SSU1 removal part 7/n

See merge request i2p-hackers/i2p.i2p!197
2024-05-21 12:15:52 +00:00
zzz
e2661985c4 SSU1 removal part 7/n 2024-05-21 12:15:52 +00:00
zzz
3d721b2e5e Merge branch 'obep' into 'master'
Tunnels: Do not parse messages at the OBEP

See merge request i2p-hackers/i2p.i2p!194
2024-05-21 12:15:01 +00:00
zzz
175824e2f1 Tunnels: Do not parse messages at the OBEP 2024-05-21 12:15:00 +00:00
zzz
2f681a5640 Debian: Add Java 21 as an option, remove Java 18 2024-05-20 14:38:02 -04:00
zzz
3714fed115 Build: Output ant version 2024-05-19 11:29:08 -04:00
zzz
050a52a2ea i2psnark: Fix NPE when attempting to create torrent with too many files
as reported by mrt
improve error message
2024-05-19 10:29:39 -04:00
zzz
0c19e28a4a Console: Disable browser caching of graphs 2024-05-18 13:15:48 -04:00
zzz
b71b4a952e Build: Fix buildTest after distclean 2024-05-18 10:49:39 -04:00
zzz
1d96b5b3df bump -2 i2p-2.5.2-2 2024-05-18 07:59:29 -04:00
zzz
a685374fef Merge branch 'js-scope' into 'master'
Console: Fix js global scope variables

See merge request i2p-hackers/i2p.i2p!195
2024-05-18 11:51:30 +00:00
zzz
2d81e843aa Console: Fix js global scope variables 2024-05-18 11:51:30 +00:00
zzz
22127cb653 Merge branch 'ssu1-6' into 'master'
Transports: SSU1 removal part 6/n

See merge request i2p-hackers/i2p.i2p!193
2024-05-18 11:50:31 +00:00
zzz
7f3db25080 Transports: SSU1 removal part 6/n 2024-05-18 11:50:30 +00:00
zzz
168c4ffe4f bump -1 i2p-2.5.2-1 2024-05-17 14:19:30 -04:00
zzz
aedb7cd19a Console: Tweak graph title placement 2024-05-17 13:30:47 -04:00
zzz
e479e187da Debian checklist updates 2024-05-17 13:20:07 -04:00
zzz
12bfcd38d6 Build: add script to make tor blocklist
Adapted from I2P+, license granted to I2P under I2P license

changes:
- removed bashisms
- speed up 2x by removing half the awks
- write output directly to file rather than buffering
- use previous http_proxy value if set
- diagnostic output tweaks
- various cleanups
2024-05-17 10:06:27 -04:00
zzz
6f3bc3f5e2 Util: Remove ST2 timers from queue on cancel
May reduce memory usage a little
2024-05-16 09:21:24 -04:00
zzz
f870b2532f I2CP: Hopefully fix rare NPE
as reported by drzed
2024-05-16 09:12:08 -04:00
zzz
cadb72457c Build: Debian changelogs and checklist updates 2024-05-16 07:25:08 -04:00
a2cb7ffff9 Fix focal changelog 2024-05-15 11:29:16 -04:00
ce00a1148b Update focal changelog 2024-05-15 11:24:49 -04:00
zzz
84971f6da9 2.5.2 i2p-2.5.2 2024-05-15 08:23:06 -04:00
zzz
48899bcade bump -2-rc i2p-2.5.1-2-rc 2024-05-14 13:45:40 -04:00
zzz
abc3162db5 Pull translations from Transifex 2024-05-14 13:40:59 -04:00
zzz
f4066c2b14 Update tor blocklist
and add to checklist
2024-05-14 13:29:46 -04:00
zzz
ed065474b3 i2ptunnel: Fix keepalive bug causing truncation of chunked output 2024-05-14 13:08:34 -04:00
zzz
e9c0cdbf27 fix comment 2024-05-12 11:21:26 -04:00
zzz
e1620742b3 bump -1 i2p-2.5.1-1 2024-05-12 10:45:18 -04:00
zzz
4fa1965b11 rrd4j: Hide axis ticks
as recommended by drzed
2024-05-12 10:43:08 -04:00
zzz
4e9ac43b55 rrd4j: Change unit scale from 'k' to 'K'
which is not correct by the SI standard,
but it matches the rest of the console and common practice.
Also fix rrd4j bug that used micro in one place and u in the other.
2024-05-12 10:12:21 -04:00
zzz
177fbad865 Console: Update rrd4j to 3.9.1 preview
from rrd4j github head.
Includes our ImageWorker contribution which should speed up rendering.
2024-05-12 09:58:42 -04:00
zzz
84dbf53f95 Tunnels: Validate peer RI expiration in TunnelPeerSelector
Previously, the expiration was not validated until BuildRequestor,
where the build would fail.
Old bug, but was exacerbated by recent change to KNDF.validate() to
enforce expiration at startup if the downtime was short.
2024-05-08 09:43:52 -04:00
zzz
3f2bfe8871 Router: Publish G cap if symmetric natted 2024-05-08 08:06:45 -04:00
zzz
603bca476a i2ptunnel: Fix custom options form width (light theme) 2024-05-08 06:56:14 -04:00
b3fc35541c Debian: check in updated Debian changelogs 2024-05-07 11:21:51 -04:00
44190bb52d CI: remove mavenCentral.deps target from CI since it's actually covered by maven-dev-release.sh 2024-05-06 18:28:57 -04:00
2facca2308 Checklist: add note about in-network update hosts 2024-05-06 18:11:23 -04:00
7cf9daa381 2.5.1: Update version i2p-2.5.1 2024-05-06 15:38:00 -04:00
aa947e7922 2.5.1: update translations 2024-05-06 15:29:01 -04:00
zzz
71992b2af6 bump -4 i2p-2.5.0-4 2024-05-05 09:00:50 -04:00
zzz
44f313449a Pull translations from transifex 2024-05-05 08:57:50 -04:00
zzz
74c88636d3 NetDB: Various fixes and adjustments 2024-05-05 08:46:25 -04:00
zzz
c94c49482f Console: Error page CSS tweak (dark) 2024-05-04 07:22:25 -04:00