orignal
|
2c129b6d39
|
create and handle short tunnel build reply
|
3 years ago |
orignal
|
15c3d46492
|
encrypt inbound tunnel build message for short tunnel build only
|
3 years ago |
orignal
|
1e9eb30aa3
|
garlic encryption of inbound tunnel build message
|
3 years ago |
orignal
|
d47bf1bada
|
different tunnel build record size
|
3 years ago |
orignal
|
84f6024cc9
|
locate record to build inside CreateBuildRequestRecord
|
3 years ago |
orignal
|
d73b42b726
|
extract ret code per hop
|
3 years ago |
orignal
|
ed0c2e68a5
|
DecryptRecord per tunnel hop
|
3 years ago |
orignal
|
8b35ce3320
|
separate decryption between own record and other records
|
3 years ago |
orignal
|
25f63ac22a
|
create different I2NP tunnel messages for endpoint and non-endpoint
|
3 years ago |
orignal
|
ef85277a1b
|
select reachable routers for one hop tunnels
|
4 years ago |
orignal
|
8f25b66760
|
limit tunnel length to 8 hops
|
4 years ago |
R4SAS
|
3100d4f902
|
move thread naming to util
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
4 years ago |
R4SAS
|
36473e3889
|
add naming to threads
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
4 years ago |
orignal
|
44ca315c75
|
don't build tunnels for all pools at the time
|
4 years ago |
orignal
|
9f2a2e44a3
|
common MixHash and MixKey
|
4 years ago |
orignal
|
c93ee0d65d
|
tunnels through ECIES routers
|
4 years ago |
orignal
|
e3464add50
|
don't create new tunnels if offline
|
4 years ago |
orignal
|
e21dac21c8
|
fixed #1557. don't try to send empty message
|
4 years ago |
R4SAS
|
8bae4975fb
|
add copyright headers
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
5 years ago |
R4SAS
|
a9436aa9af
|
drop i2lua
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
5 years ago |
R4SAS
|
00db527377
|
drop websockets support
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
5 years ago |
Rosen Penev
|
eabcafa516
|
replace random_shuffle with shuffle
random_shuffle is gone with C++17.
Found and fixed with clang-tidy.
|
5 years ago |
yangfl
|
52f3081a40
|
fix typo
|
6 years ago |
orignal
|
5a2b795440
|
fixed crash
|
7 years ago |
Jeff Becker
|
82a4630061
|
use correct function
|
7 years ago |
yangfl
|
46f62e1af9
|
remove trailing whitespaces
|
7 years ago |
Jeff Becker
|
1967dee50c
|
don't recreate tunnels of different size
|
7 years ago |
Jeff Becker
|
e238f7ed37
|
NetDb.h -> NetDb.hpp for case insensative file systems clashing with libc's netdb.h
|
8 years ago |
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
|
8 years ago |
orignal
|
c0c157ecef
|
use common context for ElGamal encrypt/decrypt
|
8 years ago |
orignal
|
60ed43c11b
|
#818. Exploratory config
|
8 years ago |
orignal
|
c2e7bc13a6
|
last sample should have more relevance for latency
|
8 years ago |
Jeff Becker
|
e384ec32b8
|
unbreak i2lua build
|
8 years ago |
Jeff Becker
|
76c9b66db4
|
don't blow up
|
8 years ago |
Jeff Becker
|
db63bb4495
|
make it compile for real
|
8 years ago |
Jeff Becker
|
69888e148e
|
use correct latency computation
|
8 years ago |
Jeff Becker
|
fc94e846a6
|
add latency requirement option
|
8 years ago |
orignal
|
46f927fc1b
|
cleanup unclaimed out-of-sequence fragments
|
8 years ago |
orignal
|
9d8d4c09c6
|
reduce explratory tunnels quatity to 3
|
8 years ago |
Jeff Becker
|
e5f5f96771
|
merge webui code
|
8 years ago |
Jeff Becker
|
d4a0076aba
|
merge
|
8 years ago |
Jeff Becker
|
cd9cd84c5b
|
properly send expiration notice for websockets
|
8 years ago |
Jeff Becker
|
93eca799dd
|
add more websocket events
|
8 years ago |
orignal
|
a4883cfa15
|
print tunnel peers in direct order
|
8 years ago |
Jeff Becker
|
5f396d6311
|
add option to only connect to certain routers
|
8 years ago |
Jeff Becker
|
84ca992e91
|
Revert "Unused parameter warnings removal"
This reverts commit 5350078543 .
|
8 years ago |
brain5lug
|
5350078543
|
Unused parameter warnings removal
|
8 years ago |
MXPLRS | Kirill
|
c27f8a5c1e
|
Replaced arrows to HTML code. Deleted tab spaces.
|
8 years ago |
brain5lug
|
94642f9066
|
copy elimination for ranges #part4
|
8 years ago |
orignal
|
0493f00a7a
|
pass null tunnel config for zero hops tunnel
|
9 years ago |