aboutsummaryrefslogtreecommitdiff
path: root/src/p2p
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System5 hours2-55/+17
|
* p2p: close zone connections before stopping net serversselsta2026-06-031-16/+27
|
* p2p: make stop signal idempotentselsta2026-06-012-0/+6
|
* 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-264-206/+5
|
* Merge pull request #10411tobtoht2026-04-203-23/+30
|\ | | | | | | ce5437f Add Socks v5 support to daemon and wallet (Lee *!* Clagett)
| * Add Socks v5 support to daemon and walletLee *!* Clagett2026-04-163-23/+30
| | | | | | | | (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
|/
* Merge pull request #10317tobtoht2026-02-181-1/+1
|\ | | | | | | 54edc17 p2p: fix inverted ternary in peer list filter (selsta)
| * p2p: fix inverted ternary in peer list filterselsta2026-02-131-1/+1
| |
* | 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-192-4/+6
|/
* Merge pull request #9949tobtoht2025-07-081-2/+2
|\ | | | | | | ac22479 Add is_same_host check to p2p (Lee *!* Clagett)
| * Add is_same_host check to p2pLee *!* Clagett2025-06-071-2/+2
| |
* | cmake: don't redefine projecttobtoht2025-06-241-3/+0
|/
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-143-18/+16
|
* Set response limits on http server connectionsLee *!* Clagett2025-02-141-1/+1
|
* p2p/net_node.inl : update seed nodeplowsof2025-02-091-3/+3
|
* Merge pull request #9460tobtoht2025-01-222-18/+30
|\ | | | | | | 0cd74568d Cleanup TCP throttling code (performance) + move connection checks (Lee *!* Clagett)
| * Cleanup TCP throttling code (performance) + move connection checksLee *!* Clagett2024-12-192-18/+30
| |
* | 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
* | Merge pull request #9306luigi11112024-05-201-1/+2
|\ \ | | | | | | | | | 755dddd common: support boost filesystem copy_options. Co-authored-by: selsta <selsta@sent.at> (0xFFFC0000)
| * | common: support boost filesystem copy_options.0xFFFC00002024-05-011-1/+2
| |/ | | | | | | Co-authored-by: selsta <selsta@sent.at>
* / Skip privacy networks (on tx sends) that don't have outgoing connectionsLee *!* Clagett2024-03-291-2/+3
|/
* Disable/fix ports with I2PLee Clagett2024-01-301-1/+1
|
* 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
|/