Onionr/onionr/onionrcommands
Kevin Froman 6cc01fa240 boiler plate and bug fixes 2019-11-15 22:18:38 -06:00
..
parser sites now support multi pages 2019-11-11 23:32:18 -06:00
README.md merged plugin related py files into one folder/module 2019-09-21 17:45:46 -05:00
__init__.py progress removing onionr.py 2019-08-05 18:09:04 -05:00
banblocks.py * improved friend removal 2019-10-13 20:13:00 -05:00
daemonlaunch.py fix forking duplicating processes on shutdown and breaking on windows 2019-11-01 13:35:28 -05:00
exportblocks.py added more help messages 2019-09-21 00:06:49 -05:00
filecommands.py remove no longer needed base64 on file sharing 2019-10-29 02:12:30 -05:00
keyadders.py added more help messages 2019-09-21 00:06:49 -05:00
motdcreator.py added motd system, reworked handling of bytes in signatures 2019-10-07 21:32:33 -05:00
onionrstatistics.py added deleted blocks to statistics command 2019-11-09 20:30:07 -06:00
openwebinterface.py added url command 2019-09-29 22:03:55 -05:00
pubkeymanager.py bug fixes for tor and lock files 2019-10-08 17:26:44 -05:00
resetplugins.py added more help messages 2019-09-21 00:06:49 -05:00
resettor.py correct resettor help message 2019-10-09 22:31:40 -05:00
restartonionr.py boiler plate and bug fixes 2019-11-15 22:18:38 -06:00
runtimetestcmd.py added run time test framework 2019-09-26 02:43:03 -05:00
sitecreator.py ensure bootstrap is always added if enabled, work on site creator 2019-11-05 05:33:14 -06:00
softreset.py merged plugin related py files into one folder/module 2019-09-21 17:45:46 -05:00
version.py +added python info to version command 2019-09-19 18:43:06 -05: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