Commit graph

422 commits

Author SHA1 Message Date
orignal 0086f8e27a use std::async for address book download
Some checks failed
Build Debian packages / ${{ matrix.dist }} (bookworm) (push) Has been cancelled
Build Debian packages / ${{ matrix.dist }} (bullseye) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (amd64, linux/amd64) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (arm64, linux/arm64) (push) Has been cancelled
Build Debian packages / ${{ matrix.dist }} (buster) (push) Has been cancelled
Build on FreeBSD / with UPnP (push) Has been cancelled
Build on OSX / With USE_UPNP=${{ matrix.with_upnp }} (no) (push) Has been cancelled
Build on OSX / With USE_UPNP=${{ matrix.with_upnp }} (yes) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (clang-x86_64, x64-clang, clang, CLANG64) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (i686, x86, gcc, MINGW32) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (ucrt-x86_64, x64-ucrt, gcc, UCRT64) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (x86_64, x64, gcc, MINGW64) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (clang-x86_64, x64-clang, clang, CLANG64) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (i686, x86, gcc, MINGW32) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (ucrt-x86_64, x64-ucrt, gcc, UCRT64) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (x86_64, x64, gcc, MINGW64) (push) Has been cancelled
Build on Windows / XP (push) Has been cancelled
Build on Ubuntu / Make with USE_UPNP=${{ matrix.with_upnp }} (no) (push) Has been cancelled
Build on Ubuntu / Make with USE_UPNP=${{ matrix.with_upnp }} (yes) (push) Has been cancelled
Build on Ubuntu / CMake with -DWITH_UPNP=${{ matrix.with_upnp }} (OFF) (push) Has been cancelled
Build on Ubuntu / CMake with -DWITH_UPNP=${{ matrix.with_upnp }} (ON) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (armv7, linux/arm/v7) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (i386, linux/386) (push) Has been cancelled
Build containers / Pushing merged manifest (push) Has been cancelled
2024-10-29 15:32:06 -04:00
orignal 8a8277edda check for empty URL string 2024-10-29 13:59:21 -04:00
mittwerk 8f9874570a
hardening iterator 2024-10-28 09:11:09 +02:00
orignal ab02f722af print non-resolved address to log 2024-10-11 11:27:36 -04:00
orignal 9968afc038 check senduseragent for outproxy. Update User-Agent for clearnet 2024-09-22 21:27:09 -04:00
orignal 5073c9637e implement httpproxy.senduseragent 2024-09-22 21:07:44 -04:00
orignal 9f30499984 implement i2p.streaming.profile to specify high or low bandwidth tunnel pools 2024-09-19 21:16:16 -04:00
orignal d20475e3d0 set default i2cp.leaseSetEncType to 0,4 and to 4 for server tunnels 2024-09-12 19:11:13 -04:00
orignal 3d0a1afd64 check if addressbook is enabled 2024-09-11 12:06:55 -04:00
orignal 0046a8b3ec pass const strings for HTTP headers 2024-09-02 21:05:40 -04:00
orignal cc59003560 removed C++17 check 2024-09-02 18:22:33 -04:00
orignal a837e5c502 use rng from pool for lease selection 2024-09-01 16:39:19 -04:00
orignal ae309ca632 use std::filesystem for C++17 2024-08-27 21:49:23 -04:00
orignal ff5c76f8f2 don't include expired lease to LeaseSet for I2Cp 2024-08-21 19:21:02 -04:00
orignal fb8e0e1b5b limit stream's inbound speed 2024-08-17 17:11:28 -04:00
orignal 8e1fb8ca9f send status failure and drop shared routing path if message was not sent 2024-08-02 14:39:04 -04:00
orignal 4ad6cef5a5 some cleanup 2024-07-29 15:18:52 -04:00
orignal e5dac605f6 send session status crated right a way 2024-07-28 21:59:49 -04:00
orignal ab1abf584f don't send session status create before destination is ready 2024-07-28 21:48:47 -04:00
orignal 8a3d6ddb3e cleanup I2NP msgs pool and routing sessions 2024-07-28 21:24:10 -04:00
orignal 1410fa5c21 added i2cp.inboundlimit and i2cp.outboundlimit 2024-07-28 14:53:46 -04:00
orignal ea19d2296c send actual router limits in BandwidthLimitsMessage 2024-07-28 14:34:27 -04:00
orignal 4a66624b04 fixed typo 2024-07-27 21:42:07 -04:00
orignal 0153748134 save and use previous routing session 2024-07-27 19:37:10 -04:00
orignal d3062d2994 don't create full identity from buffer if only ident hash is needed 2024-07-25 20:36:46 -04:00
orignal e0ac8a7298 check if destination is ready. Create garlic message before selectiing routing path 2024-07-24 19:09:46 -04:00
orignal 96ea630274 send message right a way if in same thread 2024-07-24 16:06:28 -04:00
orignal f232c8f2df don't limit num attempts in routing path. Increased routing path expiration to 2 minutes 2024-07-23 21:55:56 -04:00
orignal 2f54d95187 try to read message payload immediately after header 2024-07-23 19:02:37 -04:00
orignal 830e49f2c5 increase I2CP socket buffer size 2024-07-23 16:01:43 -04:00
orignal 23e323438a cancel LeaseSet creation timer before destination termination 2024-07-23 08:35:43 -04:00
orignal 0428b5ece1 limit stream's outbound speed 2024-07-04 13:07:57 -04:00
orignal 577ed56af0 store HTTP and SOCKS proxy as pointer to I2PService 2024-02-20 18:51:37 -05:00
orignal 695dc96a83 common ServiceAcceptor for all stream protocols 2024-02-20 18:32:51 -05:00
orignal a4a3f8e96b support upstream proxy through local sockets 2024-02-19 22:04:43 -05:00
orignal 710b27688b generic SocketsPipe for different socket types 2024-02-14 15:35:47 -05:00
orignal a9ad6fc31e renamed TCPIPPipe to SocketsPipe 2024-02-13 18:52:18 -05:00
orignal d9b6262a6e removed unused field 2024-02-12 12:10:29 -05:00
orignal 075f80aea2 use SOCK5 proxy for upstream 2024-02-11 15:33:37 -05:00
orignal b07530a8a1 don't print error message if operation cancelled 2024-02-11 11:44:15 -05:00
orignal 0ae7931a6f replaced SOCKS4 outproxy by SOCKS5 2024-02-11 11:23:37 -05:00
weko 4b167fdbaf Update copyright year 2024-01-25 01:57:24 +00:00
weko 5b93558bd0 Add support for multiple udp server tunnels on one destionation 2024-01-25 01:05:58 +00:00
orignal c5a1806528 fixed possible deadlock 2024-01-24 13:58:42 -05:00
orignal a2249f0a82 identify server tunnel session but from ant to ports 2024-01-24 13:52:13 -05:00
orignal 828facab57
Merge pull request #2003 from rex4539/typos
Fix typos
2024-01-11 13:14:20 -05:00
orignal cd087568b5 reply with CANT_REACH_PEER if connect to outselves 2024-01-09 21:02:11 -05:00
orignal 8bc58daa5a fixed #2004. Check supported crypto 2024-01-07 18:42:34 -05:00
Dimitris Apostolou 577c71b930
Fix typos 2024-01-04 21:35:25 +02:00
orignal d327533b56 close unclaimed acceptors after 3 seconds 2023-11-17 18:50:52 -05:00