Kevin Froman
49ecffb245
use database timeout in hasblock
2019-10-29 00:44:11 -05:00
Kevin Froman
63fced9cff
* improved friend removal
...
* made restart more reliable
* fixed banblock not deleting blocks
* somewhat fixed friend endpoints not working with niceware keys
* started working on adjusting mail interface to use div instead of inputs
2019-10-13 20:13:00 -05:00
Kevin Froman
e2832afacb
fixed friends
2019-10-04 17:12:07 -05:00
Kevin Froman
215c8d2c3a
added dark mode
2019-10-04 16:49:35 -05:00
Kevin Froman
48e956c27c
moved to niceware from mnemonic
2019-09-29 21:14:43 -05:00
Kevin Froman
b077f72e5f
work on site finder and fixed friend adding
2019-09-29 15:48:21 -05:00
Kevin Froman
60f0ef0fef
added option to disable plaintext blocks
2019-09-27 20:38:47 -05:00
Kevin Froman
e4df34ef29
moved dbcreator to onionrsetup
2019-09-23 14:48:35 -05:00
Kevin Froman
0d4ab54ceb
fixed plugins import onionrblocksapi unnecessary
2019-09-22 03:28:38 -05:00
Kevin Froman
edd9bf6d3b
moved block related files to onionrblocks
2019-09-21 18:49:24 -05:00
Kevin Froman
e49f311192
merged plugin related py files into one folder/module
2019-09-21 17:45:46 -05:00
Kevin Froman
586ce58894
added more help messages
2019-09-21 00:06:49 -05:00
Kevin Froman
0405eda30e
+added python info to version command
...
+uploads now have sessions
2019-09-19 18:43:06 -05:00
Kevin Froman
48f111021b
fixed uploads with bytes
2019-09-12 10:54:36 -05:00
Kevin Froman
63b32f98df
block data portion now pure bytes when encrypted (barely tested), and improved config testing
2019-09-10 15:25:50 -05:00
Kevin Froman
57791c34a5
fixed broken random IP binding and Improved Onionr code safety
2019-09-08 19:21:36 -05:00
Kevin Froman
50e2efee32
set idstrings async, validate sig on plaintext blocks before save, and change to returning unpadded key from API
2019-09-06 17:22:33 -05:00
Kevin Froman
ddcb1e39e3
switched to bip39 from pgp word list
2019-09-06 15:09:39 -05:00
Kevin Froman
170cca9620
misc work on webui
2019-09-04 01:20:11 -05:00
KF
8549b79ac9
remove headers for onionr clients
2019-08-28 18:33:28 -05:00
Kevin Froman
dd87ad8999
encryptType no longer set when encryption not used
2019-08-27 03:47:22 -05:00
Kevin Froman
d8af21ab16
* started endpoint for non-app specific control of direct connections
...
* fixed signature bugs in direct connections and forward secrecy
* removed chain and parent stuff from onionrblocks
2019-08-15 03:36:05 -05:00
Kevin Froman
bf6bbd3024
added forgotten imports in blockmetadata
2019-08-09 23:18:30 -05:00
Kevin Froman
75ec108496
improved network stability by having automatic tor restarts
2019-08-09 20:04:56 -05:00
Kevin Froman
daff149acc
refactoring
2019-08-09 15:41:27 -05:00
Kevin Froman
7c02f6fff1
* refactored blockmetadata
...
* be more careful with block type length
+ work on chat
2019-08-09 15:07:32 -05:00
Kevin Froman
aea32bd1bc
progress removing onionr.py
2019-08-03 23:52:57 -05:00
Kevin Froman
453e8588c5
progress removing onionr.py
2019-07-30 00:19:22 -05:00
Kevin Froman
faf85c10d2
fixed importer
2019-07-26 21:42:55 -05:00
Kevin Froman
a74f2c5051
progress in removing core
2019-07-22 00:24:42 -05:00
Kevin Froman
26c3b519c7
progress in removing core
2019-07-21 21:23:22 -05:00
Kevin Froman
4025983ca7
progress in removing core
2019-07-21 11:15:20 -05:00
Kevin Froman
e7c8c93dab
progress in removing core
2019-07-20 10:52:03 -05:00
Kevin Froman
348ec1081f
progress in removing core
2019-07-20 01:02:30 -05:00
Kevin Froman
e1676ef168
progress in removing core
2019-07-19 19:01:16 -05:00
Kevin Froman
e12781a49d
progress in removing core
2019-07-19 14:49:56 -05:00
Kevin Froman
1775b96a04
progress in removing core
2019-07-18 12:40:48 -05:00
Kevin Froman
e69c8dbb60
progress in removing core
2019-07-18 00:11:52 -05:00
Kevin Froman
bf8a9c4f27
refactoring core databases to not use core anymore
2019-07-17 11:58:40 -05:00
Kevin Froman
000538ddc8
fixes in board, refactoring core databases to not use core anymore
2019-07-17 11:25:29 -05:00
Kevin Froman
be318f2403
punish peers for overloading get responses
2019-07-10 02:29:05 -05:00
Kevin Froman
b822a74c53
based block size protection added
2019-07-09 01:25:20 -05:00
Kevin Froman
bb5378ec4c
fix importblocks metadata call not having core inst
2019-06-28 16:10:29 -05:00
Kevin Froman
a27a5e5a45
added support for 0-truncated hashes in stringvalidators, added test for hash validation
2019-06-28 00:00:38 -05:00
Kevin Froman
683aaa3978
added boilerplates
2019-06-26 15:13:36 -05:00
Kevin Froman
c8a50c5956
fixed broken waitforshare
2019-06-25 23:48:24 -05:00
Kevin Froman
0b34951423
redo new logging
2019-06-25 19:33:55 -05:00
Kevin Froman
122eb4ee5f
Finished removing onionrutils for the most part, except for some possible bugs remaining
2019-06-25 19:15:04 -05:00
Kevin Froman
c7e06205b7
OnionrUtils fully removed (but not fully bug free)
...
flow now uses daemon thread for displaying output
2019-06-25 18:07:35 -05:00
Kevin Froman
909c002dc4
more progress in removing onionrutils class
2019-06-25 03:21:36 -05:00