Commit Graph

102 Commits

Author SHA1 Message Date
Arinerron
22115891f2
Fix annoying peer spamming 2018-11-09 23:22:27 -08:00
Arinerron
548d4ed106
Misc changes
- made stuff pretty
- fixed bugs
- refactored stuff
2018-11-09 23:17:19 -08:00
Arinerron
d5355fdc9e
Merge remote-tracking branch 'origin/tempblocks' into onionrui 2018-11-09 22:13:50 -08:00
Kevin Froman
c0c5061f1e
fixed forward secrecy and delete keys 2018-11-09 13:07:26 -06:00
Kevin Froman
c0707a10f9 fixed offline error 2018-11-08 23:22:43 -06:00
Kevin Froman
58aa8ce1cc
* Increased heartbeat timer
* Tried to fix bug where wrong node was being reported as being
announced to
* Refactored core somewhat
- Removed data dir encryption (TODO: just encrypt pub/priv key pair)
- Removed simplecrypt dependency
2018-10-30 17:22:06 -05:00
Kevin Froman
8c63d6c205 work on improving block sync 2018-10-28 14:01:57 -05:00
Kevin Froman
3da06339f6 removed key sync 2018-10-26 18:11:18 -05:00
Kevin Froman
15877449f8
bug fixes 2018-10-02 11:45:56 -05:00
Kevin Froman
0b9bb42927 bug fixes and work on fs 2018-10-02 00:02:05 -05:00
Kevin Froman
1a856c365f work on sockets, added profile setter script 2018-09-25 23:58:11 -05:00
Arinerron
6e55636e78 test 2018-09-24 16:48:00 -07:00
Kevin Froman
711cf3f2d3 work on sockets 2018-09-23 20:47:27 -05:00
Kevin Froman
ad3d7940f5 work on sockets 2018-09-22 23:53:09 -05:00
Kevin Froman
70e2ccbc0a work on sockets 2018-09-22 20:21:39 -05:00
Kevin Froman
759da55094 work on sockets 2018-09-22 00:01:17 -05:00
Kevin Froman
4e8f7e2761 work on sockets 2018-09-20 23:47:40 -05:00
Kevin Froman
d3f4e912f9 work on sockets 2018-09-20 12:41:34 -05:00
Kevin Froman
c2b0277612 work on sockets 2018-09-20 12:07:50 -05:00
Kevin Froman
e826bca19e work on sockets 2018-09-20 12:04:58 -05:00
Kevin Froman
7baa7d5d5f
work on sockets 2018-09-20 00:13:26 -05:00
Kevin Froman
f8b10cfe12 a lot of work on sockets, and added chat module 2018-09-19 23:35:26 -05:00
Kevin Froman
d80e72d18c
work on sockets 2018-09-14 23:48:48 -05:00
Kevin Froman
e0fbe2033e
work on sockets 2018-09-14 20:05:25 -05:00
Kevin
1203bb2b7a * Adjusted connect configuration
* work on cli-ui
2018-08-31 22:29:57 -05:00
Kevin Froman
1b16c809fd work on user connections 2018-08-31 17:53:48 -05:00
Kevin Froman
6ecb1fa75d merged config to get up to date 2018-08-29 23:07:11 -05:00
Kevin Froman
53505832cc preparing for config merge 2018-08-29 23:05:38 -05:00
Kevin Froman
7a0cfe34f3
work on adding/removing friends, user info 2018-08-26 22:44:32 -05:00
Kevin Froman
7a7b627259 use config for some timers 2018-08-25 09:33:38 -05:00
Kevin Froman
b46bd42d9e fixed invalid argument call 2018-08-24 17:42:09 -05:00
Kevin Froman
e346c09228
bug fixes 2018-08-23 14:46:23 -05:00
Kevin Froman
e34c08b036 sync improvements, bug fixes, config changes 2018-08-23 12:48:49 -05:00
Kevin Froman
dd5cb99155
* do not save blocks if disk allocation reached
* improved some commenting
* bug fixes
2018-08-22 23:59:41 -05:00
Kevin
53577a4c10 work on netcheck and configuration 2018-08-21 15:01:50 -05:00
Kevin Froman
9d827493e4
+ v3 onion config
+ use newer ubuntu
2018-08-18 23:07:09 -05:00
Kevin Froman
40ea61707f
do not try to download already saved blocks from upload 2018-08-16 23:21:21 -05:00
Kevin Froman
91c1e22324
do not duplicate blacklist entries 2018-08-16 22:30:36 -05:00
Kevin Froman
5b20930d5c hopefully fixed block sync issue 2018-08-16 19:02:14 -05:00
Kevin Froman
06dc97869e
working on preventing replay attacks with block content 2018-08-16 00:01:40 -05:00
Kevin Froman
5f21d15cdd
+ blocks can now be blacklisted
* Peers sync a little better
2018-08-11 00:23:59 -05:00
Kevin Froman
bc95d8855d
+ added POW announce for node (now POST)
* fixed bug where core hsAddress was not available on first startup
2018-08-08 14:26:02 -05:00
Kevin Froman
0ae052336c
+ onionr now introduces automatically
+ added daemon tools file
+ added .dockerignore
2018-08-07 02:31:53 -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
34a970d008 Merge branch 'node-profiling' of gitlab.com:beardog/Onionr into node-profiling 2018-07-31 00:28:41 -05:00
Kevin Froman
36c2581cec
do not spam dbhash 2018-07-31 00:28:10 -05:00