Commit Graph

2946 Commits

Author SHA1 Message Date
orignal 336e41f00f 2.60.0 2026-04-20 11:07:02 -04:00
orignal c353d71afc check if RouterInfo was inserted to NetDb 2026-04-19 07:54:00 -04:00
Sergey Fedorov 7b07304092 FS.h: add missing header 2026-04-17 21:36:27 +07:00
orignal 3598cfdda0 i2cp.closeIdleTime and i2cp.newDestOnResume params for httpproxy and socksproxy 2026-04-15 19:20:06 -04:00
orignal bdb1432015 ML-KEM-768 for NTCP2 by default if applicable 2026-04-15 14:35:53 -04:00
parsebulb 10e3ce597c fix segfault in WrapSignleMessage 2026-04-15 12:41:11 +02:00
orignal a1c3aa4255 publish higher key type first 2026-04-11 17:20:43 -04:00
orignal 38cec8f2b8 https://bybyh.de reseed added 2026-04-11 15:40:26 -04:00
orignal e056eab884 throw fatal error if storage failed to initialize 2026-04-10 19:44:57 -04:00
orignal 855bf09313 removed MLDSA44 support for now 2026-04-09 17:20:11 -04:00
orignal a8e040e75f fixed incorrect Poly1305 tag of chiper text block in next new session reply message 2026-04-09 15:56:14 -04:00
orignal ae3de9ef46 close all session and regenerate static keys for new dest 2026-04-08 14:50:15 -04:00
orignal caf36cb638 persist.netdbinterval param 2026-04-06 15:28:58 -04:00
orignal c45b0abb25 impplemented i2cp.newDestOnResume 2026-04-04 11:47:04 -04:00
jeff af8a3decbf Update libi2pd/Destination.cpp
style fix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-03 09:13:44 -04:00
jeff ac5ba2dbf0 Update libi2pd/Destination.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-03 09:13:06 -04:00
Jeff Becker 1397c93de1 Fixup i2cp option on reconfigure.
Make sure i2cp.dontPublishLeaseSet option logic correctly applies on reconfigure.
2026-04-03 09:02:12 -04:00
orignal 975d3c61f0 fixed inverted value of i2cp.dontPublishLeaseSet 2026-04-02 21:22:18 -04:00
orignal 0fbf06ddf4 set only default receiver if port=0 2026-04-02 17:35:30 -04:00
orignal a683b98e73 check for idle time. don't create and test tunnel if idling 2026-04-02 13:37:35 -04:00
orignal 6be73912c7 generate tags faster 2026-03-31 18:19:24 -04:00
orignal 6dcfee0e24 reduce send interval 2026-03-30 08:55:36 -04:00
orignal e6d6699dfb exclude routers from the same family from next hop 2026-03-29 11:20:41 -04:00
Dimitris Apostolou 2f15da3d5a fix typos 2026-03-28 09:19:33 +02:00
orignal f7c33b3995 fixed typo 2026-03-27 13:37:07 -04:00
Łukasz Jerciński 6ef0221f72 use case-insensitive HTTP header matching per RFC 7230 2026-03-27 10:24:14 +01:00
orignal 54ea2be8e0 don't select non-connected peer for first hop if too many connection from that subnet 2026-03-26 21:09:41 -04:00
orignal 8f24f0043d mutex for m_ConnectedNetworks 2026-03-26 16:26:03 -04:00
orignal e291943e7b switch to non-PQ with a probability of one in four 2026-03-25 20:50:57 -04:00
orignal a5341687ec subnet for yggdrasil addreses 2026-03-24 21:29:17 -04:00
orignal 7cfddc2ea0 don't select peer for first hop if too many connection from that subnet 2026-03-24 20:36:49 -04:00
orignal ade3b45495 count sessions from same network 2026-03-23 21:33:50 -04:00
orignal eda41230cc limit SessionRequest padding to 32 bytes and SessionCreated to 64 2026-03-22 18:37:55 -04:00
orignal 9a881e7753 show protocol version for post quantum transport sessions 2026-03-22 12:24:59 -04:00
orignal 50eccb8f83 fixed #2320. Removed NetDb::HandleNTCP2RouterInfoMsg 2026-03-20 08:52:06 -04:00
orignal c05cf3c516 return value for ProcessRessionRequest and ProcessTokenRequest 2026-03-19 20:02:21 -04:00
orignal 0aa3d2e26b set version from TokenRequest 2026-03-19 13:44:30 -04:00
orignal b4005a9f59 correct MixHash after sending SessionCreated 2026-03-17 21:02:24 -04:00
orignal e5753ec44e adjust MTU after remote endpoint is known 2026-03-17 19:36:43 -04:00
orignal 46919746ce set default MTU for ipv6 address 2026-03-17 13:57:48 -04:00
orignal 64dc406185 resend packets without extra loop 2026-03-17 12:47:00 -04:00
parsebulb 39de43dfed Don't preserve session lifetime in handlers
This is an issue because i2pd does not wait for all handlers queued for
execution inside io_context to execute before it's destroyed. Because
these handlers preserve lifetime of IO objects via a shared pointer we
get into a situation where destroying io_context will invoke destructors
on those IO objects which in turn will attempt to access io_context and
the app will crash.

More info here https://github.com/PurpleI2P/i2pd/issues/2354
2026-03-17 13:51:57 +01:00
orignal e62f504b0f adjust mtu before SessionRequest 2026-03-16 17:26:16 -04:00
orignal 44f174ab5f fixed typos 2026-03-16 14:17:18 -04:00
orignal 92c5d2b1e2 send and handle incorrect version reason for retry message 2026-03-15 17:43:26 -04:00
orignal 1a237d3ff9 fallback to non-PQ crypto if MTU is too small 2026-03-14 19:56:18 -04:00
orignal 6df4138178 correct MixHash after SessionRequest 2026-03-14 19:06:17 -04:00
orignal 1a23e5ab35 read first value if pq contains multiple values for SSU2 2026-03-14 16:15:32 -04:00
orignal 461b7037de apply ML-KEM shared key in right order in SessionCreated 2026-03-13 13:46:31 -04:00
orignal bc2cdd6c01 update published pq param from config 2026-03-12 20:46:06 -04:00