Commit Graph

63 Commits

Author SHA1 Message Date
Kevin Froman
0d9e72eccd work on chat 2019-08-16 17:40:17 -05:00
Kevin Froman
bb6ce10985 Added thread call to create client service from web interface endpoint
made create_client in onionrservices static
2019-08-16 16:28:54 -05:00
Kevin Froman
602bc62897 work on chat 2019-08-16 15:41:56 -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
3c6cbca0ac added loading whitelisted endpoints from plugins 2019-08-14 18:44:29 -05:00
Kevin Froman
e86f154522 * prevent the same message from being inserted at the same time in the http api
* bumped toomanyobjs
* correct pysocks raise
fixes #34
2019-08-13 17:28:53 -05:00
Kevin Froman
26b0a05d66 * uploads now only remove from upload queue on 'exists' for efficiency-security trade off
fixes #26
2019-08-11 23:00:08 -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
ae435bd5f9 limit log file line count 2019-08-06 21:50:15 -05:00
Kevin Froman
bd5b6a1802 do not update address databases on every request 2019-08-06 16:19:26 -05:00
Kevin Froman
2bc908deb6 progress removing onionr.py 2019-08-05 12:57:25 -05:00
Kevin Froman
6bf8bb1db6 progress removing onionr.py 2019-08-05 11:30:19 -05:00
Kevin Froman
cbe10f914a progress removing onionr.py 2019-08-05 00:25:27 -05:00
Kevin Froman
705962e9e7 progress removing onionr.py 2019-08-04 23:08:56 -05:00
Kevin Froman
aea32bd1bc progress removing onionr.py 2019-08-03 23:52:57 -05:00
Kevin Froman
a6fec9eefb progress removing onionr.py 2019-08-02 18:00:04 -05:00
Kevin Froman
453e8588c5 progress removing onionr.py 2019-07-30 00:19:22 -05:00
Kevin Froman
7514fd5228 work on chat 2019-07-27 16:56:06 -05:00
Kevin Froman
b24c683f5f work on chat 2019-07-27 02:29:16 -05:00
Kevin Froman
147ae953db progress in removing core 2019-07-24 13:10:37 -05:00
Kevin Froman
3097407774 progress in removing core 2019-07-24 12:22:19 -05:00
Kevin Froman
274505a51f progress in removing core 2019-07-24 11:32:23 -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
50a8e8958a progress in removing core 2019-07-20 19:29:08 -05:00
Kevin Froman
e1676ef168 progress in removing core 2019-07-19 19:01:16 -05:00
Kevin Froman
08d3e3a231 progress in removing core 2019-07-18 23:59:44 -05:00
Kevin Froman
dbbefafd19 progress in removing core 2019-07-18 18:07:18 -05:00
Kevin Froman
1775b96a04 progress in removing core 2019-07-18 12:40:48 -05:00
Kevin Froman
8163292ed9 progress in removing onionr core 2019-07-17 17:41:33 -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
b008616636 fixed flask's nonsense with relative dirs 2019-07-12 13:47:50 -05:00
Kevin Froman
bcc475dc61 refactor downloadblocks, removed old main.js, correct replay protection check 2019-07-03 21:28:16 -05:00
Kevin Froman
873740c5ad reject large requests 2019-07-02 21:50:22 -05:00
Kevin Froman
98fcd9d139 fixed duplicate upload namespace 2019-07-02 19:43:18 -05:00
Kevin Froman
4538a7e470 undo replace mistake 2019-07-02 19:35:59 -05:00
KF
0e2928db38 * refactored client api endpoints to their own file and class 2019-07-02 18:16:04 -05:00
KF
2f07b2d00e * fixed some mail elements for bulma redesign
* added dll, exe to .gitignore
* fixed some miscpublicapi endpoints httpapi calls
2019-07-02 17:34:26 -05:00
Kevin Froman
10ef9ce41b refactored api servers, especially the public server. Client server to recieve similar refactoring soon 2019-07-02 01:32:26 -05:00
Kevin Froman
54dabefe45 incomplete work on refactoring client api endpoints 2019-07-01 15:38:55 -05:00
Kevin Froman
02c71eab2f * fixed fd handler probably
* fixed security level in ui redesign
* moved client api insertblock to its own blueprint
2019-06-29 15:17:48 -05:00
Kevin Froman
683aaa3978 added boilerplates 2019-06-26 15:13:36 -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
Kevin Froman
d378340099 * further splitting onionrutils into a module 2019-06-23 12:41:07 -05:00
Kevin Froman
8082570b7f * bumped nacl and unpaddedbase32 verison
* added/improved support for unpaddedbase32 keys
* greatly improved home UI and mail
* deniable blocks shouldnt use forward secrecy anymore
* dont add yourself as a contact
2019-06-19 01:57:13 -05:00
Kevin Froman
71805811cf corrected permissions again 2019-06-16 13:20:54 -05:00