aboutsummaryrefslogtreecommitdiff
path: root/src/net/socks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add Socks v5 support to daemon and walletLee *!* Clagett2026-04-161-26/+489
| | | | (cherry picked from commit 23e29a5074f01cbb781f7e76b0c17ad2b6797af0)
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-8/+10
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* socks: ignore any exceptions in shutdown/closeselsta2021-10-221-2/+3
|
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+0
| | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* socks: fix build with boost 1.70moneromooo-monero2019-03-271-1/+1
|
* Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett2019-03-251-6/+22
|
* i2p: initial supportJethro Grassie2019-01-301-0/+8
|
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-0/+308
- Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled).