Commit Graph

  • c86e0ec371 lock queue's mutex less often orignal 2024-10-10 20:43:06 -0400
  • ac4c58bbe9 reload cerificate again after re-creation attempt orignal 2024-10-10 15:46:22 -0400
  • 23bac4a403 recreate certificate if invalid orignal 2024-10-09 21:40:26 -0400
  • 2321a897f5 rollback orignal 2024-10-09 08:48:24 -0400
  • 88a5f8b125 use EVP_PKEY for signing orignal 2024-10-08 18:44:46 -0400
  • 78847306e9 use EVP_PKEY for family signature verification orignal 2024-10-08 13:44:25 -0400
  • ecc635e9bc
    Merge pull request #2105 from PurpleI2P/openssl orignal 2024-10-08 10:01:35 -0400
  • 1a6109109a don't sample too small list of eligible introducers #2105 orignal 2024-10-06 20:57:35 -0400
  • 905c6debf2
    [win32] use boost filesystem for gcc builds 2.54.0 R4SAS 2024-10-06 20:03:22 +0300
  • 7c78da1336
    [win32] use boost filesystem for gcc builds gha R4SAS 2024-10-06 20:03:22 +0300
  • d7c4d0ff3e
    [gha] xp build again R4SAS 2024-10-06 16:36:52 +0300
  • da3e83138a Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl orignal 2024-10-06 07:43:57 -0400
  • c6eba73653 Merge branch 'master' of https://github.com/PurpleI2P/i2pd into openssl orignal 2024-10-06 07:43:45 -0400
  • 0d224dfc54 2.54.0 orignal 2024-10-06 07:42:59 -0400
  • dc48fb0180
    [rpm] try to fix Fedora ELN build R4SAS 2024-10-06 14:36:02 +0300
  • cc05f9c5d9 2.54.0 orignal 2024-10-06 07:34:18 -0400
  • e4c8cc300d
    [gha] disable winxp build (it is broken in MSYS2) R4SAS 2024-10-06 14:28:33 +0300
  • 0710f62948 fixed potential race condition orignal 2024-10-04 20:44:58 -0400
  • 58245bf121 temporary disable RelayRespond resend from Bob because it might be not acked orignal 2024-10-04 14:06:02 -0400
  • 4436c49ccc temporary disable RelayResponse resend through introducer session orignal 2024-10-04 11:30:56 -0400
  • bce9630ff8 try to create new sessions with introducers if existing are about to expire orignal 2024-10-04 08:26:32 -0400
  • 7f3a04a72f select random introducer session. don't update creation time orignal 2024-10-03 18:44:09 -0400
  • 34f1ba5bd9 don't send invalid local address in RelayRequest orignal 2024-10-02 12:45:12 -0400
  • dc4cd34893 handle immediate ack requsted flag in data message. set it in keep-alive orignal 2024-10-02 08:45:44 -0400
  • 1fb45c4b0d don't send HolePunch or PeerTest 5 to unspecified address orignal 2024-10-02 08:27:49 -0400
  • 514be6d048 introducer expiration time variance orignal 2024-10-01 21:26:54 -0400
  • 8c292727da introducer duration variance orignal 2024-10-01 20:35:46 -0400
  • d5c40bb6be send keep-alive for newly selected introducer session orignal 2024-10-01 18:21:07 -0400
  • eed48c43fd don't change Firewalled status to Unknown if peer test error orignal 2024-10-01 15:29:48 -0400
  • 600f36539f don't change ConnIDs of just introduced session. Let Charlie recognize SessionRequest orignal 2024-09-30 22:38:42 -0400
  • e1e530b4a9 never send Ack to HolePunch and PeerTest messages orignal 2024-09-30 18:27:13 -0400
  • 98e93468a6 send ack to relay messages orignal 2024-09-30 18:12:42 -0400
  • 0f5e8d8424 don't print warning if duplicated nonce or peer test orignal 2024-09-30 14:54:20 -0400
  • d521350588 resend relay response orignal 2024-09-29 22:15:03 -0400
  • 237d9474d8 fixed incomplete response orignal 2024-09-29 21:43:47 -0400
  • 5466983b36 resend relay messages orignal 2024-09-29 20:57:18 -0400
  • ba41f7107d resend peer test responses orignal 2024-09-29 18:17:49 -0400
  • c2234599cd exclude boost_system from linking because it's headers only now orignal 2024-09-29 17:11:54 -0400
  • 6ebb019e15 resend peer test msgs 5 and 6 orignal 2024-09-29 15:02:18 -0400
  • 15cd4feade move Bob's peer tests from SSU2 session to server orignal 2024-09-28 22:05:25 -0400
  • abbe1fea64 fixed clang build error orignal 2024-09-28 16:20:59 -0400
  • 62b811c2c1 use memory pool for SSU2 received packets arrays orignal 2024-09-28 09:49:45 -0400
  • 64e4b3871a update introducer's iTag is session to introducer was replaced to new one orignal 2024-09-27 13:32:20 -0400
  • c3a1631319 use weak_ptr for Bob's peer tests and relay tags orignal 2024-09-26 18:38:17 -0400
  • a06cce0aaf eliminate extra copy of vector of SSU2 packets orignal 2024-09-26 15:54:29 -0400
  • 75b1c144b4 drop too short follow on SSU2 packets orignal 2024-09-26 08:48:17 -0400
  • 32ad4b4858 fixed possible race conditions with m_SessionsByRouterHash orignal 2024-09-25 14:34:52 -0400
  • 17399da399 Added example docker-compose.yml #2101 imdef 2024-09-25 16:55:29 +0000
  • 98669eff4f delete session by hash from table if expired or terminated orignal 2024-09-25 11:13:01 -0400
  • 67763248cc add peer test session endpoint to connected recently after msg 6 and 7 orignal 2024-09-24 22:06:44 -0400
  • 262a803d10 make sure we are done with session before remving it orignal 2024-09-24 20:57:04 -0400
  • 0912de5b77 don't connect peer test session. Use weak_ptr for seesions by hash orignal 2024-09-24 20:03:15 -0400
  • edb2ba7107 set address when peer test msg 4 received orignal 2024-09-24 15:20:10 -0400
  • 74f0330730 moved SendPeerTest for msgs 5,6,7 to SSU2PeerTestSession orignal 2024-09-24 14:37:27 -0400
  • 5cd0248494 set router status to uknown if peer test msg 5 came from recently connected peer orignal 2024-09-23 20:24:33 -0400
  • 816771dd00 fixed build for gcc 8-9 orignal 2024-09-23 18:18:26 -0400
  • 189d7179c0 check if msg 5 was received instead state orignal 2024-09-23 15:34:14 -0400
  • 2dfc9003a7 separate and move own peer test to SSU2Server orignal 2024-09-23 14:16:24 -0400
  • 9968afc038 check senduseragent for outproxy. Update User-Agent for clearnet orignal 2024-09-22 21:27:09 -0400
  • 5073c9637e implement httpproxy.senduseragent orignal 2024-09-22 21:07:44 -0400
  • 2c594dc67a moved peer test 5-7 to SSU2PeerTestSession orignal 2024-09-22 20:25:41 -0400
  • 11bca5c3cd don't initialize Noise state for peer test sessions orignal 2024-09-22 18:02:12 -0400
  • 9d1e526812 separate SSU2PeerTestSession for peer tests msgs 5,6 and 7 orignal 2024-09-22 17:22:08 -0400
  • 018fa0ec00 added i2p.streaming.maxOutboundSpeed, i2p.streaming.maxInboundSpeed and i2p.streaming.profile to HTTP and SOCKS proxy configs orignal 2024-09-21 19:48:45 -0400
  • f733f0a636 added i2p.streaming.maxOutboundSpeed, i2p.streaming.maxInboundSpeed and i2p.streaming.profile to HTTP and SOCKS proxy configs orignal 2024-09-21 19:04:03 -0400
  • fd2b15fe81 don't drop too old router if low uptime orignal 2024-09-21 17:58:14 -0400
  • c8958d71a2 pick routers with any bandwidth if limited connectivity orignal 2024-09-21 12:59:11 -0400
  • e4962b855f pick first hop based on pool's bandwidth requirements orignal 2024-09-20 10:34:55 -0400
  • 9f30499984 implement i2p.streaming.profile to specify high or low bandwidth tunnel pools orignal 2024-09-19 21:16:16 -0400
  • 5324197e43 don't change router status if peer test came from recent endpoint orignal 2024-09-19 15:27:04 -0400
  • 715e063550 set boost flags before finding orignal 2024-09-19 08:02:37 -0400
  • 7ef1fdf634 exclude false position OK peer test if comes from recently connected endpoint orignal 2024-09-18 18:48:18 -0400
  • db19c32381 require minimal boost 1.83 for c++20 orignal 2024-09-18 15:42:30 -0400
  • ac1c28cb39 don't send ack in case of lost packet and incoming speed limitation orignal 2024-09-18 15:19:18 -0400
  • 2fa4237acd renew connected receintly timestamp, add endpoint to the list if hole punch is being sent orignal 2024-09-18 14:35:59 -0400
  • ae26758170 allocate RouterInfo's buffer from pool orignal 2024-09-18 08:40:22 -0400
  • a723405fb0 check max RouterInfo size orignal 2024-09-18 08:38:29 -0400
  • f20391d460 check if we connected recently to an endpoint before sending peer test orignal 2024-09-17 21:49:23 -0400
  • ca4db7aab2 handle siuatuion if only one lease in remote LeaseSet orignal 2024-09-17 20:56:00 -0400
  • 13b2fc3266 drop window size only when lease changes orignal 2024-09-16 19:09:18 -0400
  • d4c1a1c0bb cleanup streaming destination's pools orignal 2024-09-16 13:39:11 -0400
  • d5aca85a35 don't try to generate more ECIES-X25519-AEAD-Ratchet tags if decryption failed orignal 2024-09-12 21:03:46 -0400
  • 17d0e59d02 fixed warning orignal 2024-09-12 20:30:26 -0400
  • d20475e3d0 set default i2cp.leaseSetEncType to 0,4 and to 4 for server tunnels orignal 2024-09-12 19:11:13 -0400
  • ebec4d8a5e set default i2cp.leaseSetEncType to 0,4 and to 4 for server tunnels orignal 2024-09-12 18:56:23 -0400
  • cb0801fc16 reduce number of retransmits orignal 2024-09-11 20:54:22 -0400
  • a5e9d9c6a3
    [gha] winxp build fix R4SAS 2024-09-11 20:18:05 +0300
  • 3d0a1afd64 check if addressbook is enabled orignal 2024-09-11 12:06:55 -0400
  • 78ec5b2c6e faster RTT recalculation if bad sample orignal 2024-09-11 11:24:51 -0400
  • 272bf7dbc1 terminate NTCP2 session from duplicated router properly orignal 2024-09-10 12:35:36 -0400
  • 261acbbd66 recalculate RTT for one way communications orignal 2024-09-10 12:22:42 -0400
  • a65dd218da correct endianess in SendQuickAck orignal 2024-09-10 10:27:26 -0400
  • 50d297fa29 check if first packet orignal 2024-09-09 22:37:35 -0400
  • 699e17b594 handle plain ack with options orignal 2024-09-09 22:26:03 -0400
  • a91caa6559 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl orignal 2024-09-09 18:40:42 -0400
  • 07d108bb6f send immediate ack request if no packet being sent orignal 2024-09-09 18:40:06 -0400
  • bcace3fb29
    use -std=c++17 orignal 2024-09-08 17:53:41 -0400
  • cd648b9b3f use std::atomic<std::shared_ptr<...>> instead boost::shared_ptr if applicable orignal 2024-09-08 16:30:27 -0400
  • ba451eeca5 set congestion cap G immediately if through proxy orignal 2024-09-07 18:01:48 -0400
  • 8d1c186665 limited connectivity mode orignal 2024-09-07 16:25:26 -0400