Kevin Froman
|
0b2658374b
|
Added/corrected timeouts for sqlite3 database connections
Bumped mail plugin patch version for sqlite3 timeout change
Code formatting corrections
|
2020-08-16 19:52:50 -05:00 |
|
Kevin Froman
|
c9af24392d
|
Fix netutils formatting
|
2020-08-12 17:30:12 -05:00 |
|
Kevin Froman
|
96af4e8db0
|
Fixed some broken things from communicator decoupling
|
2020-08-08 12:38:14 -05:00 |
|
Kevin
|
4cf17ffe62
|
work on removing communicator
|
2020-07-30 20:15:36 -05:00 |
|
Kevin
|
5bde99967b
|
Moved all communicator ext vars to KV
|
2020-07-29 04:32:09 -05:00 |
|
Kevin
|
f28d469e56
|
Moved all communicator ext vars to KV
|
2020-07-29 03:57:06 -05:00 |
|
Kevin
|
080f33bf1f
|
More decoupling, removed unnecessary announceCache
|
2020-07-26 21:45:17 -05:00 |
|
Kevin
|
fad5e8547e
|
Moved cooldownPeer to KV to further reduce coupling
|
2020-07-26 19:15:26 -05:00 |
|
Kevin
|
dde10b7005
|
Moved offllinePeers to KV to further reduce coupling
|
2020-07-26 19:12:52 -05:00 |
|
Kevin
|
10c1cd7803
|
Moved blocksToUpload to KV to further reduce coupling
|
2020-07-26 19:02:39 -05:00 |
|
Kevin
|
97a5f50271
|
Moved dbTimestamps and newPeers to KV for more decoupling
|
2020-07-26 15:49:34 -05:00 |
|
Kevin
|
e00d41f8a9
|
Moved onlinePeers and announceCache to kv for more decoupling
|
2020-07-26 15:26:15 -05:00 |
|
Kevin
|
6a6718c9fd
|
Moved onlinePeers to KV to further reduce coupling
|
2020-07-25 22:28:32 -05:00 |
|
Kevin
|
0e4e7bb050
|
Moved communicator shutdown over to KV model for more decoupling
|
2020-07-25 21:36:48 -05:00 |
|
Kevin
|
6ecb62356a
|
Moved blockQueue to DSKV singleton as part of communicator decoupling
|
2020-07-24 14:37:01 -05:00 |
|
Kevin
|
47013431d2
|
Removed use of communicator's storagecounter to reduce coupling
|
2020-07-24 03:27:42 -05:00 |
|
Kevin
|
9fc741106a
|
made localcommand pep8 compliant
|
2020-07-17 13:49:18 -05:00 |
|
Kevin
|
782c980b69
|
formatting and comment improvements, cleanup
|
2020-07-07 09:11:30 -05:00 |
|
Kevin
|
d6422801a2
|
don't set lookupblocks timestamp unless they actually have new blocks
|
2020-06-30 17:09:18 -05:00 |
|
Kevin
|
63e676ed6f
|
cleanup lookupblocks
|
2020-06-30 17:08:32 -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
|
a10a32fafb
|
improved documentation + refactored daemonlaunch
|
2020-06-14 19:08:17 -05:00 |
|
Kevin Froman
|
62b4f5eb0e
|
Removed support for v2 onions
|
2020-03-26 03:48:57 -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
|
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
|
862c6f2ea4
|
work on mail settings
|
2020-02-25 20:30:04 -06:00 |
|
Kevin Froman
|
b8348be65a
|
now avoid looking up older than allowed blocks
|
2020-02-23 02:12:13 -06:00 |
|
Kevin Froman
|
d4dd964069
|
don't restart tor unless its our own
|
2020-02-02 19:07:48 -06:00 |
|
Kevin Froman
|
d0bdeca7c4
|
fixed hide blocks being broken in some cases
|
2020-01-30 00:54:43 -06:00 |
|
Kevin Froman
|
0059c91b06
|
use fp symbol instead, merge master changes before merging back to improve circles
|
2020-01-28 00:29:20 -06:00 |
|
Kevin Froman
|
3aeb305994
|
disable pool for mixing and announce node sooner after start
|
2020-01-19 21:10:01 -06:00 |
|
Kevin Froman
|
c7bbd054e4
|
make deniable blocks larger on average
|
2020-01-19 21:06:22 -06:00 |
|
Kevin Froman
|
7db8193bf6
|
remove POW for annoncements
|
2020-01-19 21:02:04 -06:00 |
|
Kevin Froman
|
1c6893e297
|
fix variable misspelling when clearing wait for share session
|
2020-01-15 00:26:10 -06:00 |
|
Kevin Froman
|
88fe605762
|
finish up removing daemon queue, migrate shutdown to event system
|
2020-01-06 18:25:51 -06:00 |
|
Kevin Froman
|
a801960179
|
moved all but shutdown over to new daemon events system
|
2020-01-06 06:09:33 -06:00 |
|
Kevin Froman
|
c975d27906
|
switched to upload event api
|
2020-01-04 06:13:10 -06:00 |
|
Kevin Froman
|
1ba8b4c707
|
* fleshed out daemon events; also is now used for insertion queue removal
* deprecated daemon queue and removed unused daemon queue commands
|
2020-01-03 04:26:36 -06:00 |
|
Kevin Froman
|
01f9b9b470
|
work on block insertion mixing
|
2019-12-27 01:53:18 -06:00 |
|
Kevin Froman
|
87ea8d137b
|
minor bug fixes and linting improvements
|
2019-12-23 01:51:24 -06:00 |
|
Kevin Froman
|
9329b07e3b
|
added mixmate to improve base routing
|
2019-12-22 13:42:10 -06:00 |
|
Kevin Froman
|
e5f3866f9e
|
linting refactoring communicator(utils) and reduced TOCTOU issus with online peer picking
|
2019-12-20 01:24:38 -06:00 |
|
Kevin Froman
|
f42e777408
|
make network check obey offline mode
|
2019-12-18 04:03:55 -06:00 |
|
Kevin Froman
|
abe1dde57e
|
pep8 refactor netcheck
|
2019-12-18 04:03:26 -06:00 |
|
Kevin Froman
|
ee5f4409af
|
work on onboarding and pep8 compliance. re-worded about
|
2019-11-26 18:01:32 -06:00 |
|
Kevin Froman
|
720efe4fca
|
renamed onionr dir and bugfixes/linting progress
|
2019-11-21 02:23:58 -06:00 |
|