summaryrefslogtreecommitdiff
path: root/src/net/parse.cpp
Commit message (Collapse)AuthorAgeFilesLines
* p2p: fix exclusive node DNS resolution for certain hosts [release]Jeffrey Ryan2022-11-171-1/+7
| | | | | | | | Fixes #8633. The function `append_net_address` did not parse hostname + port addresses (e.g. `bar:29080`) correctly if the hostname did not contain a `'.'` character. @vtnerd comments 1 clear up 2nd conditional statement
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-161-0/+1
|
* net: fix get_tcp_endpoint, boost address_v4 ip in host byte orderxiphon2020-08-291-1/+1
|
* wallet2_api: implement runtime proxy configurationxiphon2020-07-201-0/+35
|
* fix feature not introduced until boost 1.66Jethro Grassie2019-08-201-1/+1
|
* Add IPv6 supportThomas Winget2019-07-311-9/+50
| | | | | | | | | | | | | | | | | | | new cli options (RPC ones also apply to wallet): --p2p-bind-ipv6-address (default = "::") --p2p-bind-port-ipv6 (default same as ipv4 port for given nettype) --rpc-bind-ipv6-address (default = "::1") --p2p-use-ipv6 (default false) --rpc-use-ipv6 (default false) --p2p-require-ipv4 (default true, if ipv4 bind fails and this is true, will not continue even if ipv6 bind successful) --rpc-require-ipv4 (default true, description as above) ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted.
* allow blocking whole subnetsmoneromooo-monero2019-07-161-0/+23
|
* i2p: initial supportJethro Grassie2019-01-301-1/+2
|
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-0/+60
- 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).