Commit Graph

5965 Commits (bc330ff0ea134d5d18d927609d3870192829f70f)
 

Author SHA1 Message Date
R4SAS 33f2ddb696
[QT] fix build with prebuild i2pd libs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
orignal e444519889 excluded appcompat 4 years ago
R4SAS a47aa8c282
[actions] build i2pd library before building gui 4 years ago
R4SAS 0c29aeb9be
[actions] add qt gui builder 4 years ago
R4SAS 2b4a91cc80
[actions] Rename worker and jobs 4 years ago
orignal 9ffc4155dd
Merge pull request #1567 from nonlinear-chaos-order-etc-etal/branch2
qt .pro now uses libi2pd.a and libi2pclient.a instead of sources
4 years ago
user 979282a0d4 qt .pro now uses libi2pd.a and libi2pclient.a instead of sources 4 years ago
orignal c63818f355 2.34.0 4 years ago
orignal c400372a79 create new ratchets session if previous was not replied 4 years ago
R4SAS 56f3bdd746
[win32] handle WinAPI errors in SSU
Windows can throw WinAPI errors which are not handled by boost asio

Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
orignal cc0367b079 always send STREAM STATUS reply to STREAM FORWARD 4 years ago
orignal e41bbcb2bb handle SILENT for STREAM FORWARD 4 years ago
orignal b35f43d79e initial implementation of STREAM FORWARD 4 years ago
orignal e9f11e204e check if session is terminated before send 4 years ago
orignal 1b63c9f6ad
Merge pull request #1564 from nonlinear-chaos-order-etc-etal/openssl
android fixes
4 years ago
orignal 21d99e355c MixHash(sepk) added 4 years ago
user f0adbcd5e1 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 4 years ago
user bfcf3cfbf1 Fixes #1563 4 years ago
orignal ef5495bfb2 padding for x25519 crypto key 4 years ago
orignal c93ee0d65d tunnels through ECIES routers 4 years ago
user db3e48a81a android: more logical daemon state changes 4 years ago
user d9b87e877d Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 4 years ago
user b6175132eb android: fix for pre-init jni calls; processAssets moved to a logical place 4 years ago
orignal 57d6c7a3b3 Added TunnelConfig.cpp. Removed CryptoWroker.h 4 years ago
orignal d65a282e9d check routers with non ElGamal encryptions for lookup, publish and tunnel build 4 years ago
orignal 801ecaa41c temporary exclude routers with non ElGamal crypto types 4 years ago
orignal 49bf735c22 don't set destination to routers 4 years ago
orignal cb55944ff6
Merge pull request #1562 from nonlinear-chaos-order-etc-etal/openssl
qt: socks outproxy enabled checkbox added; visual fixes; socks defaults fixes
4 years ago
user 9c225f8d77 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 4 years ago
user 365fce922c qt: socks defaults fixes, socks outproxy enabled checkbox added; visual fixes 4 years ago
orignal fbfc5ecda3
Merge pull request #1560 from nonlinear-chaos-order-etc-etal/openssl
qt: newer options added from docs + visual fixes
4 years ago
user 4001f48a28 qt: visual fixes & more 4 years ago
user 22124c25d1 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 4 years ago
user 17f5bcbd1c qt: newer options added; not tested 4 years ago
R4SAS b7ebb3ea3d
[android] support NetworkCallback for network state changes
Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
orignal 387830e07a encyption type 0,4 by default for client tunnels 4 years ago
orignal da94d40738 check if session is terminated before receive 4 years ago
orignal 417b5ed6cc handle SSU v4 and v6 messages in one thread 4 years ago
user 005581ef62 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 4 years ago
user 050390c5c4 qt: all new general options added from docs 4 years ago
R4SAS 2648f1ba89
[workflow] install required packages 4 years ago
R4SAS d9d31521f9
[workflow] add windows build 4 years ago
R4SAS 8e24d1b909
[workflow] change options order
Apply name for job, not for step.
4 years ago
R4SAS 36fc0daa12
[workflow] use latest boost from PPA 4 years ago
R4SAS 44d3854a13
[workflow] use sudo when installing packages 4 years ago
R4SAS 1dbc35f13d
fix workflow 4 years ago
R4SAS 11691fb44a
create GH workflow
Add workflow to build on ubuntu with make
4 years ago
orignal acc5592f59 create DH keys for SSU session directly 4 years ago
R4SAS 614921276e
[appveyor] update configuration to support cache (#1559) 4 years ago
R4SAS 3f45a11f12
[SSU] handle ICMP responses
Windows network stack can forward ICMP to socket and simple deleting of
packet can cause socket death. Same thing can happen on other systems
but without socket death.

Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago