Commit graph

76 commits

Author SHA1 Message Date
orignal 1303dd478c
Merge pull request #1130 from majestrate/i2cp-session-reconfig
implement i2cp session reconfigure
2018-02-26 09:33:25 -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
Jeff Becker 157411dcc6
Revert "fix issue #1124"
This reverts commit 29e861d1e6.
2018-02-25 08:51:07 -05:00
Jeff Becker 59672d23cc
Merge branch 'fix-issue-1124' into fix-issue-1126 2018-02-25 08:50:27 -05:00
Jeff Becker ce30f89c60
make it compile :D 2018-02-25 08:49:39 -05:00
Jeff Becker ce9c9411b1
fix issue #1126 2018-02-25 08:47:39 -05:00
Jeff Becker 29e861d1e6
fix issue #1124 2018-02-22 06:54:33 -05:00
orignal dea6fbf285
Merge pull request #1114 from majestrate/websocks-datagram
Add datagrams to websocks tunnel
2018-02-16 09:18:24 -05:00
Jeff Becker 48cc0f4289
use write 2018-02-16 08:33:19 -05:00
Jeff Becker cdc5fce583
check port 2018-02-16 08:31:20 -05:00
Jeff Becker b41a17d548
add datagrams to websocks 2018-02-16 08:26:46 -05:00
Jeff Becker aaf8f527ef
fix xss in webui from SAM session name 2018-02-16 06:28:22 -05:00
R4SAS 0bb0adbf3e fix addressbook fetch timeout 2018-01-24 15:34:32 +03:00
orignal ddd25f0945 limit number of retries for subscriptions 2018-01-23 15:50:28 -05:00
orignal 162bd592f8 recreate http and socks proxy upon reload 2018-01-23 15:13:43 -05:00
orignal 85fa728d41 change shared local destination upon reload 2018-01-23 14:40:05 -05:00
orignal be16545063
Merge pull request #1070 from vmon/f--port-0-for-TCPAcceptor
the change allows when an TCPIPAcceptor is constructed by setting por…
2018-01-23 06:48:18 -05:00
Veggie Monster c730839989 the change allows when an TCPIPAcceptor is constructed by setting port = 0, the random port chosen by asio can be retrieved using TCPIPAcceptor::GetLocalEndpoint().port() 2018-01-22 20:47:31 -05:00
orignal 39ca07bcc6
Merge pull request #1058 from majestrate/streaming_race_fix_2018_01_15
Streaming race fix 2018 01 15
2018-01-21 11:15:44 -05:00
Jeff 38b694a055
Merge pull request #1060 from inetic/openssl
Inherit _publicly_ from shared_from_this in I2PService
2018-01-15 11:58:27 -05:00
K1773R 6bf823fb15 removed \r\n in header builder which was redundant and caused the further headers to be ignored 2018-01-15 16:30:01 +01:00
Jeff Becker 43a751ee0b
Merge remote-tracking branch 'purple/openssl' into streaming_race_fix_2018_01_15 2018-01-15 08:25:58 -05:00
Jeff Becker 207212557e
fix sam race conditions 2018-01-15 08:19:57 -05:00
yangfl 50ba52756f fix mixing tabs and spaces 2018-01-13 22:51:02 +08:00
Peter Jankuliak e630b8f8a8 Inherit _publicly_ from shared_from_this in I2PService 2018-01-12 11:04:26 +01: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
Jeff Becker fc73dabc0b
Use transient destinations by default instead of shared local destination 2017-12-09 07:42:32 -05:00
yangfl 18b6353803 fix typo 2017-12-07 21:26:28 +08:00
orignal 158889b85c check for invalid params 2017-12-01 16:25:32 -05:00
orignal fff34e77f5 pass signature and crypto type to newkeys 2017-12-01 13:43:00 -05:00
orignal a1e820182c CRYPTO_TYPE for DEST GENERATE 2017-11-28 13:24:07 -05:00
orignal a5b1b24fee implement i2p.streaming.connectDelay option 2017-11-24 15:37:17 -05:00
orignal 492d71a924 transient keys 2017-11-22 14:49:45 -05:00
R4SAS 9c97ee6407 check for existing addressbook record 2017-11-16 01:13:42 +03:00
R4SAS d9b9457b56 update webconsole 2017-11-15 00:49:32 +03:00
orignal cfb6ddbfc6 CRYPTO_TYPE for SAM destinations 2017-11-14 15:05:07 -05:00
orignal 7de21c1f93 show proxy tunnel name 2017-11-14 13:20:54 -05:00
orignal dca4cf2edb fixed #993. bind inbound tunnel to inhost 2017-11-10 11:27:20 -05:00
orignal 2bc33f22df fixed #994. check if keys are set 2017-11-10 09:49:50 -05:00
orignal d14c6e2829 cryptotype for server tunnels 2017-11-09 16:18:59 -05:00
orignal a4ce224cd1 pass correct crypto type to identity 2017-11-09 15:49:27 -05:00
orignal 19a03c42a5 use generic Decrypt instead ElGamalDecrypt 2017-11-08 20:45:53 -05:00
orignal 9e5d1bf0fc cryptotype tunnel configuration parameter added 2017-11-08 15:59:41 -05:00
orignal c5f784719d implement Decrypt for all local destination 2017-11-08 13:49:48 -05:00
Jeff Becker b14d1801f0
support i2p outproxy 2017-10-27 08:43:54 -04:00
orignal b347b719f3 fixed race condition 2017-10-13 14:38:32 -04:00
R4SAS 057d6ca05b windows warnings, tabulation workaround 2017-10-04 20:16:34 +03:00