Commit graph

  • 627b8dca83
    Fixed buf offset EVP_EncryptFinal_ex() to include outlen. Chad Fraleigh 2023-08-13 17:08:14 -07:00
  • 3be873384c
    check if defined r4sas 2023-08-10 14:34:49 +00:00
  • 990c91d1bd
    [cmake] update comment about AES on MSVC r4sas 2023-08-10 17:05:22 +03:00
  • 9d3d35c71c
    update x86 and aes support checks at compile time r4sas 2023-08-10 14:01:03 +00:00
  • ebe9fd90af
    [cpu] set AES definition on MSVC r4sas 2023-08-10 04:33:31 +03:00
  • 7a8aa37eb2
    missing semicolon r4sas 2023-08-10 04:18:12 +03:00
  • 968c6fee5b
    [cpu] perform check in separate function r4sas 2023-08-10 04:01:50 +03:00
  • 239a93485c
    [cpu] use __builtin_* only on x86 systems r4sas 2023-08-10 03:25:01 +03:00
  • 1389b85028
    [cpu] remove avx detect and code blocks, try to switch to __builtin r4sas 2023-08-10 03:09:21 +03:00
  • 794fe41aa2
    update editorconfig r4sas 2023-08-08 23:30:26 +03:00
  • 7bcc905f05 exclude SSU1 introducers orignal 2023-08-07 21:28:13 -04:00
  • 8447822c35 don't publish intrducers with zero tag orignal 2023-08-05 15:25:16 -04:00
  • 411063e3b5
    Merge pull request #1958 from Vort/session_log orignal 2023-08-05 13:55:03 -04:00
  • 9bac680f2a improve transport session logging Vort 2023-08-05 17:49:22 +03:00
  • 38795a41cb don't publish introducers with zero iTag orignal 2023-08-05 08:55:06 -04:00
  • e170c39dfc
    Merge pull request #1957 from Vort/peer_test orignal 2023-08-04 08:21:54 -04:00
  • 68f4961f1a separate test status from network status Vort 2023-07-30 15:29:10 +03:00
  • ae5239de43 remove introducer from RouterInfo after 60 minutes orignal 2023-07-23 07:42:36 -04:00
  • 2064504cce fixed send keepalive for existing session orignal 2023-07-23 07:17:10 -04:00
  • 4aa631c33f clear implied list if no more introducers found orignal 2023-07-22 16:51:19 -04:00
  • d6834d6a9a keep non-published, but not-expired introducers in the introducers list orignal 2023-07-22 15:03:03 -04:00
  • 413e25f20e don't pick too old session for introducer orignal 2023-07-22 10:13:05 -04:00
  • b8e19bf5f1 reduced peer test interval and added peer test interval variance orignal 2023-07-22 08:50:49 -04:00
  • c7efd465fa padding for path response orignal 2023-07-21 18:25:28 -04:00
  • a7bcc3636b
    Remove deprecated bind_at_load from macOS Dimitris Apostolou 2023-07-21 21:43:40 +03:00
  • 6e9a3422e9 correct min size for keepalive orignal 2023-07-21 07:59:09 -04:00
  • d3cd8517b7
    Merge pull request #1952 from Vort/explicit0hops orignal 2023-07-19 10:43:03 -04:00
  • f13cc0b862 allow 0 hops with explicitPeers Vort 2023-07-19 16:38:04 +03:00
  • 0754255c1f drop incoming session from too old or from future routers orignal 2023-07-17 21:08:26 -04:00
  • 902899ae24 don't pick completely unreachable peers orignal 2023-07-17 19:49:42 -04:00
  • c620fc1232 clear unreachable flag upon succesive connect orignal 2023-07-17 18:44:51 -04:00
  • e7157cf15e don't create paired inbound tunnel if length is different orignal 2023-07-17 17:57:30 -04:00
  • 7eeab8d10b
    add email & anc jindam, vani 2023-07-17 19:30:27 +05:30
  • b1fe99d16d
    Differentiate cryptocurrency & its associated address jindam, vani 2023-07-17 19:08:02 +05:30
  • 940a97db11
    [gha] fix msvc build r4sas 2023-07-16 14:02:30 +03:00
  • 8e63f8f333 consider all addresses non published for U and H routers orignal 2023-07-15 17:11:56 -04:00
  • 5e97b54d1b
    Merge pull request #1950 from Vort/term_fix orignal 2023-07-15 13:53:17 -04:00
  • ea7cf1cf69 fix termination block processing and size check Vort 2023-07-15 18:44:37 +03:00
  • 17c4038c60 select router with ipv4 for endpoint orignal 2023-07-11 13:16:35 -04:00
  • 5f6bbd3eb9
    Added undefined behavior sanitizer. Combined common sanitizer flags. Added fuzzers. Chad Fraleigh 2023-07-10 18:35:34 -07:00
  • 5022a9c610
    Merge pull request #1948 from chadf/fuzzing-5 orignal 2023-07-10 08:06:47 -04:00
  • ca8ec6286a
    Merge pull request #1947 from chadf/fuzzing-4 orignal 2023-07-10 08:03:10 -04:00
  • 5142459e12
    Merge pull request #1945 from chadf/fuzzing-2 orignal 2023-07-10 08:01:46 -04:00
  • 8590dbd3d3
    Merge pull request #1946 from chadf/fuzzing-3 orignal 2023-07-10 08:00:30 -04:00
  • c4be5f7fdb
    Use offset from Identity::signingKey instead of Identity::certificate for key. Chad Fraleigh 2023-07-09 18:45:30 -07:00
  • 47dc5591b9
    Eliminate undefined behavior of bit shifting signed int. Chad Fraleigh 2023-07-09 15:09:17 -07:00
  • 2bb48b4546
    Fixed crash when Base64ToByteStream() is only given '=' characters. Chad Fraleigh 2023-07-09 13:12:22 -07:00
  • 638e9b4d7f
    Fixed division by zero due to thread race condition. Chad Fraleigh 2023-07-08 17:07:04 -07:00
  • b8f998f76a don't delete BOBDestination if used by another BOBSession orignal 2023-07-06 13:08:39 -04:00
  • 5f43026986 check if local destination is not null orignal 2023-07-06 12:30:33 -04:00
  • e8b4e971f9
    Added bounds checking to NetDb::HandleDatabaseSearchReplyMsg(). Chad Fraleigh 2023-07-05 15:51:47 -07:00
  • c1ede68a33
    Use IDENTITY_HASH_SIZE constant in NetDb::HandleDatabaseLookupMsg(). Chad Fraleigh 2023-07-05 15:49:10 -07:00
  • cbec85a21b
    Added IDENTITY_HASH_SIZE constant. Chad Fraleigh 2023-07-05 15:30:02 -07:00
  • 9ae8c1869a
    Added bounds checking to LeaseSet2. Chad Fraleigh 2023-07-04 15:44:32 -07:00
  • a516d7812a
    Added bounds checking. Chad Fraleigh 2023-07-03 15:49:18 -07:00
  • 13f263b791 correct transport comptibility for OBEP in second attempt orignal 2023-06-30 11:54:55 -04:00
  • e5533c3537
    Rebuild docker images every 2 days Kirill Fertikov 2023-06-26 14:42:51 +05:00
  • 07c529173e send current version of the subnegotiation in user/password response orignal 2023-06-17 10:08:04 -04:00
  • fee940238a handle SOCK5 authrosation with empty user/password orignal 2023-06-17 07:52:06 -04:00
  • ca02b5d860
    debian: add compat patches for previous releases R4SAS 2023-06-12 14:45:34 +00:00
  • fba23a4528
    i18n: update translations 2.48.0 r4sas 2023-06-12 16:33:21 +03:00
  • a0795d8534
    set server tunnel inport in ClientContext from port (#1936) r4sas 2023-06-12 05:12:07 +03:00
  • 03cc6e0524
    use uint16_t for ports r4sas 2023-06-12 05:10:32 +03:00
  • 3af1f4bc76
    Use of 'server' type tunnel port as inport (#1936) r4sas 2023-06-12 00:32:44 +03:00
  • 52b2d6c393 2.48.0 orignal 2023-06-11 15:44:16 -04:00
  • bb52056aec correct index for connected transport orignal 2023-06-11 06:48:47 -04:00
  • 75aa9f2c0c
    i18n: update translation file r4sas 2023-06-10 04:30:48 +03:00
  • 4e426727e9
    Webconsole: fix output on i2p tunnels, add b32 on dest page r4sas 2023-06-10 04:08:56 +03:00
  • 2ee7074686
    Merge c86a1f63a2 into 09f233dbfb wekoq 2023-06-07 20:13:11 +03:00
  • 09f233dbfb
    NetDB: ignore LeaseSet store request if not floodfill r4sas 2023-06-06 01:00:07 +03:00
  • dfe5df29e1
    suppress build warnings on windows r4sas 2023-05-30 21:05:15 +03:00
  • d5ee1f602f
    Update dates in license (#1934) AsciiMoth 2023-05-30 18:27:40 +04:00
  • 86173400d5 don't drop profile of real router too early orignal 2023-05-29 08:49:45 -04:00
  • ae439b5385
    SSU2: check if socket is opened before sending data, handle network_reset error r4sas 2023-05-27 01:00:19 +03:00
  • 5bf7f291a7
    Update dates in licence AsciiMoth 2023-05-26 11:22:20 -07:00
  • dc6a42c26f
    [contrib] update example config file comments, remove ssu option r4sas 2023-05-08 22:49:12 +03:00
  • fdf38f45d9
    more debug messages at destinations stop r4sas 2023-04-29 22:00:13 +03:00
  • a2726cf206
    [cmake] print commit-based version if option is used r4sas 2023-04-24 14:07:12 +03:00
  • e56d243c3f
    [win32] suppress fallthrough warning r4sas 2023-04-24 14:04:56 +03:00
  • 61dbbc9d76
    Merge 20e3d7c8fa into e95fb3ab89 hagen-i2p 2023-05-22 18:50:35 +05:00
  • e95fb3ab89 allow user/password authentication orignal 2023-05-22 08:58:04 -04:00
  • c984f89dfb don't handle unecnrypted DatabaseSearchReply msg if came throug client tunnel orignal 2023-05-21 18:43:58 -04:00
  • 20e3d7c8fa * store peer profiles in single file hagen 2023-05-15 00:00:00 +00:00
  • f2269b75f5 * replace deprecated boost::to_lower with boost::algorithm::to_lower() hagen 2023-05-15 00:00:00 +00:00
  • d010d3575d + HashedStorage::Destroy() hagen 2023-05-15 00:00:00 +00:00
  • c86a1f63a2 understandable construction for client tunnels weko 2023-05-08 20:28:19 +00:00
  • 008fb561b8 add local address and port to webconsole (issue #1877) weko 2023-05-08 17:00:50 +00:00
  • 5a09c11e90
    Merge pull request #1927 from wekoq/refactor_TBM_handling orignal 2023-05-08 12:48:45 -04:00
  • d44be2fd73 fix typo weko 2023-05-08 15:33:40 +00:00
  • a158647153 refactor TBM hadling weko 2023-05-08 14:50:27 +00:00
  • 623c3f4605 check for max number of records in tunnel build and tunnel build reply messages orignal 2023-05-06 18:07:21 -04:00
  • 8a52295882 make router real upon successive outgoing NTCP2 session. Eliminate static keys table orignal 2023-05-06 16:43:09 -04:00
  • f2bc2598dc
    Merge pull request #1925 from wekoq/openssl orignal 2023-05-06 06:34:59 -04:00
  • 1d8a91c5cc redo no save useless profiles weko 2023-05-06 07:59:40 +00:00
  • 3bc56ba423 store 'connected' in 'usage' section orignal 2023-05-05 19:58:58 -04:00
  • e068a3cf22 store 'connected' in 'usage' section orignal 2023-05-05 19:58:58 -04:00
  • 2e2cbe7803 save profile if has connected weko 2023-05-05 22:46:48 +00:00
  • 1c1452e06b Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl weko 2023-05-05 22:42:46 +00:00
  • c757b6d020 reset floodfill cap for unknown floodfills orignal 2023-05-05 18:22:11 -04:00
  • 8fcab7b0c1 fix incorrect merge conflict resolve weko 2023-05-05 21:55:31 +00:00