Onionr/src/onionrcommands
Kevin Froman 572e29f5d5 bumped network version and main version, lots of test work and some stability improvements 2020-02-08 03:34:11 -06:00
..
daemonlaunch Add missing import in daemon launch 2020-02-02 19:16:30 -06:00
parser added config option to shred log file on exit 2020-02-06 04:11:39 -06:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
banblocks.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
exportblocks.py bumped network version and main version, lots of test work and some stability improvements 2020-02-08 03:34:11 -06:00
filecommands.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
keyadders.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
listsites.py added site lister 2020-02-05 01:49:24 -06:00
motdcreator.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
onionrstatistics.py remove signed stats from stats command 2020-01-29 20:20:02 -06:00
openwebinterface.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
pubkeymanager.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
resetplugins.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
resettor.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00
restartonionr.py do not allow restart on windows 2020-02-06 00:54:49 -06:00
runtimetestcmd.py + now require runtime tests to generate unittest result that is somewhat fresh 2020-01-29 22:56:47 -06:00
sitecreator.py add gzip to exec bigbrother for sites and fix passphase print in site creator 2020-01-29 15:44:44 -06:00
softreset.py delete disk usage file after soft reset 2020-01-19 21:05:55 -06:00
togglebootstrap.py added toggle bootstrap command 2019-12-29 11:21:18 -06:00
version.py * Refactored onionrcommands py to be linting compliant (started using mypy) 2019-12-19 20:46:11 -06:00

README.md

onionrcommands

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

Files

parser/: Registers and handles Onionr CLI commands

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