Commit Graph

15 Commits

Author SHA1 Message Date
Kevin Froman b6c015255d
do not use self in peercleanup 2018-08-24 18:57:53 -05:00
Kevin Froman e346c09228
bug fixes 2018-08-23 14:46:23 -05:00
Kevin Froman 9655bfd872
* do not reinsert blocks
* warn mail about bad sigs
2018-08-17 23:42:30 -05:00
Kevin Froman ba2e5d7da9
ability to create expiring bans 2018-08-14 23:20:08 -05:00
Kevin Froman a4c86630cf
reduced peer score minimum, blacklist peers 2018-08-13 15:07:14 -05:00
Kevin Froman aab7d4296f
improved blacklisting 2018-08-12 22:48:33 -05:00
Kevin Froman 0a2fe2a0b1
* punish peers that share invalid blocks
* fixed profile crash
2018-08-03 15:01:13 -05:00
Kevin Froman 8694ab078e
+ remove peers who do not meet the minimum score
* minor bug fixes and documentation improvements
* do not cleanup peers if we have no online peers (probably not
connected anyway)
* do not run peer cleanup until a min
* do not spam block list on shutdown during block sync
* use correct thread decrement in peerCleanup
* added trust int to address table, not used yet
2018-08-03 01:28:26 -05:00
Kevin Froman 032aa780ef
* fixed bug causing onionr to usually only have 1 peer at once
* do not crash when loading new peer profile
* removed code for defunct *address* proof of work
+ added maxStoredPeers and maxConnect config options (TODO)
+ added lastConnectAttempt to address db
+ added command to cause instant peer exchange
+ added connectCheck.txt for TODO connection testing
2018-08-02 15:18:01 -05:00
Kevin Froman 8bb5014d41
work on peer cleanup 2018-08-02 02:28:26 -05:00
Kevin Froman d22701199c
* work on peer profiling
* block exchange order
* edited disclaimer html
* began working on peerCleanup
2018-08-01 02:22:22 -05:00
Kevin Froman c4f2327e49
removed accidental hardcode test in onionrpeers 2018-07-31 00:34:16 -05:00
Kevin Froman 4decda916d
peers scores are now calculated on request success and are saved, WIP 2018-07-30 17:48:29 -05:00
Kevin Froman afdee2a7a5
work on new peer profiling system 2018-07-26 22:07:50 -05:00
Kevin Froman b6da3385cb
+ added onionrpeers file
+ added onionrexceptions file
+ work on new communicator
2018-06-12 02:34:33 -05:00