Kevin
88824b7913
update runtime test result
2020-06-13 18:18:24 -05:00
Kevin
3c7b090a4e
Merge branch 'master' into lan
2020-06-13 18:04:20 -05:00
Kevin
a401f49da3
fix index.html not being auto loaded in subdirs
...
fix pep8 styling in sitefiles.py
2020-06-13 17:51:09 -05:00
Kevin
3d0f1d9337
fix import format in sitecreator init
2020-06-13 17:50:37 -05:00
Kevin
2a65f605f5
fix site creator not working with full paths by using a temporary chdir
...
fix grammar issue in site creator
2020-06-13 17:49:16 -05:00
Kevin Froman
7c5359c39e
added colors.py
2020-06-09 21:05:33 -05:00
Kevin Froman
026901ce90
Fix gettransports
2020-04-14 22:40:31 -05:00
Kevin Froman
a52465a54f
work on lan
2020-04-06 08:51:20 -05:00
Kevin Froman
d13d9a3039
added is_friend test for onionrusers and fixed bug where isFriend was setting instead of getting the value
2020-04-05 23:35:03 -05:00
Kevin Froman
aa729d862c
added escape_ansi unittest
2020-04-04 02:21:28 -05:00
Kevin Froman
d47c546620
added dns rebinding runtime test
2020-04-03 23:34:23 -05:00
Kevin Froman
39d0be32ac
import jsondecodeerror seperately since its not in ujson
2020-04-03 04:33:30 -05:00
Kevin Froman
a8ab5d20f1
moving onionrutils over to ujson
2020-04-03 04:20:55 -05:00
Kevin Froman
37913d544b
fixed localcommand formatting and imports
2020-04-03 04:19:20 -05:00
Kevin Froman
eea8b39b0f
refactored onionrusers formatting and json
2020-04-03 04:17:45 -05:00
Kevin Froman
dee5d8ceed
make config use ujson
...
made httpapi use ujson
made onionrblocks mod use ujson
made setup config use ujson
made devreporting use ujson
made transports/tor use ujson
made contactmanager use ujson
2020-04-03 04:13:50 -05:00
Kevin Froman
b23343e7cb
use ujson in serializeddata
2020-04-03 03:51:31 -05:00
Kevin Froman
8804c13225
* refactored subprocess and made it 20%+ faster by using ujson
...
+ added watchdog dep for sneakernet
+ added ujson dep for faster json esp in pow
2020-04-03 03:28:48 -05:00
Kevin Froman
8d372cccfb
added stats reporter
2020-03-31 04:00:48 -05:00
Kevin Froman
0da27a78c7
basic requests can now use lan, work on lan client
2020-03-31 01:48:20 -05:00
Kevin Froman
b2f630e4f9
added disk ministry
2020-03-31 00:15:24 -05:00
Kevin Froman
09134eaba4
comment sneakernet
2020-03-30 21:14:48 -05:00
Kevin Froman
1bd0aa9419
added sneakernet auto importing
...
exportblocks now takes argument
2020-03-30 20:52:04 -05:00
Kevin Froman
d50e6db1d2
fix removeblock docstring
2020-03-27 20:03:30 -05:00
Kevin Froman
012ee33499
corrected onionrstorage formatting
2020-03-26 03:57:54 -05:00
Kevin Froman
b8a8cfd3f6
changed socket_server config key to more accurate ephemeral_tunnels key
2020-03-26 03:49:23 -05:00
Kevin Froman
62b4f5eb0e
Removed support for v2 onions
2020-03-26 03:48:57 -05:00
Kevin Froman
db9cd3eb60
remove defunct import in register_private_blueprints.py
2020-03-26 02:33:08 -05:00
Kevin Froman
d24fd41c53
added fd and disk usage stats
2020-03-24 03:18:05 -05:00
Kevin Froman
1be08e09ef
reformated sizeutils
2020-03-24 03:17:22 -05:00
Kevin Froman
2aa8cdbaa0
corrected utils formatting and removed defunct utils
2020-03-23 23:55:57 -05:00
Kevin Froman
b5e57da191
lan can now properly connect
2020-03-23 03:39:57 -05:00
Kevin Froman
2c8f1fdf99
restore unicoding in multicast ad
2020-03-23 01:25:27 -05:00
Kevin Froman
eec7efd38d
use right multicast address
2020-03-23 01:24:13 -05:00
Kevin Froman
d77f802fdd
lan client thread added
2020-03-23 00:37:49 -05:00
Kevin Froman
acabeab7c4
added files for vdf proofing
2020-03-22 19:16:26 -05:00
Kevin Froman
9369a22841
correct updateblockinfo docstring and format
2020-03-22 19:16:08 -05:00
Kevin Froman
481cb5aeff
use a smaller offset for obscuring block metadb time
2020-03-21 01:15:07 -05:00
Kevin Froman
4696e7be3f
added offset test for lan block list and improved run time tests to be random order and have better iterative output
2020-03-21 01:14:35 -05:00
Kevin Froman
2a104d7459
added ram stats
2020-03-20 18:39:26 -05:00
Kevin Froman
a52a17ac25
removed thread debug from events
2020-03-20 18:39:08 -05:00
Kevin Froman
3e4a39016f
work on lan server (upload endpoint)
2020-03-20 03:51:08 -05:00
Kevin Froman
e6181bdd1f
fixed nasty bug where tor circuits was causing gevent to leak threads
2020-03-20 03:50:48 -05:00
Kevin Froman
022fbaa1af
bumped disk allocation to 1gb
2020-03-20 03:47:08 -05:00
Kevin Froman
b5ac1ed7d8
correct timer thread amounts
2020-03-20 03:45:25 -05:00
Kevin Froman
fe3b6c01c4
* Remove ifaddr since psutil provides access to net interfaces
...
+ added mimcvdf dependency for future block spec
2020-03-19 16:02:15 -05:00
Kevin Froman
d4f4487fb6
finished block list endpoint for lan and added get data endpoint
2020-03-19 01:44:44 -05:00
Kevin Froman
e90d7e96f4
moved daemon kill command to its own seperate file in daemonlaunch
2020-03-19 01:43:57 -05:00
Kevin Froman
6fed37a237
reduced sleep in housekeeping run test
2020-03-19 01:43:02 -05:00
Kevin Froman
69bb257166
made ownnode run test only run if tor is enabled
2020-03-19 01:42:15 -05:00
Kevin Froman
24284e058f
ensure public api served blocks are not decrypted
2020-03-19 01:40:52 -05:00
Kevin Froman
68678177ed
type hinted bytesconverter
2020-03-16 02:55:36 -05:00
Kevin Froman
9575352e3e
added config option for using LAN transport
2020-03-16 02:51:47 -05:00
Kevin Froman
3aec35ef33
* lan server including discovery and publishing added (only ping implemented in server)
2020-03-16 02:28:41 -05:00
Kevin Froman
92c4109572
* updated big brother to allow multicast and LAN
2020-03-16 02:06:37 -05:00
Kevin Froman
18aca5aeea
finishd tests for multicast lan service discovery
2020-03-14 00:56:10 -05:00
Kevin Froman
d4652e1107
added test for learning lan services
2020-03-13 23:47:44 -05:00
Kevin Froman
7bb95c3b87
work on lan transport, added service discovery logic
2020-03-11 04:46:42 -05:00
Kevin Froman
a8290e2ac3
added cleanup test and test-re-runner automation script
2020-03-09 21:43:18 -05:00
Kevin Froman
e4d4091e66
fixed pep8 formatting in daemon launch
2020-03-09 04:13:37 -05:00
Kevin Froman
c106d5881f
removed imports in daemon launch
2020-03-09 04:13:13 -05:00
Kevin Froman
25766e02fc
Fixed epoch formatting
2020-03-09 04:05:10 -05:00
Kevin Froman
a5c733469f
made better sleep ignored sleep and added test for it
2020-03-09 04:04:41 -05:00
Kevin Froman
04133035ba
fix existing tor daemon not having closed ephemeral onions and work on mail test
2020-03-07 18:51:39 -06:00
Kevin Froman
60d2ebfaed
+ added more tests
...
* fixed chdir home bug
* fixed some tests creating normal data dir
2020-03-04 01:15:58 -06:00
Kevin Froman
665cb0c732
fixed housekeeping being broken
2020-03-03 05:55:50 -06:00
Kevin Froman
02fa6dd558
added first browser test, tests if circles opens out of ot the box
2020-02-28 03:49:30 -06:00
Kevin Froman
b62e613e8e
work on mail settings, onionruser own key adding bug fix
2020-02-27 21:06:28 -06:00
Kevin Froman
862c6f2ea4
work on mail settings
2020-02-25 20:30:04 -06:00
Kevin Froman
6f0ef390a7
work on mail settings
2020-02-24 04:45:29 -06:00
Kevin Froman
56e86460d1
more vanityonionr changes
2020-02-23 02:12:30 -06:00
Kevin Froman
b8348be65a
now avoid looking up older than allowed blocks
2020-02-23 02:12:13 -06:00
Kevin Froman
34a55f63f9
fixed vanity not working and added integration test for it
2020-02-22 05:44:21 -06:00
Kevin Froman
080933639c
fixed 'is onionr client' security exit attribute error and improved public security module formatting
2020-02-19 18:02:20 -06:00
Kevin Froman
9f1790a601
Added mail message padding support
2020-02-19 01:57:56 -06:00
Kevin Froman
83ef9dc3ca
added sound notifications (used in mail for now) and more settings UI work
2020-02-18 05:32:17 -06:00
Kevin Froman
aea4815fbd
added sound notification support and forward secery setting finished
2020-02-17 06:13:57 -06:00
Kevin Froman
23782dcb8f
work on mail settings
2020-02-12 05:31:05 -06:00
Kevin Froman
47eef04643
fix #45
2020-02-12 01:19:59 -06:00
Kevin Froman
d149f351d2
made onionr ascii image default, added quotes to startup
2020-02-12 00:58:15 -06:00
Kevin Froman
59a1ad1235
move tor start finished message to bottom during merge from work on fixing onboarding
2020-02-11 20:10:21 -06:00
Kevin Froman
353b2f1c63
+ added check for Tor to be ready before openhome works
...
* fixed not being able to stop Onionr when awaiting onboarding survey to be finished
2020-02-11 19:49:44 -06:00
Kevin Froman
3bb51a16e1
check for onionr exit when awaiting onboarding completion
2020-02-11 16:47:30 -06:00
Kevin Froman
26ddee54ce
work on mail settings
2020-02-10 08:01:49 -06:00
Kevin Froman
dee531fd51
added license info to boxprint
2020-02-08 17:07:39 -06:00
Kevin Froman
982ac88a72
print tor startup progress to term
2020-02-08 04:24:19 -06:00
Kevin Froman
572e29f5d5
bumped network version and main version, lots of test work and some stability improvements
2020-02-08 03:34:11 -06:00
Kevin Froman
e77d422fc2
fix main init formatting
2020-02-06 16:00:19 -06:00
Kevin Froman
b8c288259b
fix keymanager formatting
2020-02-06 16:00:06 -06:00
Kevin Froman
2319ff8344
added config option to shred log file on exit
2020-02-06 04:11:39 -06:00
Kevin Froman
7c7e5de091
do not allow restart on windows
2020-02-06 00:54:49 -06:00
Kevin Froman
3456fae533
added site lister
2020-02-05 01:49:24 -06:00
Kevin Froman
c8f0427f45
make data dir readable only by user by default, make no dep release
2020-02-04 18:07:03 -06:00
Kevin Froman
b305380447
protect data dir by default
2020-02-04 16:58:24 -06:00
Kevin Froman
d91480104b
handle more sec levels in ui stats
2020-02-04 15:42:08 -06:00
Kevin Froman
52e3600ae1
bump version
2020-02-04 14:55:56 -06:00
Kevin Froman
fe36b87c57
fix notifier formatting
2020-02-04 14:18:20 -06:00
Kevin Froman
8e1eaa2b42
updated readme
2020-02-04 00:59:52 -06:00
Kevin Froman
b86eb821ce
clean up onboarding handler
2020-02-03 21:49:21 -06:00
Kevin Froman
68074d4dd8
moving to release with better settings and onboarding
2020-02-03 20:08:06 -06:00