orignal
|
b4d73683d1
|
spilt to I2PControl and I2PControlHandlers
|
2022-08-27 22:18:30 -04:00 |
|
orignal
|
95f19a5fb2
|
send Retry instead SessionCreated if clock skew
|
2022-08-26 10:14:30 -04:00 |
|
orignal
|
f98780b1d7
|
check timestamp for token request
|
2022-08-25 18:48:26 -04:00 |
|
orignal
|
150c89e48a
|
don't request session if zero token received
|
2022-08-25 15:14:45 -04:00 |
|
R4SAS
|
c85bf82749
|
[i18n] pull Chinese translation update
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2022-08-24 11:25:14 +03:00 |
|
R4SAS
|
63227ab2f1
|
fix log message
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2022-08-24 11:25:14 +03:00 |
|
orignal
|
5b19237a85
|
limit HTTP header size
|
2022-08-23 19:06:28 -04:00 |
|
orignal
|
150b8f8cbd
|
Handle long HTTP headers
|
2022-08-23 15:11:10 -04:00 |
|
R4SAS
|
79b97ef2f7
|
2.43.0
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2022-08-21 22:40:41 +03:00 |
|
R4SAS
|
e45d68ad3a
|
[i18n] pull translations from Crowdin
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2022-08-21 22:38:40 +03:00 |
|
orignal
|
b40f1b67b9
|
2.43.0
|
2022-08-21 14:52:55 -04:00 |
|
r4sas
|
4fa7e43162
|
disable ssu in example config file
Signed-off-by: r4sas <r4sas@i2pmail.org>
|
2022-08-19 19:38:54 +00:00 |
|
r4sas
|
66fcbcae96
|
add ntcp2 and ssu2 options in example config
Signed-off-by: r4sas <r4sas@i2pmail.org>
|
2022-08-19 19:27:34 +00:00 |
|
orignal
|
7f0845dfd3
|
reset acceptor on stop of server tunnel
|
2022-08-16 14:06:13 -04:00 |
|
orignal
|
f875823357
|
copy path challenge to response
|
2022-08-15 15:32:55 -04:00 |
|
orignal
|
75611866eb
|
update router's transports when SSU or NTCP address was deleted
|
2022-08-14 10:43:16 -04:00 |
|
orignal
|
c3dd7ed73a
|
try to resend if window is full
|
2022-08-12 18:56:58 -04:00 |
|
orignal
|
3ae885d120
|
change status back to Testing from Unknow if next test was accepted
|
2022-08-12 16:12:30 -04:00 |
|
orignal
|
81f53d313c
|
alsways set some port to SSU2 address
|
2022-08-11 20:16:08 -04:00 |
|
R4SAS
|
d10c86b849
|
[rpm] fix fedora build
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2022-08-11 21:06:22 +03:00 |
|
orignal
|
9d123fa5ad
|
select random port if port not found or specified
|
2022-08-10 22:00:11 -04:00 |
|
orignal
|
f4d6a08d57
|
create separate addresses for published SSU2
|
2022-08-10 15:50:30 -04:00 |
|
orignal
|
e9e641afbe
|
check if datagram destination exists before sending
|
2022-08-10 11:28:59 -04:00 |
|
orignal
|
8f5768f85b
|
memory pool for leases
|
2022-08-09 19:40:07 -04:00 |
|
orignal
|
3dd78a2589
|
remove SSU address if SSU is off
|
2022-08-09 19:12:11 -04:00 |
|
orignal
|
df92a85159
|
set SSU2 port +1 if not specified
|
2022-08-09 14:08:13 -04:00 |
|
orignal
|
ab606a1121
|
adjust clock from SSU2
|
2022-08-08 19:57:48 -04:00 |
|
orignal
|
457b3cf168
|
disable ElGamal table if no SSU
|
2022-08-08 17:53:02 -04:00 |
|
orignal
|
c6f898b8ca
|
connect to Charlie if RelayResponse from Bob was received before HolePunch
|
2022-08-08 13:08:12 -04:00 |
|
orignal
|
b9970e1908
|
cleanup introducers upon reschedule
|
2022-08-07 09:50:30 -04:00 |
|
orignal
|
8bb9a57908
|
re-insert introducer back
|
2022-08-06 20:05:08 -04:00 |
|
orignal
|
53934a470b
|
update keys for NTCP2 and SSU2 addreses
|
2022-08-06 16:30:49 -04:00 |
|
orignal
|
a94ae7d77d
|
update keys for NTCP2 and SSU2 addreses
|
2022-08-06 16:25:46 -04:00 |
|
orignal
|
f43e860998
|
cleanup introducers if router is not longer firewalled
|
2022-08-05 21:23:23 -04:00 |
|
orignal
|
3e40852999
|
memory pool for sent packets
|
2022-08-04 18:13:44 -04:00 |
|
orignal
|
df073bb306
|
send local address in RelayResponse block
|
2022-08-04 15:15:19 -04:00 |
|
orignal
|
771c4a0d02
|
allocate smaller I2NP buffer for fragmented message. Limit number of fragments by 64
|
2022-08-03 16:06:07 -04:00 |
|
orignal
|
cb959ab14c
|
allocate tunnel message buffer for I2NP block with tunnel data message type
|
2022-08-03 10:26:55 -04:00 |
|
R4SAS
|
34b75dac02
|
change language file comment
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2022-08-03 11:50:32 +03:00 |
|
R4SAS
|
fbb590d9a9
|
[i18n] add simplified chinese translation (thanks to sklhioq)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2022-08-03 11:48:42 +03:00 |
|
orignal
|
ed5c533982
|
recgnize symmetric NAT from SSU2
|
2022-08-02 20:02:55 -04:00 |
|
orignal
|
98d2ce5845
|
Respond to path challenge. Correct termination reason for duplicated session
|
2022-08-02 13:35:18 -04:00 |
|
orignal
|
9d9d5e3e5d
|
show ports for tranport links
|
2022-07-31 09:47:04 -04:00 |
|
orignal
|
eba4626589
|
kappa for RTO culculation
|
2022-07-31 09:45:18 -04:00 |
|
orignal
|
ff5fa1d137
|
3 bytes off for token in RelayResponse
|
2022-07-30 18:50:43 -04:00 |
|
orignal
|
71766ecd16
|
select introducers randomly. More logging for RelayIntro
|
2022-07-30 16:31:44 -04:00 |
|
orignal
|
fc63ca6982
|
correct excluded routers size for exploratory request
|
2022-07-30 14:28:09 -04:00 |
|
orignal
|
0e6d888ed3
|
changed some retransmission params
|
2022-07-29 18:45:02 -04:00 |
|
orignal
|
9afe3b5f39
|
fixed typo
|
2022-07-29 18:27:21 -04:00 |
|
orignal
|
3bd40fc8b3
|
calculate RTT and RTO
|
2022-07-29 15:24:24 -04:00 |
|