| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
| |
update net_node.inl to replace old xmrchain.net seed node with new xmrchain.net server IP so the old one can retire and spend its final days drinking things out of coconuts
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
Co-authored-by: selsta <selsta@sent.at>
Co-authored-by: tobtoht <thotbot@protonmail.com>
|
| |\ \
| | |
| | |
| | | |
4d224de Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett)
|
| | |/ |
|
| |/ |
|
| | |
|
| |
|
|
|
|
| |
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
3c7eec1 add a max levin packet size by command type (moneromooo-monero)
|
| | | |
|
| |\ \
| |/
|/|
| | |
e685f52e2 p2p: fix deadlock banning while updating peer lists (moneromooo)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
e35bbb1e8 ban lists may now include subnets (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
3bb748ad9 p2p: remove peers from grey and anchors lists when blocked (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
fb9ef2426 Optional DNS based blocklist (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/ |
|
| |\
| |
| |
| | |
37bb594 Do not use peer_id tracking method over i2p/tor (Lee Clagett)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
446b3c8 p2p: drop peers that spam peer lists (moneromooo-monero)
|
| | |/
| |
| |
| | |
There's always some people who just want to abuse things
|
| |\ \
| | |
| | |
| | | |
21b3ff2 p2p: fix race condition accessing a deleted context (moneromooo-monero)
|
| | |/ |
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
44c93bb p2p: fix accessing non existent element of map (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
263579b Add support for i2p and tor seed nodes (vtnerd)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
91f1be9 net_node: add tor / i2p seed nodes (selsta)
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
1a627e1 p2p: use /16 filtering on IPv4-within-IPv6 addresses (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
IPv6 addresses include a range that can map IPv4 addresses,
which allowed those mapped addresses to bypass filtering.
This filter should be replaced by AS filtering at some point.
|
| |\ \ \
| |/ /
|/| |
| | | |
f55f3fe net_node: add --ban-list option (selsta)
|
| | |/ |
|