summaryrefslogtreecommitdiff
path: root/src/p2p/net_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7997luigi11112021-11-091-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29c03e2 wallet_api: enable set_strict_default_file_permissions (tobtoht) 1c26d34 epee: add missing header (selsta) 1d451a6 depends: update zeromq package to 4.3.4 (selsta) 5180610 cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta) 5aae00a epee: avoid ADL selecting C++14 std::quoted (selsta) cf31136 cmake: set cpp14 standard (selsta) 945665f fix median overflow bug (koe) 908ecb3 LMDB: fix deadlock in resized detection (Howard Chu) a492c4e blockchain: fix pedantic assert (selsta) 1e663e8 Increase timeout for the mining test 4 times (to 240s) (mj-xmr) 4760f8b Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7) 76b6120 cmake: set required C/C++ standard to 11 (selsta) 3067987 Fix parallel make of OpenSSL (Howard Chu) 1219c74 add singapore.node.xmr.pm to seed nodes (lza_menace) 689dd52 net_node: add seed node (selsta) 95936a3 depends: update unwind, fix build with ubuntu 21.04 (selsta) e2c802f Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7) 14df8ad epee: don't log raw packet data (moneromooo-monero) 5fa7208 Mac: Enable on ARM, by not enforcing x86_64 (mj-xmr) fe6ab93 daemon: allow proxy configuration (anon) 52dcc03 bootstrap_daemon: proxy configuration support (xiphon) a6df656 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
| * daemon: allow proxy configurationanon2021-10-061-0/+3
| | | | | | | | | | Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com>
* | Quicker resource cleanup on p2p socks timeoutLee *!* Clagett2021-09-271-0/+5
|/
* Optional DNS based blocklistmoneromooo-monero2020-12-201-0/+1
| | | | | | | | | If enabled, pulls IPs to block on blocklist.moneropulse.*, and blocks then for 8 days (so IPs dropping from the list will eventually get unblocked, and DNS failures don't result in instant clearing of the blocklist). Enable with --enable-dns-blocklist
* net_node: add --ban-list optionselsta2020-11-021-0/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-041-0/+4
|
* Change monerod --proxy to --tx-proxyLee Clagett2019-10-241-9/+9
|
* p2p+rpc: don't skip p2p or rpc port bind failure by defaultxiphon2019-10-131-1/+1
|
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-7/+18
|
* Add IPv6 supportThomas Winget2019-07-311-2/+19
| | | | | | | | | | | | | | | | | | | 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.
* Merge pull request #5610luigi11112019-07-241-0/+1
|\ | | | | | | 068fa1c p2p: delay IGP probing on startup (moneromooo-monero)
| * p2p: delay IGP probing on startupmoneromooo-monero2019-06-061-0/+1
| | | | | | | | We might have external access without having to do this
* | remove obsolete save_graph skeleton codemoneromooo-monero2019-05-101-2/+0
|/
* Merge pull request #5195Riccardo Spagni2019-03-191-0/+1
|\ | | | | | | a54e81e5 daemon: add '--no-sync' arg to optionally disable blockchain sync (xiphon)
| * daemon: add '--no-sync' arg to optionally disable blockchain syncxiphon2019-02-251-0/+1
| |
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
| |
* | i2p: initial supportJethro Grassie2019-01-301-2/+13
|/
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-0/+264
| | | | | | | | | - 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).
* Expose limit-rate defaults from command line helpRaskaRuby2018-10-311-2/+2
|
* Remove epee header dependency on cryptonote_coremoneromooo-monero2018-10-121-0/+1
|
* fix lambda compile error on openbsdmoneromooo-monero2018-03-271-1/+1
|
* Stagenetstoffu2018-03-051-4/+6
|
* options: add testnet option dependencieswhythat2018-02-161-2/+6
|
* options: remove testnet-* optionswhythat2018-02-161-6/+3
|
* Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-0/+1
| | | | | | It was already possible to limit outgoing connections. One might want to do this on home network connections with high bandwidth but low usage caps.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-0/+65
As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary.