Kevin
3f13cd84ea
* Do not print border around quotes when the terminal is small
2020-06-29 02:30:37 -05:00
Kevin
25485e6aa4
* Revert back to hiding blocks even when we have no outgoing connections
...
* ensure that block is hidden in public list in insert test
2020-06-29 02:29:55 -05:00
Kevin
1aa707cea5
Do not run LANserver runtime test if we are not on an appropriate LAN (such as VMs/VPS)
2020-06-29 02:28:50 -05:00
Kevin
049956544e
improve upload error log messages
2020-06-28 04:18:00 -05:00
Kevin
7f8e63f19b
keep trying to connect to new peers eagerly if we have no outgoing connections
2020-06-28 04:17:45 -05:00
Kevin
6738eaf222
don't hide uploaded blocks if we have no peers
2020-06-28 04:16:55 -05:00
Kevin
0d58d57467
add line break to a quote
2020-06-28 04:15:58 -05:00
Kevin
27adbbb199
swap spock for snowden in quotes
2020-06-27 18:05:53 -05:00
Kevin
e9bbd38aab
improve verifypow error message info to show affected block
2020-06-27 18:05:39 -05:00
Kevin
cc41ad793e
correct gettortransport endpoint tor config reading to use int and not bool
2020-06-27 18:05:04 -05:00
Kevin
b878faeb4c
fix bug where onionr would complain while restarting about not being able to start
2020-06-27 18:03:20 -05:00
Kevin
ee28aba792
do not bind to lan if there is no lan
2020-06-25 23:44:39 -05:00
Kevin
1aea6c3362
don't show tor transport box if there is none
2020-06-25 03:29:27 -05:00
Kevin
1bf365aff4
disable lan if there is a local threat (sec level >=3)
2020-06-25 03:28:59 -05:00
Kevin
8d33e1a188
added sqlite3 check for weird python setups
2020-06-23 04:16:40 -05:00
Kevin
6c75c525d2
added gettoraddress private endpoint
2020-06-21 17:54:30 -05:00
Kevin
7d8c3f75e4
fix formatting in httpapi security
2020-06-21 15:48:00 -05:00
Kevin Froman
a24c87c5b0
fix lan server test for real this time
2020-06-21 14:23:46 -05:00
Kevin
34416c07fe
made particles more efficient, finished basic blocks feed
2020-06-21 02:27:55 -05:00
Kevin
c81df9093d
added particles and some code for recent block listing
2020-06-20 05:31:51 -05:00
Kevin
c9a6769be7
fix lan server test not using raw
2020-06-19 01:29:47 -05:00
Kevin
7205189d62
make lan server test only a few ports, add run time test grace period in service detection attack prevetion mechanism
2020-06-19 01:08:39 -05:00
Kevin
5751468e8a
remove deprecated POW
2020-06-19 00:55:37 -05:00
Kevin
eeab5ef2c2
basic lan syncing support is done
2020-06-19 00:55:13 -05:00
Kevin
bae8b38f08
handle ping missed in lan connecting
2020-06-17 00:53:33 -05:00
Kevin
c0b72f9007
handle ping missed in lan connecting
2020-06-17 00:42:40 -05:00
Kevin
1f2c116b4b
handle ping missed in lan connecting
2020-06-17 00:37:11 -05:00
Kevin
5b9bb2e5e2
made lan port identification faster
2020-06-17 00:29:03 -05:00
Kevin
1e76990d1e
made lan port identification faster
2020-06-17 00:00:52 -05:00
Kevin
0c7afa89f1
fix setup_online_mode in daemon launch
2020-06-16 02:12:05 -05:00
Kevin
a10a32fafb
improved documentation + refactored daemonlaunch
2020-06-14 19:08:17 -05:00
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