Commit Graph

52 Commits

Author SHA1 Message Date
Kevin Froman 1a856c365f work on sockets, added profile setter script 2018-09-25 23:58:11 -05:00
Kevin Froman 70e2ccbc0a work on sockets 2018-09-22 20:21:39 -05:00
Kevin Froman 4e8f7e2761 work on sockets 2018-09-20 23:47:40 -05:00
Kevin Froman 2164ded679 work on sockets 2018-09-20 12:15:08 -05:00
Kevin Froman 557afb8d9a a lot of work on sockets, and added chat module 2018-09-19 23:36:59 -05:00
Kevin Froman f8b10cfe12 a lot of work on sockets, and added chat module 2018-09-19 23:35:26 -05:00
Kevin Froman 620897a2eb work on sockets 2018-09-15 11:13:03 -05:00
Kevin Froman d80e72d18c
work on sockets 2018-09-14 23:48:48 -05:00
Kevin Froman e0fbe2033e
work on sockets 2018-09-14 20:05:25 -05:00
Kevin Froman ee2a74380b
work on metadata, forward secrecy, and starting on sockets 2018-09-13 12:26:22 -05:00
Kevin Froman c4dcd89dfe
+ added methods to import and select new forward secrecy keys 2018-09-11 21:58:51 -05:00
Kevin Froman d151e0d302 work on forward secrecy 2018-09-11 14:45:06 -05:00
Kevin Froman ce2423e6d9
* moved metadata processor to its own module
* improved some comments
* removed defunct utils functions
2018-09-10 00:02:28 -05:00
Kevin Froman 151b12424c work on block processing module 2018-09-09 00:12:41 -05:00
Kevin Froman 67be0bebc2
added tor control and stem 2018-09-04 23:06:17 -05:00
Kevin Froman cf37823fd7
removed board plugin for now, added getfile command 2018-09-04 13:56:05 -05:00
Kevin Froman c1d4040807 better catch tkinter import 2018-09-03 22:38:08 -05:00
Kevin Froman 0050b60f1a better catch tkinter import 2018-09-03 22:30:15 -05:00
Kevin Froman da3e0fdc4e better catch tkinter import 2018-09-03 22:28:56 -05:00
Kevin Froman 6b33749b37
adding board plugin 2018-09-02 15:19:27 -05:00
Kevin Froman 8cbc16224d work on cliui 2018-09-02 15:18:53 -05:00
Kevin Froman 083003191f work on cliui 2018-09-01 23:55:24 -05:00
Kevin Froman c142ab770a work on cliui 2018-09-01 21:59:03 -05:00
Kevin 9fd985ea49 work on the cliui 2018-09-01 15:38:44 -05:00
Kevin 1203bb2b7a * Adjusted connect configuration
* work on cli-ui
2018-08-31 22:29:57 -05:00
Kevin Froman 716fb7335c
removed debug statements 2018-08-29 23:49:28 -05:00
Kevin Froman f4cc1a6f8f
updated dockerfile, fixed bug in showing name in mail 2018-08-28 22:02:32 -05:00
Kevin Froman c0c0f838b6 better user info syncing and show names in mail 2018-08-28 20:09:27 -05:00
Kevin Froman c907558dd1
more work on user info 2018-08-27 23:45:31 -05:00
Kevin Froman 0f8581b399
fixed crash in mail 2018-08-18 14:38:15 -05:00
Kevin Froman 9655bfd872
* do not reinsert blocks
* warn mail about bad sigs
2018-08-17 23:42:30 -05:00
Kevin Froman cfbc834eb5
* fixed locale issue in docker
* fixed uploaded blocks not saving type properly
2018-08-17 16:50:16 -05:00
Kevin Froman 3b04771eb7
finished inbox and signature validation for private messages 2018-07-19 02:08:51 -05:00
Kevin Froman 732fe70ff4 Merge branch 'refactoring2' into new-pm 2018-07-18 02:36:40 -05:00
Kevin Froman 2a4cef68f8
* onionrblockapi supports pubkey encryption now
* can now read messages in mail plugin
2018-07-18 02:33:23 -05:00
Arinerron 40341b1dc3 Misc updates 2018-07-17 21:45:51 -07:00
Kevin Froman 7390945ebf
work on mail plugin inbox 2018-07-17 02:18:17 -05:00
Kevin Froman f432d9193e
+ implemented some menus and message drafting in pm plugin
* prevent block types from being too large in metadata processing
2018-07-16 02:40:58 -05:00
Kevin Froman f42d308b2b
- removed gui for now
* work on new pm plugin
2018-07-13 21:43:03 -05:00
Kevin Froman db203290dd
handle keyboardinterrupt better in flow 2018-07-12 18:23:58 -05:00
Kevin Froman 865bc94ccb
+ flow plugin is now working
+ added escapeAnsi function to utils
2018-07-12 02:37:10 -05:00
Kevin Froman f918ae9b9c
started work on flow plugin 2018-07-11 02:35:22 -05:00
Arinerron 8846dcc2c6
See details
- Completes support for repositories
  - `./RUN-LINUX.sh create-repository [plugins...]`
  - `./RUN-LINUX.sh add-repository <block hash>`
  - `./RUN-LINUX.sh remove-repository <block hash>`
- Fixes several misc bugs
- Refactors code
  - Some messy code was rewritten
  - Variables renamed
  - Migrated old block api (insertBlock) to new Block API (onionrblockapi)
  - Kept to standards
  - Made code more reusable in `onionrproofs.py`
- Improves logging messages
  - Added error output for some features missing it
  - Capitalized sentences
  - Added punctuation where it is missing
  - Switched `logger.info` and `logger.debug` in a few places, where it is logical
  - Removed or added timestamps depending on the circumstance
- Added a few misc features
  - Added command aliases for `add-file` and `import-blocks`
  - Improved statistics menu
    - Displays `Known Block Count`
    - Calculates and displays `Percent Blocks Signed`
2018-05-31 21:25:28 -07:00
Arinerron a232e663a7
Change pluginmanager to dependency 2018-05-19 15:52:24 -07:00
Arinerron 30f617c83e
Update plugins to use new Block API 2018-05-15 20:08:42 -07:00
Arinerron e95feb06db
Work on block api, finish later 2018-05-14 23:43:29 -07:00
Arinerron 93338e3fb9
Add repository support 2018-05-14 23:16:55 -07:00
Arinerron 15d0e7c6fd
Fix small bug with description and authors 2018-05-13 21:19:33 -07:00
Arinerron b1e9e61430
Make pluginmanager functional 2018-05-13 21:11:31 -07:00
Arinerron f0e842eae4
Fix positional argument bug 2018-05-12 23:37:47 -07:00