Commit graph

  • 46f530bfcd persist temporary keys of actual size orignal 2025-03-18 21:15:37 -04:00
  • bd2b96627c calculate crypto key length from key type orignal 2025-03-18 19:23:13 -04:00
  • 609cd401bb don't calculate key's base64 if not used orignal 2025-03-17 20:08:39 -04:00
  • bbf5c1655a ByteStreamToBase64 always returns std::string orignal 2025-03-17 19:05:10 -04:00
  • 8e6b9370d0 use ToBase64 for incoming stream accept orignal 2025-03-17 19:00:48 -04:00
  • 9cc625b19e fixed warning orignal 2025-03-17 10:16:05 -04:00
  • 93cc810f29 use string/string_view for base64 orignal 2025-03-17 09:06:11 -04:00
  • a6cc3cec17
    Merge pull request #2162 from PurpleI2P/openssl master orignal 2025-03-17 08:40:59 -04:00
  • e0a21cf702 use string/string_view for base32 orignal 2025-03-16 20:40:36 -04:00
  • c2f6731296 don't use fixed size buffer for local destination's keys orignal 2025-03-16 18:06:12 -04:00
  • 706b9c51b1 make Base64EncodingBufferSize constexpr orignal 2025-03-16 17:21:22 -04:00
  • c0b5f2d2ef pass n by value orignal 2025-03-16 15:17:08 -04:00
  • d93a80cd2b Support v1 datagram sessions without port orignal 2025-03-16 11:07:17 -04:00
  • 960a85e415 replace more strings to string_view orignal 2025-03-15 16:43:08 -04:00
  • 67ab4fef6d implement strsplit using string_view instead stringstream orignal 2025-03-15 13:19:53 -04:00
  • 2def747564 use array instead vector for reserved ranges orignal 2025-03-14 19:28:22 -04:00
  • 6a65680619 use array/string_view for HTTP methods and versions orignal 2025-03-14 18:45:27 -04:00
  • ede8244e54 store translation as string_view orignal 2025-03-14 14:46:24 -04:00
  • c3d4d1bdf4 use array/string_view for exluded HTTP headers in server tunnel orignal 2025-03-14 13:07:45 -04:00
  • ad7ca428ae enable encoding of ML-DSA-44 messages orignal 2025-03-14 11:40:54 -04:00
  • cd9427d5d5 correct ML-DSA-44 signature verification params orignal 2025-03-13 20:39:51 -04:00
  • e3227ee5ee MLDSA44 signer and keygen orignal 2025-03-13 15:43:22 -04:00
  • dd58b2f867 Post-Quantum. MLDSA44 verifier orignal 2025-03-12 15:41:12 -04:00
  • 972c6854bc don't delete trusted routers from netdb orignal 2025-03-10 13:43:21 -04:00
  • 4ddfe9c94c don't grow window too fast orignal 2025-03-09 21:47:57 -04:00
  • 4e8b8465fa don't create profile for every single router when save to disk orignal 2025-03-09 11:17:19 -04:00
  • 4d9b5e685d use ends_with to recognize .i2p addresses orignal 2025-03-08 16:03:36 -05:00
  • b500374f74 recognize keys=shareddest orignal 2025-03-07 13:33:17 -05:00
  • fe3e7b1f6e reduced profile persist interval orignal 2025-03-06 16:29:14 -05:00
  • 66a52a17c6 load profile for SSU2 priority only orignal 2025-03-06 16:26:02 -05:00
  • c113241ccd support local sockets for I2PControl orignal 2025-03-05 14:14:34 -05:00
  • 9c97909e04 removed test crypto/signature types orignal 2025-03-05 10:51:21 -05:00
  • c816d3e4cc Ed25519ph orignal 2025-03-05 10:38:23 -05:00
  • 4f82fe24da replace boost::lexical_cast by std::to_string. std::unique_ptr for thread orignal 2025-03-04 18:11:58 -05:00
  • a1794ccd22 Solaris build added orignal 2025-03-02 15:00:09 -05:00
  • 5f762845f0 move BOB incoming connection logic from I2PTunnelConnection to BOB orignal 2025-02-28 22:20:50 -05:00
  • 539e7e988e reduce I2PTunnelConnection buffer size orignal 2025-02-27 21:35:14 -05:00
  • 2a4403f1e0 lazy creation of TunnelEnpoint for transit tunnel orignal 2025-02-27 18:00:24 -05:00
  • dcd15cc244 use common constants for babdwidth limits orignal 2025-02-25 14:12:10 -05:00
  • 9432202fad check PeerTest buffer size orignal 2025-02-24 13:58:10 -05:00
  • bf050ac465 fixed typo orignal 2025-02-22 19:01:20 -05:00
  • 81dae1997d replace boost::lexical_cast by std::from_chars and std::to_string orignal 2025-02-21 20:34:53 -05:00
  • 7e3d9649de use plain buffer instead stream for SignedData orignal 2025-02-20 22:04:58 -05:00
  • 9ba016259d use plain buffer instead stream for SignedData orignal 2025-02-20 21:59:24 -05:00
  • 7791b3952e check RelayRequest, RelayIntro, RelayResponse buffer size. Use assign instead memcpy orignal 2025-02-20 16:53:49 -05:00
  • b97f09cc95 const ExtractString and ExtractMapping orignal 2025-02-19 18:51:54 -05:00
  • aedf59d11a fixed typo orignal 2025-02-19 13:38:47 -05:00
  • d09367d686 always pass RouterInfo param values as string_view orignal 2025-02-19 11:08:47 -05:00
  • 70f99ccc21 update router caps orignal 2025-02-18 21:49:07 -05:00
  • ef72ba3f34 parse RouterInfo from buffer orignal 2025-02-18 21:11:59 -05:00
  • 251605e2b8 Fix the calculation of the window drop size orignal 2025-02-18 20:22:18 -05:00
  • fa2178ca3e set max padding size to 32 bytes orignal 2025-02-17 15:08:22 -05:00
  • 3d19fa12f6 create new tunnel immediately if last one failed orignal 2025-02-15 15:27:14 -05:00
  • 48aaecacce check outbound tunnels only for LeaseSet request orignal 2025-02-14 21:53:38 -05:00
  • 4bb86b6a86 don't request LeaseSet until destination if ready orignal 2025-02-14 18:18:28 -05:00
  • 0588116489 make token always non-zero orignal 2025-02-14 13:08:22 -05:00
  • 78a37cc00f changed some log levels orignal 2025-02-12 15:56:22 -05:00
  • fb90b01f6c
    2.56.0 2.56.0 r4sas 2025-02-11 22:15:11 +03:00
  • ea55215668
    Merge pull request #2154 from rex4539/uninitvar orignal 2025-02-11 08:30:28 -05:00
  • 58a86fa2dc
    [build] OpenSSL linking reorder (#2156) r4sas 2025-02-10 22:10:06 +00:00
  • 6d0dad5fd4
    [build] test linking reorder build-tests r4sas 2025-02-10 21:47:25 +00:00
  • b17087ba4a
    [build] test linking reorder on cmake R4SAS 2025-02-10 18:54:52 +03:00
  • f466be3b5c
    [build] test linking reorder on mingw R4SAS 2025-02-10 18:53:30 +03:00
  • 24f167141d
    [build] test linking reorder on linux R4SAS 2025-02-10 18:52:32 +03:00
  • 8a7c4040b6 fix typo Dimitris Apostolou 2025-02-08 22:58:51 +02:00
  • 3eb083dffd
    fix typo Dimitris Apostolou 2025-02-08 22:58:51 +02:00
  • ea279ef45a Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl orignal 2025-02-08 15:51:58 -05:00
  • 8aa18add4b 2.56.0 orignal 2025-02-08 15:51:13 -05:00
  • 5ff52e6c93
    Removed rus.i2p from subscriptions orignal 2025-02-08 07:45:04 -05:00
  • ef19a85fc0 use correct OBEP inbound tunnel build orignal 2025-02-03 20:41:51 -05:00
  • 2ce3145195
    Build IRC tunnel through low bandwidth routers orignal 2025-02-02 18:05:46 -05:00
  • b8d74dab47 recreate tunnels in random order orignal 2025-02-02 16:49:37 -05:00
  • e8f5efd156 peers cleanup time variance orignal 2025-02-01 09:42:44 -05:00
  • 57aa8b3de8 fixed typo orignal 2025-01-31 12:55:09 -05:00
  • 972b66f9a5 decline transit tunnel to duplicated router orignal 2025-01-31 11:20:39 -05:00
  • eadeea76e7 check congestion and random reject short tunnel build requests orignal 2025-01-30 15:35:04 -05:00
  • da7d3c55b0 replaced banana.incognet.io reseed by coconut.incognet.io orignal 2025-01-30 08:21:01 -05:00
  • ff0b6a6a6a
    fix uninitialized variable block.tunnelID Dimitris Apostolou 2025-01-30 13:36:53 +02:00
  • 75e8e04614
    fix typo Dimitris Apostolou 2025-01-30 12:37:09 +02:00
  • 60d3e4d963 set ack requested flag after second resend attempt orignal 2025-01-29 19:15:12 -05:00
  • adc230acde use m_IsSaving flag for saving RouterInfo orignal 2025-01-29 16:02:31 -05:00
  • e4ba07a540 persist local RouterInfo in separate thread using seperate buffer orignal 2025-01-29 13:22:15 -05:00
  • 93ec5ac5c4 rollback orignal 2025-01-28 21:45:26 -05:00
  • 774c606b09 don't wait for completion explicitly orignal 2025-01-28 21:30:48 -05:00
  • 1bff42042d check if saving if complete orignal 2025-01-28 21:22:36 -05:00
  • daeb177579 save updated local RouterInfo in separate thread orignal 2025-01-28 20:49:36 -05:00
  • 5d7a062f1b std::mt19937 for random. Congestion update timer variance orignal 2025-01-28 14:47:22 -05:00
  • 35f7bd5127 don't delete actively use profile. Last persist time orignal 2025-01-28 14:09:25 -05:00
  • d411da451a
    Merge pull request #2152 from rex4539/typo orignal 2025-01-27 22:48:40 -05:00
  • 45bab06f37 cleanup cached addresses orignal 2025-01-27 18:30:22 -05:00
  • 588855c6a7
    fix typo Dimitris Apostolou 2025-01-27 23:04:23 +02:00
  • c3fa0ae8cc cache full addresses in memory when requested or received orignal 2025-01-27 13:24:37 -05:00
  • bf85a69a2f min peer test version 0.9.62 orignal 2025-01-26 17:49:24 -05:00
  • 72ff0b9fbb shorter ack request interval orignal 2025-01-25 09:02:18 -05:00
  • b9c9988ff4 smaller request timeout if sent directly orignal 2025-01-24 13:56:33 -05:00
  • 1bb5ad22af use std::mt19937 for random. Peer test interval variance orignal 2025-01-23 19:20:20 -05:00
  • 4fa5cec0dc fixed termination deadlock if SAM session is active orignal 2025-01-23 14:12:52 -05:00
  • 1e7254dfaa don't delete router's buffer if an update received or connecting orignal 2025-01-22 13:25:11 -05:00
  • ca0818af7e drop buffer upon peer disconnect orignal 2025-01-22 12:00:37 -05:00
  • b3d09513b8 fixed race condition orignal 2025-01-21 19:38:07 -05:00