Commit Graph

135 Commits (03cc6e05249be47be31ed1ad2c4455c6c537de75)

Author SHA1 Message Date
r4sas 03cc6e0524
use uint16_t for ports
Signed-off-by: r4sas <r4sas@i2pmail.org>
1 year ago
r4sas fdf38f45d9
more debug messages at destinations stop
Signed-off-by: r4sas <r4sas@i2pmail.org>
1 year ago
orignal 5769a41208 use unordered_map for LeaseSets 1 year ago
orignal e20acb93cf don't lookup streaming destination for each message 1 year ago
orignal 132557f941 don't return default destination if port is specified explicitly 1 year ago
orignal 220ef283de rename SendTunnelDataMsg to SendTunnelDataMsgTo for router tunnel delivery types 1 year ago
orignal 922e5915b1 rename SendTunnelDataMsg to SendTunnelDataMsgs for multiple messages 1 year ago
weko a3bdc4ddc1 change some log levels back 1 year ago
weko 710a35993d change some log level to error back 1 year ago
weko 354a04f0f6 Up level for some logs to critical 1 year ago
orignal 32b54fa1f8 handle i2p.streaming.answerPings properly 1 year ago
R4SAS 86fc12e395
[style] clean code
Signed-off-by: R4SAS <r4sas@i2pmail.org>
1 year ago
orignal fafdb0c590 drop too long or too short LeaseSet 1 year ago
orignal 86dbfdb536 mutex for encrypted LeaseSet update 1 year ago
orignal 273aa31b1e try another floodfill if it's incompatible with tunnels 1 year ago
orignal cd6d86c8c3 make sure that async CreateStream complete 1 year ago
R4SAS 503f522cc3
[style] clean trailing spaces and tabs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
1 year ago
orignal 85b78dfb9b call stream request callback after CreateStream 2 years ago
orignal 9fd60b52f1 sync StreamCreate 2 years ago
R4SAS 6b4ffcff5a cleanup code (spaces, tabs)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS d31cd2e5d6
fix incorrect boolean value parsing
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal 990906c57f insert garlic tag in destination's thread 2 years ago
orignal 11f9eeabf1 inbound.lengthVariance and outbound.lengthVariance 2 years ago
R4SAS a51ef0cfc6
set of updates:
* [webconsole] change error handling code to restart acceptor after any
error
* [webconsole] call shutdown vefore stopping acceptor on exit
* update license headers for modified files, change year to file
  creation year, not 2013 (when project started)

Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
Dimitris Apostolou ac2c6c6010
Fix typo 2 years ago
orignal daf7551e59 try another fllodfill if no compatible tunnels 3 years ago
R4SAS edc0162163
clean line trailing spaces and tabs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS 94661f697b
[log] update log messages (closes #1693)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
orignal f8c390cdd3 pick compatible tunnels 3 years ago
orignal 1a8a32a773 select next tunnel with compatible transports 3 years ago
orignal cc75efcbca fixed build for C++11 3 years ago
orignal 2eded7cdd7 send ping every keealive interval for client tunnels 3 years ago
orignal bb518d3d51 don't pass BN_CTX to encrypt/decrypt functions 3 years ago
orignal c45e202fab removed ElGamal encryption support for own router 3 years ago
orignal 911ab9813e handle encrypteed I2NPShortTunnelBuildReply in destination 3 years ago
orignal 5cb1f5986d use msgID from ECIESx25519 block 3 years ago
orignal d752a83eb5 handle i2cp.dontPublishLeaseSet for all destinations 3 years ago
R4SAS c359c6e634
update config file example, add v6 status to windows daemon window, code cleanup
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
orignal fffa550bb0 SAM subsessions 3 years ago
orignal 51ef7ef61c don't publish LeaseSet without tunnels 3 years ago
orignal 823b499a02 remove already expired LeaseSets 3 years ago
orignal 8c61e7d227 replace LeaseSet completely if store type changes 4 years ago
orignal c91a8711e3 encrypted requests to ECIES floodfills 4 years ago
orignal d8381e9486 disable encryption to ECIES routers 4 years ago
orignal 8b3a7486c7 rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
orignal 4ba1be2dc0 one time garlic encryption for ECIES routers 4 years ago
orignal d65a282e9d check routers with non ElGamal encryptions for lookup, publish and tunnel build 4 years ago
orignal 8483464aab don't attach our RouterInfo to router's request 4 years ago
orignal ee84291997 handle i2p.streaming.answerPings properly 4 years ago
orignal fd9229c467 ping/pong for streaming 4 years ago