summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7222v0.17.1.8Alexander Blair2020-12-2911-22/+32
|\ | | | | | | 218a10967 rpc: limit the number of txes for get_blocks.bin (moneromooo-monero)
| * rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-2911-22/+32
| |
* | Merge pull request #7219Alexander Blair2020-12-291-5/+0
|\ \ | | | | | | | | | b39ee13d7 portable_storage: remove array element limit (moneromooo-monero)
| * | portable_storage: remove array element limitmoneromooo-monero2020-12-281-5/+0
| |/ | | | | | | some people don't want it
* | Merge pull request #7208Alexander Blair2020-12-295-13/+14
|\ \ | |/ |/| | | b8bc4d77b ssl: buffered handshake detection (anon)
| * ssl: buffered handshake detectionanon2020-12-285-13/+14
|/
* Merge pull request #7193Alexander Blair2020-12-281-6/+21
|\ | | | | | | 31ae533d6 epee: fix some issues using connections after shutdown (moneromooo-monero)
| * epee: fix some issues using connections after shutdownmoneromooo-monero2020-12-261-6/+21
| |
* | Merge pull request #7206Alexander Blair2020-12-283-23/+23
|\ \ | | | | | | | | | 8c8f3d73b protocol: fix false positives dropping peers (moneromooo-monero)
| * | protocol: fix false positives dropping peersmoneromooo-monero2020-12-273-23/+23
| | | | | | | | | | | | it'd trigger on reorgs
* | | Merge pull request #7203Alexander Blair2020-12-281-2/+0
|\ \ \ | | | | | | | | | | | | 0fc927dfb portable_storage: remove overly aggressive cutoff (moneromooo-monero)
| * | | portable_storage: remove overly aggressive cutoffmoneromooo-monero2020-12-271-2/+0
| |/ /
* | | Merge pull request #7197Alexander Blair2020-12-281-1/+1
|\ \ \ | |/ / |/| | | | | 0443cccb5 cryptonote_basic: guess what got lost porting patches to branches again (moneromooo-monero)
| * | cryptonote_basic: guess what got lost porting patches to branches againmoneromooo-monero2020-12-261-1/+1
| | |
* | | Merge pull request #7198Alexander Blair2020-12-263-20/+19
|\ \ \ | |/ / |/| | | | | e42bb297b Revert "Reject existing claimed blocks in sync mode" (luigi1111)
| * | Revert "Reject existing claimed blocks in sync mode"luigi11112020-12-273-20/+19
|/ /
* | Merge pull request #7191Alexander Blair2020-12-261-1/+35
|\ \ | | | | | | | | | d5be31ee2 portable_storage: add some sanity checks on data size (moneromooo-monero)
| * | portable_storage: add some sanity checks on data sizemoneromooo-monero2020-12-261-1/+35
| |/ | | | | | | especially when allocated size is >> serialized data size
* | Merge pull request #7189Alexander Blair2020-12-263-5/+18
|\ \ | | | | | | | | | adcbcd8f8 protocol: drop nodes if they claim new data but only give stale data (moneromooo-monero)
| * | protocol: drop nodes if they claim new data but only give stale datamoneromooo-monero2020-12-253-5/+18
| |/ | | | | | | Some joker is spending time actually doing this
* | Merge pull request #7183Alexander Blair2020-12-266-9/+10
|\ \ | | | | | | | | | ba60541f3 build: prepare v0.17.1.8 (selsta)
| * | build: prepare v0.17.1.8selsta2020-12-236-9/+10
| |/
* | Merge pull request #7181Alexander Blair2020-12-262-6/+18
|\ \ | | | | | | | | | e35bbb1e8 ban lists may now include subnets (moneromooo-monero)
| * | ban lists may now include subnetsmoneromooo-monero2020-12-222-6/+18
| |/
* | Merge pull request #7174Alexander Blair2020-12-267-11/+68
|\ \ | | | | | | | | | 5c3e84b6a restrict public node checks a little (moneromooo-monero)
| * | restrict public node checks a littlemoneromooo-monero2020-12-227-11/+68
| |/ | | | | | | | | do not include blocked hosts in peer lists or public node lists by default, warn about no https on clearnet and about untrusted peers likely being spies
* | Merge pull request #7161Alexander Blair2020-12-262-0/+3
|\ \ | | | | | | | | | 07b50c42d rpc: get_info - add 'synchronized' field (xiphon)
| * | rpc: get_info - add 'synchronized' fieldxiphon2020-12-232-0/+3
| |/
* | Merge pull request #7155Alexander Blair2020-12-263-19/+20
|\ \ | | | | | | | | | | | | 42ee30929 protocol: reject claimed block hashes that already are in the chain (moneromooo-monero) a436c3625 protocol: drop peers we can't download anything from in sync mode (moneromooo-monero)
| * | protocol: reject claimed block hashes that already are in the chainmoneromooo-monero2020-12-173-0/+15
| | |
| * | protocol: drop peers we can't download anything from in sync modemoneromooo-monero2020-12-161-19/+5
| | | | | | | | | | | | | | | instead of the (incorrect) check for whether we think we might have a user for it at some point in the near future. We can reconnect.
* | | Merge pull request #7146Alexander Blair2020-12-261-0/+2
|\ \ \ | | | | | | | | | | | | 3bb748ad9 p2p: remove peers from grey and anchors lists when blocked (moneromooo-monero)
| * | | p2p: remove peers from grey and anchors lists when blockedmoneromooo-monero2020-12-131-0/+2
| |/ /
* | | Merge pull request #7139Alexander Blair2020-12-265-5/+67
|\ \ \ | |_|/ |/| | | | | fb9ef2426 Optional DNS based blocklist (moneromooo-monero)
| * | Optional DNS based blocklistmoneromooo-monero2020-12-205-5/+67
| |/ | | | | | | | | | | | | | | | | 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
* | Merge pull request #7152luigi11112020-12-192-1/+18
|\ \ | | | | | | | | | cf4461f Fix byte_stream::put_n (Lee Clagett)
| * | Fix byte_stream::put_nLee Clagett2020-12-142-1/+18
| | |
* | | Merge pull request #7144luigi11112020-12-191-1/+3
|\ \ \ | | | | | | | | | | | | a569483 p2p: ignore incoming peer list entries when we have them blocked (moneromooo-monero)
| * | | p2p: ignore incoming peer list entries when we have them blockedmoneromooo-monero2020-12-131-1/+3
| | |/ | |/|
* | | Merge pull request #7142luigi11112020-12-192-4/+42
|\ \ \ | | | | | | | | | | | | 905cc07 daemon: the ban command can now load IPs from a file (ban @filename) (moneromooo-monero)
| * | | daemon: the ban command can now load IPs from a file (ban @filename)moneromooo-monero2020-12-142-4/+42
| |/ /
* | | Merge pull request #7140luigi11112020-12-197-107/+166
|\ \ \ | | | | | | | | | | | | 55e4007 Depends: Bump qt to 5.15.1 (TheCharlatan)
| * | | Depends: Bump qt to 5.15.1TheCharlatan2020-12-137-107/+166
| |/ /
* | | Merge pull request #7157luigi11112020-12-174-1/+13
|\ \ \ | |/ / |/| | | | | a4cdcd9 rpc: add a busy_syncing field to get_info (moneromooo-monero)
| * | rpc: add a busy_syncing field to get_infomoneromooo-monero2020-12-174-1/+13
|/ / | | | | | | true if and pretty much only if new blocks are being added
* | 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)