i2pd/libi2pd_client
nobs2p 1b068618ba
Add settunneltype parameter to BOB API for i2pd to configure proxy tunnel type
This update introduces the settunneltype <socks|httpproxy> command to the BOB API, allowing users to specify the tunnel type as either SOCKS or HTTP proxy. When the tunnel type is set, the corresponding proxy service is automatically started. This enhances flexibility in tunnel configuration through the BOB interface.

Signed-off-by: nobs2p <nobs2p@i2pmail.org>
2025-05-29 12:35:10 +03:00
..
AddressBook.cpp fixed typo 2025-03-22 12:30:51 -04:00
AddressBook.h cleanup cached addresses 2025-01-27 18:30:22 -05:00
BOB.cpp Add settunneltype parameter to BOB API for i2pd to configure proxy tunnel type 2025-05-29 12:35:10 +03:00
BOB.h Add settunneltype parameter to BOB API for i2pd to configure proxy tunnel type 2025-05-29 12:35:10 +03:00
ClientContext.cpp use ends_with to recognize .i2p addresses 2025-03-08 16:03:36 -05:00
ClientContext.h recognize keys=shareddest 2025-03-07 13:33:17 -05:00
HTTPProxy.cpp use std::string_view instead const std::string& 2025-01-12 18:36:35 -05:00
HTTPProxy.h
I2CP.cpp move buffer when insert to buffer queue. clean entire queue in one call 2025-04-03 18:42:34 -04:00
I2CP.h handle any incoming post quantum crypto type 2025-04-17 22:15:17 -04:00
I2PService.cpp use std::string_view instead const std::string& 2025-01-12 18:36:35 -05:00
I2PService.h use std::string_view instead const std::string& 2025-01-12 18:36:35 -05:00
I2PTunnel.cpp read more data from socket if available and stream buffer is not full 2025-05-07 18:54:55 -04:00
I2PTunnel.h connection max stream buffer size 2025-05-01 18:09:39 -04:00
MatchedDestination.cpp
MatchedDestination.h
SAM.cpp Fix FORWARD session host handling in SAM; refactor SAMSocket::ProcessStreamForward 2025-05-20 00:07:56 +03:00
SAM.h max i2p stream buffer size 2025-05-02 13:36:59 -04:00
SOCKS.cpp support boost 1.87 2024-11-25 16:00:06 -05:00
SOCKS.h
UDPTunnel.cpp Fix typos 2024-12-06 17:11:31 +02:00
UDPTunnel.h