summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7131v0.17.1.7luigi11112020-12-122-0/+12
|\ | | | | | | c1d6547 protocol: include first new block in chain entry response (moneromooo-monero)
| * protocol: include first new block in chain entry responsemoneromooo-monero2020-12-122-0/+12
| |
* | Merge pull request #7128luigi11112020-12-122-0/+36
|\ \ | | | | | | | | | b6b2c9b protocol: stricter checks on received chain hash list (moneromooo)
| * | protocol: stricter checks on received chain hash listmoneromooo2020-12-112-0/+36
| |/
* | Merge pull request #7124luigi11112020-12-121-1/+1
|\ \ | |/ |/| | | d6069f7 protocol: revert incoming chain height check against local chain (moneromooo-monero)
| * protocol: revert incoming chain height check against local chainmoneromooo-monero2020-12-111-1/+1
|/ | | | | We can actually request a chain that's further away from what we have as we buffer more and more
* Merge pull request #7122Alexander Blair2020-12-101-1/+1
|\ | | | | | | 3a3370096 protocol: one more sanity check on usable data from a peer (moneromooo-monero)
| * protocol: one more sanity check on usable data from a peermoneromooo-monero2020-12-101-1/+1
| |
* | Merge pull request #7120Alexander Blair2020-12-101-1/+1
|\ \ | | | | | | | | | 105afa555 protocol: fix asking for pruned blocks for v10 (moneromooo-monero)
| * | protocol: fix asking for pruned blocks for v10moneromooo-monero2020-12-101-1/+1
| |/ | | | | | | Old format is still alloewd there, this is a two fork update
* | Merge pull request #7118Alexander Blair2020-12-102-1/+2
|\ \ | | | | | | | | | ef1524ecc protocol: add a sanity check to the number of block hashes sent (moneromooo-monero)
| * | protocol: add a sanity check to the number of block hashes sentmoneromooo-monero2020-12-102-1/+2
| | |
* | | Merge pull request #7116Alexander Blair2020-12-106-9/+10
|\ \ \ | | | | | | | | | | | | a700e6103 build: prepare v0.17.1.7 (selsta)
| * | | build: prepare v0.17.1.7selsta2020-12-106-9/+10
| | | |
* | | | Merge pull request #7115Alexander Blair2020-12-101-17/+9
|\ \ \ \ | | | | | | | | | | | | | | | 45d9a282d cmake: fix "release" version string on tagged releases (moneromooo-monero)
| * | | | cmake: fix "release" version string on tagged releasesmoneromooo-monero2020-12-101-17/+9
| | |/ / | |/| | | | | | | | | | It would not say "release" if we're on a previous tag
* | | | Merge pull request #7111Alexander Blair2020-12-106-33/+64
|\ \ \ \ | | | | | | | | | | | | | | | d729730d3 protocol: drop origin IP if a block fails to verify in sync mode (moneromooo-monero)
| * | | | protocol: drop origin IP if a block fails to verify in sync modemoneromooo-monero2020-12-106-33/+64
| | |_|/ | |/| | | | | | | | | | | | | | It would otherwise be possible for a peer to send bad blocks, then disconnect and reconnect again, escaping bans
* | | | Merge pull request #7107Alexander Blair2020-12-101-1/+8
|\ \ \ \ | | | | | | | | | | | | | | | f47f1a069 protocol: more restrictive checks on chain entry response (moneromooo-monero)
| * | | | protocol: more restrictive checks on chain entry responsemoneromooo-monero2020-12-101-1/+8
| | |/ / | |/| |
* | | | Merge pull request #7101Alexander Blair2020-12-102-43/+12
|\ \ \ \ | |_|/ / |/| | | | | | | b4b3cd3ad depends: Update OpenSSL to 1.1.1i (Howard Chu)
| * | | depends: Update OpenSSL to 1.1.1iHoward Chu2020-12-092-43/+12
| | |/ | |/| | | | | | | | | | Remove some obsolete patches (they were integrated upstream). Tweak to work with Android support (they second-guess our CC definition, etc).
* | | Merge pull request #7109luigi11112020-12-101-2/+1
|\ \ \ | |/ / |/| | | | | e83a220 protocol: fix switchting to adding blocks if noone's adding the next span (moneromooo-monero)
| * | protocol: fix switchting to adding blocks if noone's adding the next spanmoneromooo-monero2020-12-101-2/+1
| |/
* | Merge pull request #7076v0.17.1.6luigi11112020-12-072-40/+51
|\ \ | | | | | | | | | 37bb594 Do not use peer_id tracking method over i2p/tor (Lee Clagett)
| * | Do not use peer_id tracking method over i2p/torLee Clagett2020-10-112-40/+51
| | |
* | | Merge pull request #7073luigi11112020-12-072-0/+6
|\ \ \ | | | | | | | | | | | | 446b3c8 p2p: drop peers that spam peer lists (moneromooo-monero)
| * | | p2p: drop peers that spam peer listsmoneromooo-monero2020-12-052-0/+6
| | |/ | |/| | | | | | | There's always some people who just want to abuse things
* | | Merge pull request #7071luigi11112020-12-073-10/+12
|\ \ \ | | | | | | | | | | | | 21b3ff2 p2p: fix race condition accessing a deleted context (moneromooo-monero)
| * | | p2p: fix race condition accessing a deleted contextmoneromooo-monero2020-12-063-10/+12
| |/ /
* | | Merge pull request #7065luigi11112020-12-076-9/+10
|\ \ \ | | | | | | | | | | | | b34d50f build: prepare v0.17.1.6 (selsta)
| * | | build: prepare v0.17.1.6selsta2020-12-036-9/+10
| | |/ | |/|
* | | Merge pull request #7063luigi11112020-12-072-555/+548
|\ \ \ | | | | | | | | | | | | 7982ef5 crypto: fix non zero scalar being 0 after reducing (moneromooo-monero)
| * | | crypto: fix non zero scalar being 0 after reducingmoneromooo-monero2020-12-042-555/+548
| | |/ | |/|
* | | Merge pull request #7054luigi11112020-12-076-16/+144
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | ce26c5b protocol: drop peers that don't reply to queries (moneromooo) 9427b5a keep only the last seen node on a given host in the white list (moneromooo) fa79148 protocol: drop peers that decrease claimed height (moneromooo) 1382b17 protocol: add scoring system to drop peers that don't behave (moneromooo)
| * | protocol: drop peers that don't reply to queriesmoneromooo2020-12-064-19/+43
| | |
| * | keep only the last seen node on a given host in the white listmoneromooo2020-12-043-0/+48
| | |
| * | protocol: drop peers that decrease claimed heightmoneromooo2020-12-041-1/+16
| | |
| * | protocol: add scoring system to drop peers that don't behavemoneromooo2020-12-043-11/+52
| |/
* | Merge pull request #7059Alexander Blair2020-12-031-1/+2
|\ \ | |/ |/| | | 93135907d wallet2: set propagation timeout to current max timeout (selsta)
| * wallet2: set propagation timeout to current max timeoutselsta2020-12-031-1/+2
|/
* Merge pull request #7010Alexander Blair2020-12-014-4/+55
|\ | | | | | | a8cd073fc Add rpc-restricted-bind-ip option (Howard Chu)
| * Add rpc-restricted-bind-ip optionHoward Chu2020-11-114-4/+55
| | | | | | | | Fixes #6369
* | Merge pull request #7044v0.17.1.5luigi11112020-11-251-0/+14
|\ \ | | | | | | | | | efca5b8 wallet2: check imported multisig curve points are in main subgroup (moneromooo-monero)
| * | wallet2: check imported multisig curve points are in main subgroupCrypto City2020-11-241-0/+14
| | |
* | | Merge pull request #7039luigi11112020-11-2510-18/+85
|\ \ \ | | | | | | | | | | | | 9d7f473 cryptonote_core: dandelion - use local height or median height if syncing (xiphon)
| * | | cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-2510-18/+85
| |/ /
* | | Merge pull request #7040Alexander Blair2020-11-243-17/+21
|\ \ \ | | | | | | | | | | | | af4fb4729 rpc: skip non-synced bootstrap daemons in --no-sync mode too (xiphon)
| * | | rpc: skip non-synced bootstrap daemons in --no-sync mode tooxiphon2020-11-233-17/+21
| | |/ | |/|
* | | Merge pull request #7038Alexander Blair2020-11-246-9/+10
|\ \ \ | | | | | | | | | | | | 5bb83ab04 build: prepare v0.17.1.5 (selsta)