Commit Graph

  • abe8d26705 console, i2psnark: Reload XHR after page becomes visible again master zzz 2026-08-12 18:29:00 -04:00
  • ce34963939 i2psnark: PeerID cleanups zzz 2026-08-12 10:55:45 -04:00
  • fd2b44244f i2psnark: CSS tweak zzz 2026-08-12 10:14:30 -04:00
  • e62549d59f i2psnark: add missing translation tag zzz 2026-08-11 11:24:17 -04:00
  • 013ba1842e Build: Recognize gettext version 1.0 zzz 2026-08-11 09:13:17 -04:00
  • eca54607a7 Streaming: log tweak zzz 2026-08-10 19:34:34 -04:00
  • 061d4e3f6c Streaming: synch fixes zzz 2026-08-10 19:21:01 -04:00
  • 927d1297ee i2psnark: javadoc add @since zzz 2026-08-10 19:16:14 -04:00
  • 2936e27162 Streaming: Remove option to disable protocol number enforcement zzz 2026-08-10 17:07:16 -04:00
  • 4dd77de204 I2CP: check if limiter enabled before calling updateBps() zzz 2026-08-10 12:27:21 -04:00
  • bd81ab51d3 i2psnark: Disable I2CP bw limiting zzz 2026-08-10 12:19:56 -04:00
  • 25503b72e3 i2psnark: Add CompleteBitfield subclass for efficiency zzz 2026-08-10 12:02:19 -04:00
  • 8cf0585579 Streaming: Increase min slow start threshold in retransmit path zzz 2026-08-10 11:56:20 -04:00
  • a8f555be72 i2psnark: PeerID tweaks zzz 2026-08-09 17:27:16 -04:00
  • ed3134d776 i2psnark: Log tweaks zzz 2026-08-09 16:57:18 -04:00
  • 7aa0d4cf71 i2psnark: Remove unused name_utf8 param from MetaInfo constructors zzz 2026-08-06 14:20:35 -04:00
  • ec5231836f i2psnark: Use inbound banlist for outbound also zzz 2026-08-05 17:25:42 -04:00
  • ab715a94a7 NTCP: Catch unchecked BufferOverflowException on read() call, unknown cause zzz 2026-08-05 16:06:08 -04:00
  • 316f0bc1e3 Streaming: Don't log MTU increase if not increased zzz 2026-08-05 14:23:26 -04:00
  • 68fb380924 Streaming: Reset tweaks zzz 2026-08-05 13:35:16 -04:00
  • 8e1131bfc1 * i2psnark: Increase inactivity timeout for seeds zzz 2026-08-03 18:59:07 -04:00
  • a4954ae040 * i2psnark: Increase max pipeline zzz 2026-08-03 18:38:11 -04:00
  • c65f9dd311 i2psnark: Reset socket on protocol errors zzz 2026-08-03 18:24:44 -04:00
  • 3a832e96c2 Streaming: Don't put close/reset packets for unknown cons on syn queue zzz 2026-08-03 18:17:18 -04:00
  • 92e9d2d657 Tunnels: Periodically use 5-slot TBMs zzz 2026-08-03 18:13:15 -04:00
  • ff5c4d8833 bump -2 zzz 2026-08-02 16:19:27 -04:00
  • 36fa9da136 i2psnark: Dup check for base name when filtered zzz 2026-08-02 15:52:40 -04:00
  • e07e3bd312 Build: Fix build with izpack 5.2.6 zzz 2026-08-02 15:26:46 -04:00
  • 8511323dea Build: Revert VERSION back to 2.13.0, that was just for debian zzz 2026-08-02 07:11:41 -04:00
  • 791d4e2c63 NetDB: Prevent ClassCastException in HFDSMJ on hash collision zzz 2026-08-01 15:24:01 -04:00
  • e01d4398df Crypto: Use SKMType enum (part 2) zzz 2026-08-01 09:15:01 -04:00
  • 1bd863c606 Crypto: Add SKMType enum (WIP) zzz 2026-08-01 08:32:57 -04:00
  • 306ba3522a Console: New Korean readme translation zzz 2026-07-31 18:18:43 -04:00
  • 6a89ab9cfb remove unused constants zzz 2026-07-31 17:40:37 -04:00
  • db3cd60f15 NTCP2: fix undersized message 3 buffer zzz 2026-07-31 17:19:02 -04:00
  • d0eebb05c3 SusiDNS: Conflicts address book part 2 zzz 2026-07-31 10:23:36 -04:00
  • 67b2f73275 Garlic: guard against out-of-bounds read in clove set parsing zzz 2026-07-30 09:37:15 -04:00
  • dffbe63174 i2psnark: Recognize i2pd client (prelim) zzz 2026-07-30 09:29:45 -04:00
  • 97173c8843 NTCP2: Remove some now-unused NTCP1 fields in IES zzz 2026-07-29 09:54:47 -04:00
  • 85d5d96d29 Build: Update debian version notes in doc zzz 2026-07-29 08:56:38 -04:00
  • e52a015dc1 buildsystem - fix izpack5 version check ant target which referred to izpack4 xml file eyedeekay 2026-07-28 20:35:19 -04:00
  • 47dc652dc3 Fix CI - version in install.xml must match version in CoreVersion.java, which changed due to debian point-release eyedeekay 2026-07-28 20:31:28 -04:00
  • 65754a86ec Fix CI - version in install5.xml must match version in CoreVersion.java, which changed due to debian point-release eyedeekay 2026-07-28 20:26:27 -04:00
  • 373f0be02c Merge pull request 'fix/docker' (#540) from fa/i2p.i2p:fix/docker into master idk 2026-07-28 19:28:51 -04:00
  • 539a59e9b2 Merge pull request 'docker: update build to Debian Trixie/OpenJDK 21, record build SHA, and tighten restart policy (docs)' (#542) from fa/i2p.i2p:docker/maintenance into master idk 2026-07-28 19:19:45 -04:00
  • 40a17115a5 Util: Improve eephead CLI error output zzz 2026-07-28 17:28:05 -04:00
  • f07f02f35f fix(docker): remove --no-install-recommends from apt installs fa 2026-07-22 08:31:00 +00:00
  • 16693a0fb3 docs: update Docker.md supported base image and Java version fa 2026-07-21 23:28:40 +00:00
  • 9c3e5ff6a4 build(docker): stamp compiled I2P Router with repository commit SHA1 fa 2026-07-21 23:02:06 +00:00
  • ff962b361c build(docker): migrate Dockerfile to Debian Trixie and OpenJDK 21 fa 2026-07-21 22:38:05 +00:00
  • aed3aa8cb3 docs(docker): switch compose restart policy guidance to on-failure:3 fa 2026-07-21 15:56:25 +00:00
  • 7467d873a1 fix: prune left over package 'gosu' fa 2026-07-21 15:47:50 +00:00
  • e95ae8cc68 Datagram: handle empty repliable datagram payload zzz 2026-07-27 16:14:36 -04:00
  • ea8f279473 Check in new debian changelogs and bump 2.13.1 to allow uploading a new orig.tar.bz2 to launchpad eyedeekay 2026-07-26 22:02:04 -04:00
  • d1f274e833 NetDB: New reseeds zzz 2026-07-26 09:28:49 -04:00
  • 83acf3b034 bump -1 zzz 2026-07-26 07:50:37 -04:00
  • 636828cb61 SusiDNS: Add conflicts addressbook (WIP) zzz 2026-07-26 07:46:31 -04:00
  • 55582e46c4 Util: Add time format method that replaces UTF-8 spaces with regular ones zzz 2026-07-25 10:11:16 -04:00
  • e6b344ba45 Remove references to deprecated ThreadDeath exception zzz 2026-07-25 09:19:21 -04:00
  • daf0266dd5 Noise: Fix unused init pattern IDs zzz 2026-07-24 12:39:50 -04:00
  • 05c0b03333 Gradle build fixes zzz 2026-07-24 12:18:55 -04:00
  • 55262415e1 Fix main debian file eyedeekay 2026-07-23 17:50:43 -04:00
  • e1e2137404 update debian changelogs eyedeekay 2026-07-23 12:31:23 -04:00
  • 9134f80833 Update changelog and build files to release 2.13.0 i2p-2.13.0 eyedeekay 2026-07-20 00:55:58 -04:00
  • 7643078a30 docs(docker): switch compose restart policy guidance to on-failure:3 fa 2026-07-18 02:20:27 +00:00
  • a7f4566e8d Pull translations from weblate zzz 2026-07-17 12:07:06 -04:00
  • ceace4875d Merge branch 'master' of i2pgit.org:I2P_Developers/i2p.i2p eyedeekay 2026-07-16 19:25:07 -04:00
  • 91ecaf1a19 Util: DoH server list update zzz 2026-07-16 18:32:55 -04:00
  • 63f462c593 Merge branch 'fa-fix/docker' eyedeekay 2026-07-16 13:17:18 -04:00
  • b4520f7cad fix(docker): set addressbook proxy_host without pre-creating .i2p config fa 2026-07-16 16:24:36 +00:00
  • f34d24a30e fix(docker): follow rotated router logs in entrypoint fa 2026-07-16 13:20:36 +00:00
  • 8245b5148d feat(docker): rework entrypoint bootstrap and runtime config updates fa 2026-07-16 02:31:37 +00:00
  • d0e1e87aa3 Update startapp.sh to replace IP addresses in i2ptunnel.config for containerized environments eyedeekay 2026-07-15 18:19:34 -04:00
  • ddad235909 Update Dockerfile and startapp.sh to include gosu for signal handling and privilege dropping eyedeekay 2026-07-15 17:57:21 -04:00
  • 308ab71416 Update Java 7 test instructions to use Java 17 Compiler and clarify bootclasspath setup eyedeekay 2026-07-15 15:49:36 -04:00
  • 7b66c44d4b Tor blocklist update zzz 2026-07-13 09:27:17 -04:00
  • cc03c521a1 Merge branch 'master' into fix/docker fa 2026-07-11 16:39:49 +00:00
  • 4e1822fcfa bump -17-rc zzz 2026-07-10 12:43:35 -04:00
  • c09434567a NetDB: Adjust exploration thresholds zzz 2026-07-10 12:43:10 -04:00
  • cd4fa7fe69 Revert: Transport: Release delayed NTCP buffer if connection was closed zzz 2026-07-10 12:40:03 -04:00
  • 4f5e2accc5 Merge branch 'master' of i2pgit.org:I2P_Developers/i2p.i2p eyedeekay 2026-07-09 19:07:58 -04:00
  • ab50a2f2da Dockerfile: Add iproute2 package to runtime images; startapp.sh: Fix exec command syntax for running Java application eyedeekay 2026-07-09 19:00:05 -04:00
  • 8620ba7b48 Data: Support writing UTF-8 RI options zzz 2026-07-09 18:05:10 -04:00
  • 68661b151c docker: add localhost rewriting back to startapp.sh script to fix listening on isolated networks eyedeekay 2026-07-09 17:59:32 -04:00
  • 358adcd862 Merge branch 'master' into fix/docker fa 2026-07-09 00:14:09 +00:00
  • 04b3aeb1cb fix(docker): correct startapp.sh exec user invocation fa 2026-07-08 23:55:47 +00:00
  • af48e4d6ab Installer: Renew reseed cert soon to expire zzz 2026-07-08 12:39:52 -04:00
  • 54fb3d2d6a perf(Dockerfile): scope builder context to preserve cache fa 2026-07-07 21:12:27 +00:00
  • 02c2cb959d fix(dockerfile): remove explicit amd64 platform pin from Docker build stage fa 2026-07-07 19:06:55 +00:00
  • 2f71df3360 bump -16-rc i2p-2.12.0-16-rc zzz 2026-07-06 12:18:20 -04:00
  • 5285571f7c NetDB: Always create profiles for ff candidates in peer selector zzz 2026-07-06 10:37:57 -04:00
  • 207471b220 Tunnels: Increase per-tunnel bw limits for now zzz 2026-07-04 09:40:31 -04:00
  • 1795965fac Transport: Release delayed NTCP buffer if connection was closed zzz 2026-07-03 14:20:21 -04:00
  • 160b9c53df Transport: Fix wasUnreachable() removing expired entry from wrong map zzz 2026-07-03 14:11:00 -04:00
  • 6408c3b692 DG2: Remove unused variable zzz 2026-07-03 13:32:28 -04:00
  • f581d3d723 Crypto: Fix unused TrustedUpdate.verify() method zzz 2026-07-03 13:28:17 -04:00
  • 37cf32fd49 Profiles: Do not exclude L profiles if we are non-ff, low-bw zzz 2026-07-03 10:42:24 -04:00
  • b24aae44c7 Datagram2: Fix validation with offline keys zzz 2026-07-03 10:36:16 -04:00
  • e8dfbd18a0 GeoIP 2026-07-01 zzz 2026-07-02 09:26:54 -04:00
  • 816d975165 Installer: Remove unused reseed cert soon to expire zzz 2026-06-28 10:52:03 -04:00