Commit Graph

18184 Commits

Author SHA1 Message Date
zzz bc67324ef2 blocklist update 2026-03-25 10:29:26 -04:00
eyedeekay 579701e4fd Add workflow_dispatch trigger to Docker and GHCR workflows i2p-2.11.0-9 2026-03-24 15:16:26 -04:00
eyedeekay 57e9483cd7 Switch runtime base image from Alpine to Debian for amd64 and arm64 architectures 2026-03-24 15:09:48 -04:00
eyedeekay c07b4714f6 Add fonts-dejavu package to Docker image i2p-2.11.0-8 2026-03-24 13:21:45 -04:00
zzz 527ed57e4a I2NP: HostReplyMessage updates for proposal 167 (WIP) 2026-03-24 11:32:53 -04:00
zzz 44f98f28fc Improve SAM error message 2026-03-24 11:30:15 -04:00
zzz fb6d7b15e9 bump -7. Previous -5 was mistakenly tagged as -6 i2p-2.11.0-7 2026-03-24 11:22:32 -04:00
zzz 03847b08c6 checklist update 2026-03-24 11:19:47 -04:00
eyedeekay 3144b9e260 Fix INSTALL_PATH formatting in auto-install.properties 2026-03-23 18:37:49 -04:00
eyedeekay 9bec1883b5 Update IzPack installation to use properties file and remove obsolete XML configuration 2026-03-23 18:25:42 -04:00
eyedeekay 2b672f6375 Fix IzPack installation path in CI workflow for non-interactive setup 2026-03-23 18:18:42 -04:00
eyedeekay cb8b3883ef Update IzPack installation process in CI workflow for non-interactive setup 2026-03-23 18:14:51 -04:00
eyedeekay 511268e669 Add IzPack 5 setup to Ant CI and remove obsolete izpack.yml workflow 2026-03-23 18:07:37 -04:00
eyedeekay 967cceffb1 Remove obsolete IzPack workflow file as it is no longer needed for CI setup 2026-03-23 17:34:25 -04:00
eyedeekay ce7f668f2b Update JDK version to 17 and Maven version to 3.9.14 in IzPack workflow 2026-03-23 17:27:10 -04:00
eyedeekay d6df0ed718 Update Ant build commands to use pkg5 for both Linux and Windows installers 2026-03-23 17:18:31 -04:00
zzz da6fc695b4 Tools: Add Weblate pull script 2026-03-23 12:27:14 -04:00
zzz daba09000f Console: HTML fix for Weblate take 6 2026-03-23 12:10:11 -04:00
zzz 0ee2bde6cb Console: HTML fix for Weblate take 5 2026-03-23 10:22:23 -04:00
zzz 055e916a83 UPnP: Fail fast if no local addresses, don't blame on port conflict 2026-03-23 10:19:39 -04:00
zzz 70c2b3f377 Console: HTML fixes for Weblate take 4 2026-03-22 18:15:10 -04:00
zzz 689c7d6db3 Util: Fix PriBlockingQueue log class 2026-03-21 17:13:44 -04:00
zzz c1a4144199 missing change from last commit 2026-03-21 16:21:35 -04:00
zzz 1a4a04eeab Console: Show conn limits on peer status page 2026-03-21 16:19:36 -04:00
zzz 39f9da2624 Eepsite: Fixes to HTML help for Weblate take 3
previous fixes were in the wrong place
2026-03-21 16:14:33 -04:00
zzz 0ba36d48df i2ptunnel: Add warning if hostname set to default mysite.i2p 2026-03-21 16:09:35 -04:00
zzz 9cb902b0ec NetDB: Force L cap if very low max tunnels 2026-03-21 16:06:19 -04:00
zzz 12e2dad36b SSU2: Set peer test result to firewalled if no peers available to test
and uptime > 10m and no incoming connections for 10m
to catch completely broken IPv6.
Increase SSU min peers to 10 to improve chance of peer test success.
2026-03-21 16:05:18 -04:00
zzz 39b2116afa Util: Add note about formatTime() output 2026-03-21 07:49:46 -04:00
zzz a18db19244 Util: Bump max Java version for CLI output 2026-03-21 07:48:14 -04:00
zzz cb1b814a1b Addressbook: Add host to hosts.txt that was in website feed but missing here 2026-03-21 07:47:20 -04:00
zzz 82d3876468 Console: HTML tweaks to translated files
to try to make Weblate parser happy, take 2
2026-03-20 17:04:33 -04:00
zzz 6706195da1 Console: HTML tweaks to English files
to try to make Weblate parser happy
2026-03-20 10:06:45 -04:00
zzz 813bb6fd34 Build: Gradle fixes for Jetty 12
Gitea #537
2026-03-19 19:27:22 -04:00
zzz d8438e48c6 Build: Support split Izpack 4 installer build
To allow compilation with Java 17+ and installer creation with Java 13 or lower

Fixes Gitea #529
As suggested by drzed
2026-03-19 13:49:05 -04:00
zzz 3d7af13de0 Stats: Change tunnel.tier* stat rates from 10m,60s to 1h 2026-03-19 11:30:36 -04:00
zzz 174061bd2d Stats: Fix 60s stat getAverage() returning 20% high
due to CoalesceStatsEvent being on a 50s timer

- Caused by rounding in Rate.coalesce()
- Affected data on /stats, Prometheus plugin, console sidebar, and internal use
- Did not affect graphs
- Apparently dates back to original jrandom code
2026-03-19 10:25:12 -04:00
zzz 80bb2b767f Transports: Add method to get connected transport for peer
currently unused, for debugging only
2026-03-19 10:05:17 -04:00
zzz 50dda23e11 bump -5 i2p-2.11.0-6 i2p-2.11.0-5 2026-03-17 19:12:34 -04:00
zzz 20de9d5c7c NetDB: Publish D cap if near conn limits 2026-03-17 19:12:34 -04:00
idk 48d39aa70c Merge pull request 'added support for arm v7,arm64(v8)' (#534) from docker-arm into master
Reviewed-on: https://i2pgit.org/I2P_Developers/i2p.i2p/pulls/534
2026-03-17 19:10:08 -04:00
idk 2199aeb641 Merge branch 'master' into docker-arm 2026-03-17 19:08:28 -04:00
eyedeekay 4a6e9e67c8 Merge branch 'master' of github.com:i2p/i2p.i2p 2026-03-17 15:04:40 -04:00
idk e295895324 Merge pull request #136 from tahnous/update-console-urls
Console: Update project website URLs
2026-03-17 11:50:42 -04:00
zzz 336b905149 Console: Fix classloader issues when installing plugins
same fix as for starting/restarting plugins
2026-03-17 08:57:07 -04:00
zzz 228287143a Console: Fix classloader issues when starting plugins
same fix as for webapps applied previously
2026-03-17 08:33:01 -04:00
StormyCloudInc 502fbc5e93 Docker: Add docker-arm branch trigger for testing, rewrite Docker.md
Add docker-arm branch to docker.yml trigger for Docker Hub testing.
Rewrite Docker.md with comprehensive documentation including all
environment variables, ports, volumes, compose examples, and
troubleshooting.
2026-03-16 11:01:02 -07:00
StormyCloudInc 3e2f51f176 GHCR: Fix multi-platform Docker build workflow
Update action versions from pinned SHAs to release tags,
remove attestation step that breaks multi-platform builds,
add tag trigger for release images, add docker-arm branch
for testing.
2026-03-16 10:26:35 -07:00
StormyCloudInc d14ebd17fe added support for arm v7,arm64(v8) 2026-03-15 19:34:50 -07:00
tous 47bf85f555 Console: Update project website URLs 2026-03-15 17:54:48 -03:00