Commit Graph

98 Commits (50fadea8fa45f9f4baff72475b302c72c3cbb2b4)

Author SHA1 Message Date
Riccardo Spagni fcb299b4ae
Merge pull request #1641
7 years ago
Miguel Herranz ca94d0a43c Separate data per P2P port
7 years ago
Miguel Herranz 629e3101ab Replace BOOST_FOREACH with C++11 ranged for
8 years ago
Riccardo Spagni add98edfc3
Merge pull request #1609
8 years ago
Riccardo Spagni f798a2ab85
Merge pull request #1606
8 years ago
moneromooo-monero 4cdf0a35c9
p2p: always recreate a new peer id on startup
8 years ago
moneromooo-monero f8b97aef34
p2p: show ban/unban logs by default again
8 years ago
Miguel Herranz 1c4d65c011 Rename method to get_random_gray_peer
8 years ago
Miguel Herranz 03a54ee0c9 Fix logging that broke after rebasing
8 years ago
Miguel Herranz 6bdd3a59b5 Use set_peer_just_seen to keep last_seen updated
8 years ago
Miguel Herranz 82dbeedd1b Add gray peer list housekeeping system
8 years ago
Riccardo Spagni d10425025a
Merge pull request #1572
8 years ago
Miguel Herranz 0e0e6c5f39 Reduce to one connection per IP
8 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Miguel Herranz 3f269e988c Limit incoming connections from the same IP
8 years ago
kenshi84 2ac8007544 also use portable serializer for boost_serialization_helper.h and net_node.inl, completely adandon boost/archive/binary_oarchive.hpp
8 years ago
Riccardo Spagni f2ea2afb77
Merge pull request #1398
8 years ago
Riccardo Spagni 8086379680
Merge pull request #1397
8 years ago
Riccardo Spagni 4a0be41dfe
Merge pull request #1396
8 years ago
Pierre Boyer f4772bae81 Fix a few minor typos
8 years ago
moneromooo-monero 3f7d6fb57d
Fix delayed exit when syncing
8 years ago
moneromooo-monero 7c0dd5e46c
net_node: drop connections from banned IPs after looping through connections
8 years ago
moneromooo-monero 4adde0423b
p2p: possibly fix crash in relay_blocks
8 years ago
moneromooo-monero 17b6bd6d35
Fix DNS failures in offline mode preventing daemon startup
8 years ago
Dion Ahmetaj d61bd8187e add lightweight block propagation ("fluffy blocks")
8 years ago
moneromooo-monero e57379a819
p2p: drop any existing connection to a banned IP
8 years ago
Riccardo Spagni 70bd7d8871
remove dead backup seed nodes, add new ones
8 years ago
moneromooo-monero c2ad9caf01
allow peers without port
8 years ago
moneromooo-monero 7450656bf3
net_node: fix connection leak when ping fails with bad response
8 years ago
Howard Chu b937a2c915 Use boost::thread instead of std::thread
8 years ago
Howard Chu 7c86c5997d Use boost::thread instead of std::thread
8 years ago
binaryFate 0100e951d3 'max limit of...' is redundant wording, rephrase
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
moneromooo-monero 17ff6f2114
net_node: fix a hang on exit
9 years ago
moneromooo-monero 3f2970fadb
Add missing semicolons after log statements
9 years ago
Riccardo Spagni 64ff3c7201
Merge pull request #543
9 years ago
moneromooo-monero 02827d5155
p2p: minor log formatting fix
9 years ago
warptangent 725acc7f17
Replace tabs with two spaces for consistency with rest of codebase
9 years ago
Riccardo Spagni e175205e6e
Merge pull request #527
9 years ago
moneromooo-monero 336b37580f
Register daemon command line arguments to core if they're used in core
9 years ago
Riccardo Spagni b87f073a60
Merge pull request #526
9 years ago
moneromooo-monero 2c83055597
net_node: add a --offline argument
9 years ago
moneromooo-monero 34e388949d
p2p: failure to load p2pstate.bin is not fatal anymore
9 years ago
moneromooo-monero 38ceb73848
add RPC calls and commands to get/set bans
9 years ago
moneromooo-monero 7bc4dce6ed
net_node: allow bans for custom amounts of time
9 years ago
Javier Smooth 4cea2b13b2 Add IP blocking for misbehaving nodes (adapted from Boolberry)
9 years ago
Javier Smooth 9c64b12320 quiet down p2p logging a bit
9 years ago
warptangent ee27559724
Update to compile with latest miniupnpc
9 years ago
warptangent 7424cfc7b8
net_node: Use DNS resolver singleton
9 years ago
moneromooo-monero 7764cd7006
net_node: skimplify rate limit code, and log as appropriate
9 years ago