orignal
|
d752a83eb5
|
handle i2cp.dontPublishLeaseSet for all destinations
|
2021-06-04 18:28:30 -04:00 |
|
orignal
|
51ef7ef61c
|
don't publish LeaseSet without tunnels
|
2021-04-01 13:37:21 -04:00 |
|
orignal
|
ff9ee5873f
|
post LeaseSet creation to I2CP destnation's thread
|
2021-03-17 15:10:14 -04:00 |
|
orignal
|
b4236b04c6
|
leaset creation timeout
|
2020-12-25 09:01:55 -05:00 |
|
orignal
|
746f53ba07
|
use SendBufferQueue for queued messages from I2P
|
2020-11-29 14:59:34 -05:00 |
|
orignal
|
ff971563db
|
cleanup queue after buffers deletion
|
2020-11-28 22:25:06 -05:00 |
|
orignal
|
242fb7db14
|
terminate I2CP session if destroyed explicitly
|
2020-11-28 10:09:38 -05:00 |
|
orignal
|
ad36738f57
|
detach session from destination upon termination
|
2020-11-27 13:37:03 -05:00 |
|
orignal
|
86e3b977e4
|
check I2CP message size
|
2020-11-22 21:41:27 -05:00 |
|
orignal
|
771480e368
|
send queue for incoming I2CP messages
|
2020-11-22 17:36:00 -05:00 |
|
orignal
|
8b3a7486c7
|
rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD
|
2020-11-14 18:28:50 -05:00 |
|
orignal
|
e9f11e204e
|
check if session is terminated before send
|
2020-10-24 21:22:48 -04:00 |
|
orignal
|
da94d40738
|
check if session is terminated before receive
|
2020-10-18 14:39:58 -04:00 |
|
orignal
|
3a2724ec58
|
single thread for I2CP
|
2020-10-02 13:13:27 -04:00 |
|
orignal
|
55ff6beb7d
|
don't create ECIESx25519 again if key was not changed
|
2020-06-05 09:23:50 -04:00 |
|
orignal
|
e135696530
|
support multiple encryption keys through the I2CP
|
2020-06-03 16:05:19 -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
|
f21af4068f
|
preferred crypto type for Decrypt
|
2020-03-31 17:35:51 -04:00 |
|
orignal
|
744e893dce
|
check message length
|
2020-03-23 18:09:57 -04:00 |
|
orignal
|
ff19bab800
|
set only key correctly
|
2020-03-21 16:21:51 -04:00 |
|
orignal
|
dd9b5faa5c
|
fixed crash on termination
|
2020-03-05 18:44:15 -05:00 |
|
orignal
|
09ed57ad42
|
select preferred crypto from LeaseSet2
|
2020-02-12 11:09:20 -05:00 |
|
orignal
|
969f9aa436
|
common RuunableBase with private inheritance
|
2020-02-04 11:48:56 -05:00 |
|
orignal
|
2d154ee640
|
move RunnableService away from LeaseSetDestination
|
2020-02-02 18:58:58 -05:00 |
|
orignal
|
d248343517
|
Handle CreateLeaseSet2 I2CP message for encrypted leasesets
|
2019-04-11 14:06:53 -04:00 |
|
Dimitris Apostolou
|
6a497a23d9
|
Fix typos
|
2019-04-08 22:22:42 +03:00 |
|
orignal
|
f5ab8f2062
|
replaced GetIdentHash by GetAddress
|
2019-03-28 12:19:19 -04:00 |
|
orignal
|
8ec12a1b65
|
fixed race condition for publishing
|
2019-03-10 09:22:42 -04:00 |
|
orignal
|
08ddc98303
|
initial LeaseSet2 support in I2CP
|
2019-01-29 11:30:31 -05:00 |
|
yangfl
|
52f3081a40
|
fix typo
|
2018-07-10 17:39:21 +08:00 |
|
orignal
|
182ffe4495
|
use croorect encryption type for tunnel build
|
2018-03-09 14:56:06 -05:00 |
|
Jeff Becker
|
0f77b4810d
|
revert
|
2018-02-26 08:00:07 -05:00 |
|
Jeff Becker
|
2f7cfddfc4
|
Merge remote-tracking branch 'purple/openssl' into i2cp-session-reconfig
|
2018-02-26 07:58:03 -05:00 |
|
yangfl
|
50ba52756f
|
fix mixing tabs and spaces
|
2018-01-13 22:51:02 +08:00 |
|
yangfl
|
46f62e1af9
|
remove trailing whitespaces
|
2018-01-06 22:24:03 +08:00 |
|
Jeff Becker
|
254bf313a2
|
fix previous commit
|
2018-01-02 11:48:38 -05:00 |
|
Jeff Becker
|
938d5d901a
|
implement i2cp session reconfigure
|
2018-01-02 11:34:58 -05:00 |
|
orignal
|
19a03c42a5
|
use generic Decrypt instead ElGamalDecrypt
|
2017-11-08 20:45:53 -05:00 |
|
orignal
|
c5f784719d
|
implement Decrypt for all local destination
|
2017-11-08 13:49:48 -05:00 |
|
Jeff Becker
|
4cc3b7f9fb
|
restructure build to separate the 3 main components into 3 subdirectories
libi2pd for core libs
libi2pd_client for i2pd client libs
daemon for i2pd daemon libs
|
2017-04-21 06:33:45 -04:00 |
|