Commit Graph
8624 Commits
Author SHA1 Message Date
orignal 1ffcb3d3de Merge pull request #2220 from wipedlifepotato/httpTheme
feat: http theme for webconsole
2025-08-15 07:23:36 -04:00
Anonymous d148dd0b5e feat: http theme for webconsole 2025-08-15 10:22:58 +07:00
orignal 27f2c5285d support boost 1.89 2025-08-14 18:51:54 -04:00
orignal 83f9e1098d decline master session if SAM version is less than 3.3 2025-08-14 15:58:42 -04:00
orignal 7dd174d32c extract and check VERSION 2025-08-14 15:44:48 -04:00
orignal d496b15249 handle SESSION ADD without FROM_PORT 2025-08-13 17:16:56 -04:00
orignal 91027168f9 correct max UDP buffer size for openbsd 2025-08-11 13:14:55 -04:00
orignal 2fb8ca9cc7 send Datagram2 2025-08-09 19:35:55 -04:00
orignal 9276042078 offline signature for close packet 2025-08-06 15:31:34 -04:00
orignal 20ba95ee52 don't add signature to ping message if i2p.streaming.dontSign 2025-08-06 13:44:46 -04:00
orignal aca5f35fa0 don't verify signature for close and reset packets if came from ECIESx25519 session 2025-08-06 10:50:10 -04:00
orignal f5b57283b3 i2p.streaming.dontSign tunnel param 2025-08-05 19:21:07 -04:00
orignal f0c4203f5a read bool param 2025-08-04 18:25:07 -04:00
orignal 28996583e4 Handle links with UTF8 SAM session name 2025-08-03 16:35:23 -04:00
orignal aeca4c3fc7 fixed #2215. Check streaming destination during cleanup 2025-08-03 16:34:31 -04:00
orignal 643a94a441 increased number of floodfills threshold 2025-08-03 16:33:07 -04:00
orignal f38612b8e9 Exclude 'R' cap if proxy 2025-08-02 14:57:48 -04:00
orignal b6f5308242 used enum class for SAMSocketType and SAMSessionType 2025-08-02 11:31:26 -04:00
orignal 6b9232452d i2p.streaming.maxWindowSize param 2025-07-31 19:30:41 -04:00
orignal a84fefd244 Merge pull request #2213 from nonlin-lin-chaos-order-etc-etal/patch-1
Remove Android CI badge @ README.md as github free tier fails to buil…
2025-07-30 20:52:35 -04:00
nonlin-lin-chaos-order-etc-etal 6c41cf178a Remove Android CI badge @ README.md as github free tier fails to build (OutOfMemory) 2025-07-31 08:16:28 +08:00
orignal d811ac47dc Client compatibility check more often 2025-07-29 19:10:40 -04:00
orignal 44b4fccefe non-blocking UDP sockets 2025-07-29 18:37:44 -04:00
orignal 977967f793 try to resolve host again in server tunnel if failed before 2025-07-28 15:51:47 -04:00
orignal f1ca24fec2 handle offline signature for Datagram2 2025-07-26 16:05:57 -04:00
orignal d5769080c8 handle session with STYLE=DATAGRAM2 and STYLE=DATAGRAM3 2025-07-23 12:54:46 -04:00
orignal 6b9278fdd3 request ack more often 2025-07-22 18:41:24 -04:00
orignal c554f47c4d datagramversion param for UDP client tunnel 2025-07-22 16:07:24 -04:00
orignal e47cc8495b handle Datagram2 2025-07-21 21:19:53 -04:00
orignal 49569d36e5 calculate message size properly 2025-07-21 12:51:40 -04:00
orignal 2fafca1571 limit simultinously sent streaming packets 2025-07-20 08:42:39 -04:00
orignal 27b005a9b2 store shared routing path and with Java separately 2025-07-19 10:00:47 -04:00
orignal 253a892b0f limit number of outbound packets if the peer can't handle it 2025-07-19 09:25:51 -04:00
orignal 8c204a4c10 use std::string_view for I2P HTTP headers. constexpr for ecxluded headers list 2025-07-18 22:39:21 -04:00
orignal bfc9540c24 recongnize explicit boolen values of i2p.streaming.answerPings 2025-07-17 17:11:54 -04:00
orignal 24b6d85fe2 Merge pull request #2212 from nonlin-lin-chaos-order-etc-etal/feat_more_errors_diags
Add more errors diagnostics to understand malformed configs (Re: config answerPings value format incompatibility issue)
2025-07-17 15:53:02 -04:00
nonlin-lin-chaos-order-etc-etal 86366a6f73 Add more errors diagnostics to understand malformed configs 2025-07-18 02:25:49 +08:00
orignal 3a18e7ab91 handle multiple ECIESx25519 encryption keys 2025-07-16 22:05:42 -04:00
orignal edc27d5bcb drop is choked 2025-07-14 19:23:26 -04:00
orignal 2c2452cd3b Merge pull request #2211 from Houkime/openssl-deprecations
Update deprecated openssl functions and remove warning suppression
2025-07-14 07:45:06 -04:00
Houkime 00c23cba38 Update deprecated openssl functions and remove warning suppression
see https://docs.openssl.org/3.0/man7/migration_guide/
2025-07-14 08:43:28 +00:00
R4SAS 090e972fa9 [gha] add debian trixie build 2025-07-10 21:00:15 +03:00
R4SAS 18b03c6c9e [gha] remove debian buster build 2025-07-10 20:58:49 +03:00
orignal 2e167fe334 pass std::string_view to HKDF 2025-07-09 13:21:04 -04:00
orignal ccb466646f don't create PQ signature if not supported 2025-07-08 14:32:37 -04:00
orignal 99e4bda685 pass actual string size to Process* methods 2025-07-08 13:18:54 -04:00
orignal 181edce55a pass buffer as std::string_stream 2025-07-06 18:47:52 -04:00
orignal 1862f28a98 extract params from std::string_view 2025-07-06 16:45:47 -04:00
orignal 88375bf9c0 fixed build for older gcc 2025-07-05 21:41:35 -04:00
orignal 59d1695ee5 use std::string_view to extract params 2025-07-05 21:06:49 -04:00