Commit Graph

8908 Commits

Author SHA1 Message Date
r4sas 5ea685181d [gha] include git version to linux cmake builds
Signed-off-by: r4sas <r4sas@i2pmail.org>
2026-02-08 23:58:36 +03:00
orignal 0ee7eafdeb 2.59.0 2026-02-08 15:34:53 -05:00
orignal e084894d7e don't select random router with older version 2026-02-08 14:39:26 -05:00
orignal 9bd39c0acd don't load routers with older versions 2026-02-08 14:28:04 -05:00
orignal 52dffb81fa check version before trying to add to NetDb 2026-02-08 11:29:35 -05:00
orignal f72d22bb27 remove routers with older version from NetDb 2026-02-08 11:06:23 -05:00
orignal de0c5c042a don't communicate with low bandwidth routers of version < 0.9.58 2026-02-08 10:45:47 -05:00
orignal c93cf9bc2f check min peer test version for Charlie 2026-02-07 21:19:35 -05:00
orignal 1a5847c51f stop accepting SSU2 session if queue is too big 2026-02-07 16:57:28 -05:00
sjehuda 82e35ed851 [i18n] Update Hebrew localization strings (#2308)
* Correct an error.
* Correct time sequence.
* Improve context.
2026-02-07 19:50:00 +03:00
fkobi 1e7ab7f5ef Migrate /var/run/ to /run/
Thus update to FHS 3.0:
https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html

Signed-off-by: fkobi <fkobi@pm.me>
2026-02-07 18:41:57 +03:00
orignal 026aad5ff7 increase default transit tunnels limit to 25000 2026-02-06 20:35:07 -05:00
orignal d2ba56780f throttle continious tunnel build messages 2026-02-06 18:17:47 -05:00
orignal a34e699c0e fixed typo 2026-02-06 15:15:42 -05:00
orignal 9080fcfa4d ban by IP list 2026-02-06 12:58:16 -05:00
r4sas 279d59bfce typo in config
Signed-off-by: r4sas <r4sas@i2pmail.org>
2026-02-06 20:50:57 +03:00
r4sas 003fd8d1c4 [reseed] follow redirects
Signed-off-by: r4sas <r4sas@i2pmail.org>
2026-02-06 20:46:25 +03:00
orignal 32a250a35e fixed possible negative index 2026-02-05 20:28:20 -05:00
orignal bb30a42c2d increase min tunnel build messages interval. don't count if from the same millisecond 2026-02-05 18:40:21 -05:00
orignal c63f87eb22 drop tunnel build message continiously 2026-02-04 17:17:17 -05:00
orignal b0543dfe32 let few first tunnel build messages go through before drop 2026-02-04 14:36:46 -05:00
orignal ca08b5848f Merge pull request #2314 from chadf/sanitizer-1
Added undefined behavior sanitizer.
2026-02-04 10:48:46 -05:00
Chad Fraleigh de10e6e9d7 Added undefined behavior sanitizer.
Combined common sanitizer flags.
2026-02-03 18:58:52 -08:00
orignal 96064db030 bump min version for floodfill and high banwidth tunnels 2026-02-03 19:35:40 -05:00
orignal ebcc39099e count number of dropped tunnel build messages 2026-02-03 18:54:43 -05:00
orignal 5f00447bca Merge pull request #2313 from LLE8/one_space
Add space in log message
2026-02-03 17:21:57 -05:00
orignal 6ec128e8f6 wake up tunnel build queue if a message gets dropped 2026-02-03 17:01:52 -05:00
orignal edf2828eaf delete inactive transit tunnels after 1 minute 2026-02-03 15:45:11 -05:00
orignal 9c1ffba49d drop tunnel build message from the same peer if comes too often 2026-02-03 14:35:20 -05:00
orignal c66adab385 increase max transit tunnels to 10000000 2026-02-03 13:53:22 -05:00
orignal 3d54e46c9b drop transit tunnel build request if queue exceeds 100 2026-02-03 13:16:06 -05:00
Anon2026 648fddfacf Add space in log message 2026-02-03 13:26:58 +03:00
orignal e894c877af fixed typo 2026-02-01 16:13:16 -05:00
orignal 3a42d2a150 Added FROM_PORT and TO_PORT datagram options 2026-02-01 09:36:26 -05:00
orignal 78763830f3 use LeaseSet from session for follow on datagrams 2026-01-31 18:48:02 -05:00
orignal 2f8480f908 set preferred crypto if i2cp.leaseSetEncType is not specified 2026-01-31 12:16:57 -05:00
orignal 85466e80b5 support b32 addresses in datagrams 2026-01-30 15:12:26 -05:00
orignal a1b0f2a505 return base64 of ident instead full address for datagram3 2026-01-30 12:10:16 -05:00
orignal 3bbd661177 Merge pull request #2311 from LLE8/dont_translate
Do not translate KiB, MiB, GiB
2026-01-29 20:34:35 -05:00
orignal 6dc6804760 compatibility with older versions for v1 datagrams 2026-01-29 19:04:26 -05:00
orignal 6d9d6482e9 fixed v1 datagrams 2026-01-29 19:02:22 -05:00
Anon2026 c05a8630a8 Do not translate - small fix 2026-01-29 23:08:21 +03:00
Anon2026 ec951c38ff Do not translate KiB/s 2026-01-29 22:57:32 +03:00
Anon2026 dc3518ea87 Do not translate KiB, MiB, GiB 2026-01-29 22:20:21 +03:00
orignal ea705bcdef don't accept transit tunnel if limited connectivity 2026-01-28 15:54:58 -05:00
orignal e3bab0e86f Merge pull request #2302 from LLE8/little_decoration_page_transports
Webconsole: a little decoration of page 'Transports'
2026-01-28 13:48:14 -05:00
Anon2026 f75433b31f Webcosole: a little decoration transports page 2026-01-28 20:26:16 +03:00
orignal 7c8fddc471 Merge pull request #2301 from LLE8/better_transittunnels
Better transit tunnels page rendering
2026-01-27 15:54:48 -05:00
orignal 8a177b2802 send ratchet session response for unidirectional traffic for I2CP 2026-01-27 15:35:27 -05:00
Anon2026 7e174fc0dd Better transit tunnels page rendering 2026-01-27 21:09:01 +03:00