Commit Graph

221 Commits

Author SHA1 Message Date
Arinerron 005273b52c Merge branch 'crypto' of https://github.com/beardog108/onionr into crypto 2018-02-21 22:42:04 -08:00
Arinerron b0039f534c
Changes, forgot 2018-02-21 22:42:02 -08:00
Kevin Froman 15400432b1
fixed pubkey validation not working 2018-02-22 00:08:04 -06:00
Kevin Froman 882f2e7020
fixed crypto object created before directories are generated 2018-02-22 00:02:29 -06:00
Kevin Froman 38bfee5344
work on seperating pubkey from tor/i2p 2018-02-21 03:32:31 -06:00
Kevin Froman 916cb1f8ac
updated readme 2018-02-20 21:19:27 -06:00
Kevin Froman 6beff53e45
updated readme 2018-02-20 21:17:24 -06:00
Kevin Froman 586e9230cd
fixed message spam, rewrote draft, work on crypto 2018-02-20 20:44:56 -06:00
Kevin Froman b6cfe0154d Merge branch 'crypto' of github.com:beardog108/onionr into crypto 2018-02-17 13:04:38 -06:00
Kevin Froman 1ae570bd70 Merge branch 'master' of github.com:beardog108/onionr into crypto 2018-02-17 13:04:22 -06:00
Kevin Froman 15e0102be0 removed PGP 2018-02-15 23:41:54 -05:00
Kevin Froman 38aa8620ae removed PGP 2018-02-15 23:39:34 -05:00
Kevin Froman 895b1919fd removed PGP 2018-02-15 23:31:30 -05:00
Kevin Froman b15c0b7e00 Merge branch 'master' into crypto 2018-02-13 03:42:05 -05:00
Kevin Froman 591e075e6c Merge branch 'master' into crypto 2018-02-13 03:31:08 -05:00
Kevin Froman 7ea9be8821
Update onionr-draft.md 2018-02-11 21:09:38 -05:00
Kevin Froman 6f4ec049ae
Update onionr-draft.md 2018-02-11 21:09:18 -05:00
Kevin Froman 297cac81ae
work on peer encryption 2018-02-08 16:58:39 -06:00
Kevin Froman a0dc95c291
work on peer private messages (& crypto) 2018-02-08 03:14:32 -06:00
Kevin Froman 4948712904
work on peer encryption 2018-02-07 03:04:58 -06:00
Arinerron 80fabbccbf
Create an issue template 2018-02-05 11:02:36 -08:00
Kevin Froman 6ca70afb78
we now temporarily keep track of peer connectivity history, eventually we will use this to ignore unstable/slow/offline peers 2018-02-04 03:20:43 -06:00
Arinerron c57bffcae8
Fix two bugs 2018-02-03 21:22:34 -08:00
Arinerron efd7c287b7
Fix travisci 2018-02-03 20:33:47 -08:00
Arinerron 1cfb7796c5
Add Makefile for testing, installing, and uninstalling 2018-02-03 20:30:16 -08:00
Arinerron 62cad7a6ea
Code consistency updates
- Improved formatting
- Added comments
- URL encoded values in netcontroller.performGET
- Kept SQL statement case consistency
2018-02-03 19:44:29 -08:00
Arinerron bdd1d9697b
Refactor argument handler FOR THE FIFTH TIME 2018-02-03 17:11:35 -08:00
Kevin Froman 2769673abd hopefully fixed block issues 2018-02-02 03:15:28 -06:00
Kevin Froman 38ad6559c3 gui can now send messages 2018-02-02 02:30:50 -06:00
Kevin Froman 70bc131aa6
work on gui, blocks now have identifiers, work on crypto 2018-02-01 23:39:55 -06:00
Kevin Froman 14d1fec3f3
started work on data encryption 2018-02-01 16:45:15 -06:00
Kevin Froman 40643358fc Merge branch 'process-blocks' of github.com:beardog108/onionr into process-blocks 2018-01-29 01:05:24 -06:00
Kevin Froman dd9a54f7c6
added addpeer command and misc bug fixes 2018-01-29 01:05:02 -06:00
Arinerron b3ea0e7b46
fix a few things 2018-01-28 22:01:36 -08:00
Kevin Froman 71bff27245 do not add block in addblock function if it already is added 2018-01-28 21:45:43 -06:00
Kevin Froman e5a3a4650e
now display new block text if small in terminal 2018-01-28 21:00:12 -06:00
Kevin Froman 8c6a04f03d
moved length check in hash validation 2018-01-28 20:54:39 -06:00
Kevin Froman 1c3e886ba0
added hasBlock function 2018-01-28 20:52:48 -06:00
Kevin Froman b4d61d3598
set dataSaved when it should have already been 2018-01-28 20:39:34 -06:00
Kevin Froman aaecd0adaf
added timeout to performget 2018-01-28 20:30:31 -06:00
Kevin Froman 8b3a09f5af
do not claim hash is invalid when there was no hash 2018-01-28 20:20:24 -06:00
Kevin Froman da80723686
do not claim hash is invalid when there was no hash 2018-01-28 20:19:30 -06:00
Kevin Froman 0ca84c9759
check for bytes hash type in setData 2018-01-28 20:14:46 -06:00
Kevin Froman 55aa889bd9
now update block datasaved stat when saved 2018-01-28 20:12:36 -06:00
Kevin Froman 8d41f9f3d5
now update block datasaved stat when saved 2018-01-28 20:08:28 -06:00
Kevin Froman dc65254e0a
now update block datasaved stat when saved 2018-01-28 20:02:16 -06:00
Kevin Froman 7acb695acd
added hash validation warning for blocks 2018-01-28 16:45:22 -06:00
Kevin Froman 1b0d575575
fxied validateHash 2018-01-28 16:41:49 -06:00
Kevin Froman c6ad487c79
fxied validateHash 2018-01-28 16:38:10 -06:00
Kevin Froman d1faea2519
debugging blocks 2018-01-28 16:29:16 -06:00