orignal
|
9e050d1a23
|
peer test for ipv6
|
2021-03-23 15:36:57 -04:00 |
|
orignal
|
b994af9209
|
check reachability of floodfill to request from
|
2021-03-05 08:41:44 -05:00 |
|
orignal
|
def9873a70
|
request multiple introducers at the time
|
2021-03-02 21:10:19 -05:00 |
|
orignal
|
f70ee480ba
|
check connectivity between peers for tunnel
|
2021-03-01 19:02:27 -05:00 |
|
orignal
|
1d7639b3f4
|
caps per address
|
2021-02-22 21:04:26 -05:00 |
|
orignal
|
765ab60753
|
try to reseed if no compatible routers in netdb
|
2021-02-10 15:27:13 -05:00 |
|
orignal
|
313921da56
|
publish and request through exploratory tunnel if floodfill is not reachable
|
2021-02-06 14:49:42 -05:00 |
|
R4SAS
|
3100d4f902
|
move thread naming to util
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2020-12-07 06:22:30 +03:00 |
|
R4SAS
|
36473e3889
|
add naming to threads
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2020-12-04 18:37:17 +03:00 |
|
orignal
|
3dfb44de31
|
exclude DSA floodfills
|
2020-11-21 14:27:08 -05:00 |
|
orignal
|
c69c4ae8a0
|
don't publish too fast
|
2020-11-15 21:46:49 -05:00 |
|
orignal
|
b4369470cb
|
publish updated RouterInfo
|
2020-11-15 20:05:27 -05:00 |
|
orignal
|
1f6be38145
|
wait for publish confirmation or publish to another floodfill
|
2020-11-15 13:06:02 -05:00 |
|
orignal
|
ffa0f0afd9
|
check network status
|
2020-10-11 17:51:40 -04:00 |
|
orignal
|
e2a1cd12c3
|
don't delete unreachable routers if too few
|
2020-10-07 21:13:26 -04:00 |
|
orignal
|
8483464aab
|
don't attach our RouterInfo to router's request
|
2020-10-03 17:20:04 -04:00 |
|
R4SAS
|
8bae4975fb
|
add copyright headers
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2020-05-22 18:14:53 +00:00 |
|
R4SAS
|
7a5146ea74
|
fix code syle(spaces->tabs, tabulations)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2020-05-22 18:14:53 +00:00 |
|
orignal
|
bdd75e1171
|
build client tunnels through router with version >= 0.9.36
|
2020-05-20 14:59:18 -04:00 |
|
orignal
|
6b596bd05f
|
check ECIES flag for encrypted response
|
2020-04-21 15:14:03 -04:00 |
|
orignal
|
4e1319d874
|
handle ECIESFlag in DatabaseLookup at floodfill
|
2020-04-07 11:40:18 -04:00 |
|
orignal
|
d7d964bf57
|
GarlicRoutingSession/ElGamalAESSession split
|
2020-01-16 14:31:01 -05:00 |
|
orignal
|
54071b0e5d
|
set and handle unpublished LeaseSet flag
|
2019-07-16 11:48:30 -04:00 |
|
orignal
|
8e919ddc8e
|
use monotonic clock for uptime
|
2019-06-19 11:43:04 -04:00 |
|
orignal
|
f6f45eab39
|
flood encrypted LeaseSet2 with store hash
|
2019-06-08 21:23:25 -04:00 |
|
orignal
|
354c9187db
|
detect our ipv6 address
|
2019-05-23 15:59:44 -04:00 |
|
orignal
|
7b9033d678
|
allocate actual RouterInfo's buffer size
|
2019-05-23 09:32:07 -04:00 |
|
orignal
|
f6199c6c17
|
print store hash for encrypted LeaseSet
|
2019-04-20 09:44:16 -04:00 |
|
Dimitris Apostolou
|
6a497a23d9
|
Fix typos
|
2019-04-08 22:22:42 +03:00 |
|
orignal
|
09b1b120d7
|
update LeaseSet2 if store type changed
|
2019-03-07 14:51:05 -05:00 |
|
orignal
|
0646461342
|
check published timestamp for LeaseSet2
|
2019-02-26 16:20:24 -05:00 |
|
orignal
|
846eac29dc
|
filter out unspecified addresses. Check floodfill status change
|
2019-02-24 18:26:58 -05:00 |
|
R4SAS
|
d8a4954bf1
|
[NetDb] check PersistProfiles on load
* tabulation fixes
|
2019-02-22 18:37:32 +03:00 |
|
orignal
|
65c2c7d80b
|
re-create LeaseSet if store type has changed
|
2019-01-16 19:00:17 -05:00 |
|
orignal
|
884cf756ed
|
remove invalid leasesets
|
2019-01-14 18:37:17 -05:00 |
|
orignal
|
5398b651f7
|
handle LS2 in destinations
|
2019-01-09 12:47:47 -05:00 |
|
orignal
|
c54e6bafdb
|
process meta LS2
|
2019-01-02 14:19:10 -05:00 |
|
orignal
|
12af68bdb5
|
initial support of LeaseSet2
|
2018-12-21 15:00:03 -05:00 |
|
orignal
|
c0e263abd3
|
default value for m_PersistProfiles
|
2018-11-22 11:30:44 -05:00 |
|
R4SAS
|
79c0c11e80
|
configure persist of peer profiles
* If persist.profiles = false, peer profiles not stored on disk
* remove inet_pton for windows
* update configs
|
2018-11-22 00:13:23 +03:00 |
|
orignal
|
ca671551c8
|
flood NTCP2 RouterInfo if requested
|
2018-11-21 13:24:54 -05:00 |
|
orignal
|
42ed312384
|
handle NTCP2 RouterInfo flag
|
2018-11-21 11:23:48 -05:00 |
|
orignal
|
d7081c5f23
|
handle RouterInfo from NTCP2 in netdb's thread
|
2018-11-14 20:52:54 -05:00 |
|
orignal
|
c8f4ace5c4
|
update timestamp before publishing
|
2018-09-21 10:13:18 -04:00 |
|
yangfl
|
52f3081a40
|
fix typo
|
2018-07-10 17:39:21 +08:00 |
|
orignal
|
7db2e9dc4a
|
don't verify signature twice
|
2018-01-25 10:32:08 -05:00 |
|
Jeff Becker
|
4a77a03033
|
* Add LeaseSetBufferValidate which checks lease validity and extracts timestamp
* check for leases with LeaseSetBufferValidate before update in floodfill code as to prevent malicous nodes removing good LS
|
2018-01-24 10:16:51 -05:00 |
|
Jeff Becker
|
3820b51960
|
Revert "check for valid LS before updating"
This reverts commit e070ce4e34 .
|
2018-01-24 09:44:55 -05:00 |
|
Jeff Becker
|
e070ce4e34
|
check for valid LS before updating
|
2018-01-24 09:36:09 -05:00 |
|
yangfl
|
50ba52756f
|
fix mixing tabs and spaces
|
2018-01-13 22:51:02 +08:00 |
|