Onionr/src/onionrcommands
Kevin F 180116a55d Fix killdaemon logging 2022-12-02 21:19:42 +00:00
..
daemonlaunch Fix killdaemon logging 2022-12-02 21:19:42 +00:00
parser Added identity generation 2022-10-22 06:22:29 +00: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
resetplugins.py Removed crappy logger and replaced it with a sane built in logging logger 2022-09-27 17:21:00 +00:00
version.py Removed crappy logger and replaced it with a sane built in logging logger 2022-09-27 17:21:00 +00: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