Commit Graph

2729 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 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 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 6b9232452d i2p.streaming.maxWindowSize param 2025-07-31 19:30:41 -04:00
orignal d811ac47dc Client compatibility check more often 2025-07-29 19:10:40 -04:00
orignal f1ca24fec2 handle offline signature for Datagram2 2025-07-26 16:05:57 -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 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 bfc9540c24 recongnize explicit boolen values of i2p.streaming.answerPings 2025-07-17 17:11:54 -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 edc27d5bcb drop is choked 2025-07-14 19:23:26 -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
orignal 2e167fe334 pass std::string_view to HKDF 2025-07-09 13:21:04 -04:00
orignal 1a6051e79b don't verify signature of Datagram1 if comes from ECIESx25519 session 2025-07-03 20:40:39 -04:00
orignal a5631bd1b5 send Datagram3 2025-06-30 15:57:17 -04:00
orignal 31b6f07b78 set ECIESx25519 session's destination from LeaseSet 2025-06-26 18:01:03 -04:00
orignal 8c89c8368a handle Datagram3 2025-06-24 22:06:36 -04:00
orignal 40b90ccea4 recognize and verify datagram3 2025-06-24 18:00:02 -04:00
orignal 75dd0d72c6 skip transient signature verification if verified through ECIESx25519 session 2025-06-23 21:53:44 -04:00
orignal 9efdc230a9 don't check destination if first packet comes from ECIESx25519 session 2025-06-21 22:07:59 -04:00
orignal 6b519c36c5 increased number of floodfills threshold 2025-06-20 13:34:20 -04:00
orignal a6bf6baf1b don't verify signature for SYN-ACK if comes from ECIESx25519 session 2025-06-19 18:32:43 -04:00
orignal 78357c23d2 don't verify signature in incoming SYN packet if came from ECIESx25519 session. Compare static key instead 2025-06-18 20:39:48 -04:00
orignal 5f0262ea2f use EVP_Digest_ insted deprecated SHA512_ functions 2025-06-18 13:19:49 -04:00
orignal 06c9a255fb use EVP_DigestSign/EVP_DigestVerify for family signatures 2025-06-12 18:58:37 -04:00
orignal bb2b34ff4f check more precise result of EVP_DigestVerify 2025-06-12 16:05:17 -04:00
orignal 5974d2b5ac use EVP_DigestVerify/EVP_DigestSign for ECDSA and DSA signatures if openssl 3 2025-06-12 13:35:47 -04:00
orignal 5bef987529 stop suporting openssl below 1.1.1 2025-06-12 11:22:39 -04:00
orignal d2296f81ad use EVP functions to extract RSA keys if openssl 3 2025-06-12 09:44:55 -04:00
orignal 660dbd27d1 use EVP interface for ECDSA signatures if openssl 3 2025-06-11 21:11:06 -04:00
orignal 4828d93257 implemented ssu2.firewalled4 and ssu2.firewalled6 params 2025-06-09 16:05:56 -04:00
orignal 46154dabd5 fixed warnings 2025-06-08 07:19:03 -04:00
orignal ba0352e9a0 check for compatibility of LeaseSet encryption keys with local destination's encryption type 2025-06-07 20:52:35 -04:00
orignal 9c393f50da drop crypto types higher than ours 2025-06-07 12:06:47 -04:00
orignal 6363c9202f drop crypto types higher than ours 2025-06-07 11:28:21 -04:00
orignal cbb5250dd4 don't schedule resend timer while choked 2025-06-03 18:46:22 -04:00
orignal 6ad6a2501e fixed incorrect limit in strsplit 2025-06-03 07:58:31 -04:00