Commit Graph

106 Commits

Author SHA1 Message Date
Kevin Froman 22cece2b2c work on serialization and communication, misc work on web, run files 2019-01-13 16:20:10 -06:00
Kevin Froman f82e7bfb59
work on better peer connections 2019-01-11 16:59:21 -06:00
Kevin Froman 75c8abd9e0 check for oserror when binding local ips 2019-01-08 01:25:56 -06:00
Kevin Froman c5a0b29988 communicator db responses probably finished 2019-01-07 15:09:58 -06:00
Kevin Froman aeb9a6e775 work on gui, dbstorage, daemon queue responses 2019-01-06 23:50:20 -06:00
Kevin Froman c0fe0896ee work on board plugin and api 2018-12-26 23:27:46 -06:00
Kevin Froman 2289171b0f started a simple board plugin 2018-12-26 00:14:05 -06:00
Kevin Froman 1dd471b91e
+ Reformatted API, more efficient, standard, and secure now
* Various bug fixes
2018-12-22 13:02:09 -06:00
Kevin Froman 0b38f78a64 more endpoints reimplemented in new api 2018-12-20 00:01:53 -06:00
Kevin Froman a148826b39 work on revising api 2018-12-19 00:06:25 -06:00
Kevin Froman a8f8aea35f work on revising api 2018-12-18 17:48:17 -06:00
Kevin ca70b275f6 Merge wot 2018-12-09 17:29:39 +00:00
Arinerron 908ee647a1
Fix merge conflicts 2018-11-16 23:23:10 -08:00
Kevin Froman 851b2bef76
onionr now waits for a block to be uploaded to share it, unless the node exits 2018-11-13 11:07:46 -06:00
Arinerron bb08162019
Make Onionr more user friendly
This commit mostly just made messages more readable, worked on logger, and fixed a few bugs
2018-11-10 19:25:40 -08:00
Kevin 44d545684a Merge Tempblocks 2018-11-11 02:10:58 +00:00
Arinerron d5355fdc9e
Merge remote-tracking branch 'origin/tempblocks' into onionrui 2018-11-09 22:13:50 -08:00
Kevin Froman c0707a10f9 fixed offline error 2018-11-08 23:22:43 -06:00
Kevin Froman 293b36e3ad mail plugin usable now 2018-11-04 10:06:24 -06:00
Kevin c073020b80 Added API check in requests 2018-10-26 22:29:25 -05:00
Kevin Froman b5fecdf1e8 logging is less spammy, file disabled by default, and we dont try to scan encrypted blocks that aren't for us 2018-09-26 20:37:52 -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 4e8f7e2761 work on sockets 2018-09-20 23:47:40 -05:00
Arinerron 0f91bf7018 Add liking feature 2018-09-07 23:45:33 -07:00
Aaron fd3d18f5b9 Merge branch 'update-onionrui' into 'onionrui'
Update onionrui

See merge request beardog/Onionr!9
2018-09-07 04:50:37 +00:00
Arinerron f10e077896 Make console output less verbose for api 2018-09-06 21:46:56 -07:00
Kevin Froman 1318bb3ea6
use new gevent version to support python 3.7 2018-09-03 10:28:08 -05:00
Arinerron ecefa41792 Complete first part of work on onionrui 2018-09-02 22:08:12 -07:00
Arinerron b01184d151 add logos 2018-09-02 15:44:23 -07:00
Kevin Froman 3a666d23e7
disabled site viewer 2018-08-18 10:09:55 -05:00
Kevin Froman a900c8eb0e
disabled site viewer 2018-08-18 09:40:59 -05:00
Kevin Froman 5b20930d5c hopefully fixed block sync issue 2018-08-16 19:02:14 -05:00
Kevin Froman aab7d4296f
improved blacklisting 2018-08-12 22:48:33 -05:00
Kevin Froman 12d39393b4
* cache pip requirements in dockerfile
* import blacklist into core
+ began work on blacklist command
* work on blacklist module
* modified dockerignore
2018-08-10 17:13:58 -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 1ae2725319
improved onionr startup and port binding 2018-08-06 02:50:08 -05:00
Arinerron 60a1d36b3a misc updates 2018-08-03 20:47:56 -07:00
Arinerron 0b77a88e72 Improve UI 2018-08-03 19:52:45 -07: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
Arinerron ce8800652d www/ui/ -> ui/ 2018-07-30 22:02:01 -07:00
Arinerron 8e01063f94 Move to www 2018-07-30 21:54:17 -07:00
Arinerron ddb3ce1e35 Various bug fixes 2018-07-30 21:41:32 -07:00
Arinerron 88df88204c Add files 2018-07-29 17:43:28 -07:00
Arinerron 215fbcba68 Add web api callbacks 2018-07-29 17:37:12 -07:00
Kevin Froman d39208d648
added static dir and serving for web ui 2018-07-27 00:48:22 -05:00
Kevin Froman 71007a2d0a
+ added reverse block insertion
* handle downloading of blocks better when peer goes offline
* bumped default disk allocation
* added post request util
2018-07-23 02:43:10 -05:00
Kevin Froman 8e1b6e1e7e
added forcedifficulty 2018-07-21 19:20:28 -05:00
Kevin Froman 232bc4932a * fixed threadCount not lowering for getBlocks
* fixed onionrblockapi not properly converting bytes to string for block
hash
2018-06-21 19:34:42 -05:00
Kevin Froman a4824d9b8c
work on new communicator with downloading new blocks 2018-06-16 02:33:54 -05:00