Onionr/onionr/onionrcommands
Arinerron 39ac87b6ad
Improve logging, mostly
2019-07-06 12:54:52 -07:00
..
README.md corrected permissions again 2019-06-16 13:20:54 -05:00
__init__.py Improve logging, mostly 2019-07-06 12:54:52 -07:00
banblocks.py OnionrUtils fully removed (but not fully bug free) 2019-06-25 18:07:35 -05:00
daemonlaunch.py Finished removing onionrutils for the most part, except for some possible bugs remaining 2019-06-25 19:15:04 -05:00
exportblocks.py OnionrUtils fully removed (but not fully bug free) 2019-06-25 18:07:35 -05:00
filecommands.py OnionrUtils fully removed (but not fully bug free) 2019-06-25 18:07:35 -05:00
keyadders.py more progress in removing onionrutils class 2019-06-25 03:21:36 -05:00
onionrstatistics.py + added optimization check 2019-06-27 01:36:52 -05:00
openwebinterface.py * further splitting onionrutils into a module 2019-06-23 12:41:07 -05:00
plugincommands.py log to terminal again in places where it should 2019-06-19 19:59:05 -05:00
pubkeymanager.py do not show traceback when adding existing determiistic key 2019-06-26 14:54:13 -05:00
resettor.py * further splitting onionrutils into a module 2019-06-23 12:41:07 -05:00

README.md

onionrcommands

This module contains handlers/functions for Onionr cli interface commands.

Files

init.py: stores the command references (aside from plugins) and help info.

banblocks.py: command handler for manually removing blocks from one's node

daemonlaunch.py: command to run Onionr (start the api servers, tor and communicator)

exportblocks.py: command to export an onionr block to the export folder. Exported blocks can be manually shared outside of the Onionr network

filecommands.py commands to insert and fetch files from the Onionr network

keyadders.py: commands to add an onionr user key or transport address

onionrstatistics.py: commands to print out various information about one's Onionr node

openwebinterface.py: command to open the web interface (useful because it requires a randomly generated token)

plugincommands.py: commands to enable/disable/reload plugins

pubkeymanager.py: commands to generate a new onionr user id, change the active id, or add/remove/list friends

resettor.py: command to delete the Tor data directory