aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.inl
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System6 hours1-48/+12
|
* p2p: close zone connections before stopping net serversselsta2026-06-031-16/+27
|
* p2p: make stop signal idempotentselsta2026-06-011-0/+5
|
* Fixed dangling iterator in is_remote_host_allowedSChernykh2026-05-241-1/+1
| | | | - m_blocked_subnets.erase(it) either moves it to the next entry, or sets it to m_blocked_subnets.end() in which case the MCLOG_CYAN will access invalid data
* daemon: on exit, stop the payload handler before closing cxnsj-berman2026-04-291-1/+2
|
* daemon: remove miniupnptobtoht2026-04-261-188/+4
|
* Merge pull request #10411tobtoht2026-04-201-2/+2
|\ | | | | | | ce5437f Add Socks v5 support to daemon and wallet (Lee *!* Clagett)
| * Add Socks v5 support to daemon and walletLee *!* Clagett2026-04-161-2/+2
| | | | | | | | (cherry picked from commit 23e29a5074f01cbb781f7e76b0c17ad2b6797af0)
* | Merge pull request #10410tobtoht2026-04-181-1/+6
|\ \ | |/ |/| | | 1d2ae21 p2p: isolate regtest from mainnet bootstrap state (Jeetraj)
| * p2p: isolate regtest from mainnet bootstrap stateJeetraj2026-04-101-1/+6
| |
* | Merge pull request #10401tobtoht2026-04-071-22/+29
|\ \ | | | | | | | | | 7bc2d5a p2p: fix hanging shutdown (j-berman)
| * | p2p: fix hanging shutdownj-berman2026-04-041-22/+29
| |/
* / Fix DNS resolve UBLee *!* Clagett2026-04-051-23/+20
|/
* Remove .no moneropulse domain from codebasebinaryFate2026-01-131-1/+1
|
* Merge pull request #10112tobtoht2025-09-281-4/+0
|\ | | | | | | dd82d28 removing lza_menace seed nodes (lza_menace)
| * removing lza_menace seed nodeslza_menace2025-09-261-4/+0
| |
* | Merge pull request #10113tobtoht2025-09-281-101/+184
|\ \ | | | | | | | | | 2879885 p2p: Improved peer selection with /24 subnet deduplication to disadvantage 'spy nodes' [v0.18] (rbrunner7)
| * | p2p: Improved peer selection with /24 subnet deduplication to disadvantage ↵rbrunner72025-09-261-101/+184
| |/ | | | | | | 'spy nodes' [v0.18]
* / net_node: add hinto seed nodeshinto.janai2025-09-261-0/+4
|/
* Merge pull request #10105tobtoht2025-09-241-1/+0
|\ | | | | | | f292444 remove 66.85.74.134 as seed node (Gingeropolous)
| * remove 66.85.74.134 as seed nodeGingeropolous2025-09-241-1/+0
| | | | | | remove 66.85.74.134 as seed node. bastards doubled the price of the server.
* | Skip ping connections in outgoing countLee *!* Clagett2025-08-191-3/+3
|/
* Add is_same_host check to p2pLee *!* Clagett2025-06-071-2/+2
|
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-14/+12
|
* p2p/net_node.inl : update seed nodeplowsof2025-02-091-3/+3
|
* Merge pull request #9460tobtoht2025-01-221-17/+25
|\ | | | | | | 0cd74568d Cleanup TCP throttling code (performance) + move connection checks (Lee *!* Clagett)
| * Cleanup TCP throttling code (performance) + move connection checksLee *!* Clagett2024-12-191-17/+25
| |
* | Fix --anonymous-inbound data leakLee *!* Clagett2025-01-031-11/+14
| |
* | p2p: allow comments in banlist filesjeffro2562024-12-131-0/+10
|/ | | | In-line comments explicitly explaining banned hosts/subnets might help assuage fears of some good banlists' arbitaryiness.
* Merge pull request #9323luigi11112024-05-201-9/+8
|\ | | | | | | 1123ae9 net_node: update seed nodes (selsta)
| * net_node: update seed nodesselsta2024-05-121-9/+8
| | | | | | | | Also remove port for I2P seed nodes
* | Skip privacy networks (on tx sends) that don't have outgoing connectionsLee *!* Clagett2024-03-291-2/+3
|/
* p2p: do not log to global when re-blocking a subnetmoneromooo-monero2023-03-191-1/+5
|
* p2p: avoid spam blocking ipv4 addresses in a blocked subnetmoneromooo-monero2023-03-191-1/+17
|
* p2p: add plowsof seed nodesselsta2023-01-271-1/+11
|
* p2p: remove offline seed nodesselsta2023-01-271-8/+0
|
* Merge pull request #8644luigi11112023-01-111-13/+3
|\ | | | | | | 38d4811 p2p: fix exclusive node DNS resolution for certain hosts [release] (Jeffrey Ryan)
| * p2p: fix exclusive node DNS resolution for certain hosts [release]Jeffrey Ryan2022-11-171-13/+3
| | | | | | | | | | | | | | | | 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
* | p2p: fix back ping to discover healthy peers to connect toj-berman2022-11-151-1/+1
|/
* Merge pull request #8330luigi11112022-05-261-3/+7
|\ | | | | | | 2dab31f Don't exclusively drop tor/i2p outgoing cxns in idle loop (j-berman)
| * Don't exclusively drop tor/i2p outgoing cxns in idle loopj-berman2022-05-181-3/+7
| |
* | Don't send peerlist larger than max allowedj-berman2022-05-111-2/+6
|/
* Trimming FatJeffrey2022-04-181-1/+0
| | | | Remove unused include statements or unused definitions.
* Merge pull request #8197luigi11112022-04-061-1/+1
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-041-1/+1
| |
* | replace erciccione's seednode with one on haveno's infrastructureerciccione2022-03-131-1/+1
|/
* Update net_node.inlGingeropolous2022-01-041-3/+3
|
* Merge pull request #7874luigi11112021-10-111-0/+6
|\ | | | | | | | | 9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon)
| * node_server: fix race conditionanon2021-09-201-0/+6
| |
* | Merge pull request #7616luigi11112021-09-091-1/+18
|\ \ | |/ |/| | | 4ced092 daemon: allow proxy configuration (anon, selsta, tobtoht)