Commit Graph

1903 Commits (4d2c0a68aea4aa06e2de624c74503e22ad617b4b)

Author SHA1 Message Date
orignal d50cf0ad83 recognize congestion caps 2 years ago
Vort a4759694c8 Prevent out of bounds array access 2 years ago
Vort 6610af08c2 Correct processing of reseed.floodfill option 2 years ago
orignal 4db643aa8e limited number of acked packets to 511 2 years ago
Vort 064c013a72 Remove unreachable reseed 2 years ago
Vort 9e0389df1b Fix several warnings 2 years ago
orignal 1b921a2eac removed some SSU1 code 2 years ago
Vort 64f0a545fd Improve MSVC 2015 compatibility 2 years ago
Vort 34617bcb44 Code style unification across file 2 years ago
Vort 5f8820d9d6 Silence several compiler warnings 2 years ago
R4SAS b7f0d87daf
GHA and Cmake changes (#1888)
Done with Vort's (https://github.com/Vort) cooperation

Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
polistern 3ff1adf597
feat: Added SAM UDP port parameter. 2 years ago
orignal 93d89a1fe0 fixed typo 2 years ago
orignal 3c9a574e90 create io_service after daemonization 2 years ago
orignal de82b3ae19 don't publish non-reachable router 2 years ago
orignal f84d88ac63 publish own RouterInfo in router's thread 2 years ago
orignal 2e62f9532f separate thread for processing router's messages 2 years ago
orignal d40cd00cdb use DHT table for floodfills 2 years ago
Vort 95cc544c92 Check for null pointer before dereferencing it 2 years ago
orignal 8544283110 don't expire connected routers 2 years ago
orignal abf687ff09 store RouterInfo in DHT 2 years ago
orignal 3adff82d4a don't handle ack request for router 2 years ago
R4SAS 82ac0aa492
2.46.1
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal b8a99878b6 don't create profile for every new non-floodfill 2 years ago
orignal eaca435a5b find multiple closest hashes 2 years ago
orignal ce05cce331 validate LeaseSet if signature verification was not requested 2 years ago
orignal e190dab7d6 fixed crash when shows leasesets 2 years ago
orignal 289c308600 set proper caps if host is unspecified 2 years ago
orignal bff12b06f4 fixed race condition 2 years ago
orignal b8590075e6 initial commit for Kademlia DHT 2 years ago
orignal 182a721674 2.46.0 2 years ago
orignal fa286a6fb3 faster GetBit 2 years ago
orignal 02a36a9fa8 don't populate buffer of unreachable router 2 years ago
R4SAS 77142e59ee
[http] fix query detection, addresshelper processing, update tests
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
weko 76d39cc7c9 changed to tabs, move tor port to function 2 years ago
weko 9e0c5d67c7 Don't use reversed port for choise random port. (by whothefuckami) 2 years ago
orignal 03111ad0df don't save profiles under mutex 2 years ago
orignal abb81c353d fixed race condition 2 years ago
orignal 1ad38c0b95 fixed typo 2 years ago
orignal 532a29b0c4 don't reply with unreachable router 2 years ago
orignal 4f3a416e37 send DateTime together with RouterInfo 2 years ago
orignal 4d0ad47491 GetBit for IdentHash 2 years ago
orignal 7b632bd03d set minimal floodfill version to 0.9.51 2 years ago
orignal c2faa5c614 don't try to save RouterInfo if no buffer 2 years ago
orignal d15581d95e delete invalid router after update 2 years ago
orignal 7bde4de1f5 don't try to save unreachable routers 2 years ago
orignal 88f19f551d don't save RouterInfo buffer if invalid 2 years ago
orignal d79bdc9f66 send datetime block after approximately every 250 packets 2 years ago
orignal 48a3c767e5 in-meory storage for router profiles 2 years ago
R4SAS 86fc12e395
[style] clean code
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS 3c65012a63
[ssu2] close socket if it was opened on OpenSocket
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal 97b7ea0da5 create separate new ipv4 and ipv6 published addresses 2 years ago
orignal 1c4cc02c23 drop garlic message in garlic clove 2 years ago
orignal ac94341203 disconnect established session if clock skew detected 2 years ago
orignal 234540f9e7
Merge pull request #1873 from Vort/ntp_desc
Fix description for nettime.enabled option
2 years ago
Vort cb44a35fde Fix description for nettime.enabled option 2 years ago
Vort 0829b186b7 Fix debug log output 2 years ago
orignal 993900aa77 terminate sessions if clock was adjusted backwards too much 2 years ago
orignal aac9a8d18f check if clock was adjusted backwards 2 years ago
orignal 2baaa8bb8f fixed typo 2 years ago
orignal f29ef2c057 don't compare first byte for yggdrasil addresses 2 years ago
orignal d1c98c58b9 update status before deleting session 2 years ago
orignal 4930157e93 don't innsert back unreachable router 2 years ago
orignal d30d1e8a7d don't set unrechable for routers without published addresses 2 years ago
orignal 80a55c5b75 store unrechable in profile 2 years ago
orignal 3c02cade58 compare only first 8 bytes for temporary addreses 2 years ago
orignal 21123e2afa compare published address and actual endpoint 2 years ago
orignal f1415c2234 compare published address and actual endpoint 2 years ago
orignal 212a1156a1 filter our addresses with invalid hosts 2 years ago
orignal 54fb234424 limit number of acked packets to 510 2 years ago
orignal 5a6b50ae51 fixed typo 2 years ago
orignal 21542e8150 select first hop from high bandwidth peer for client tunnels 2 years ago
orignal 02e7f6b0c3 cleanup out of sequence packet nums in one call 2 years ago
orignal f7101cc260 fixed warning 2 years ago
orignal e9f0ed6473 cleanup out-of-sequnce list more aggressivly 2 years ago
orignal 4960587f46 cleanup out-of-sequnce list more aggressivly 2 years ago
orignal bf8eecf407 more attempts to find good peer 2 years ago
weko 7df2ed6114 rename and refactor 2 years ago
weko 22b1066b0a Add parameter for show TCSR with old algorithm and it's realization 2 years ago
orignal fafdb0c590 drop too long or too short LeaseSet 2 years ago
R4SAS 3cee8bfcb2
Update tests and corresponding makefiles (#1862) 2 years ago
orignal 86dbfdb536 mutex for encrypted LeaseSet update 2 years ago
orignal 70fec2bc99 don't publish localhost addresses in RouterInfo 2 years ago
orignal 8a106eb09e fixed test-http-req 2 years ago
orignal ad5540c9f3 delete address if corresponding transport is disabled 2 years ago
orignal e91d0bbec8 delete address if corresponding transport is disabled 2 years ago
orignal 8ee461f60a enable all ipv4 adresses even if one is already enabled 2 years ago
orignal 4de6201b84 update RouuterInfo if NTCP2 or SSU2 keys were recreated 2 years ago
orignal 273aa31b1e try another floodfill if it's incompatible with tunnels 2 years ago
R4SAS b31f52e332
[http] keep query even if it was empty (closes #1844)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal 4fae7b8d65 don't update local RouterInfo addresses in Load but in InitTransports only 2 years ago
orignal 5479ddd03c publish NTCP2 addreses by index 2 years ago
orignal 1f23584c24 update all SSU2 addresses 2 years ago
orignal 067fb45a25 exclude router from tunnel build for 2.5 minutes if doesn't reply too often 2 years ago
orignal d4426118c5 exclude router from tunnel build for 2.5 minutes if declined 2 years ago
orignal cd6d86c8c3 make sure that async CreateStream complete 2 years ago
R4SAS 84d4e074ce
add loglevel checker, fix fields passing to translated string formatter
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal e8be39af17 memrory pool for SSU2IncompleteMessage 2 years ago
orignal bc888167a7 use linked list for out of sequence fragments 2 years ago
orignal 993dc72ce6 use separate pointer to second fragment of incomplete message 2 years ago