Onionr/onionr/onionrcommands
Kevin Froman a7a5f88142 added restart command 2019-09-20 11:25:12 -05:00
..
parser added restart command 2019-09-20 11:25:12 -05:00
README.md corrected permissions again 2019-06-16 13:20:54 -05:00
__init__.py progress removing onionr.py 2019-08-05 18:09:04 -05:00
banblocks.py readded command help support 2019-08-29 17:17:47 -05:00
daemonlaunch.py improved typing for communicatortimes, give api threads a name 2019-09-12 14:50:06 -05:00
exportblocks.py fixed broken random IP binding and Improved Onionr code safety 2019-09-08 19:21:36 -05:00
filecommands.py onionr can now run from relative dirs and lots of bug fixes 2019-09-10 01:05:59 -05:00
keyadders.py progress removing onionr.py 2019-08-05 18:09:04 -05:00
onionrstatistics.py switched to bip39 from pgp word list 2019-09-06 15:09:39 -05:00
openwebinterface.py progress removing onionr.py 2019-08-04 23:08:56 -05:00
pubkeymanager.py added vanity address support 2019-09-09 03:52:40 -05:00
resetplugins.py fix resetplugins 2019-09-08 14:23:27 -05:00
resettor.py added command to reset tor transport 2019-09-01 04:13:46 -05:00
restartonionr.py added restart command 2019-09-20 11:25:12 -05:00
softreset.py fix filenotfound error in softreset, added softreset event 2019-09-20 09:47:14 -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

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