Onionr/onionr/onionrcommands
KF 5e73f83c57 + added powchoice.py to use old pow on windows, temporary fix for subprocess method not working there
* various bug fixes
2019-06-14 20:31:01 -05:00
..
README.md + added tor data deletion command 2019-06-14 13:02:02 -05:00
__init__.py + added tor data deletion command 2019-06-14 13:02:02 -05:00
banblocks.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
daemonlaunch.py + added powchoice.py to use old pow on windows, temporary fix for subprocess method not working there 2019-06-14 20:31:01 -05:00
exportblocks.py refactored onionr commands and other small adjustments 2019-06-01 11:54:36 -05:00
filecommands.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
keyadders.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
onionrstatistics.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
openwebinterface.py + added powchoice.py to use old pow on windows, temporary fix for subprocess method not working there 2019-06-14 20:31:01 -05:00
plugincommands.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
pubkeymanager.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
resettor.py + added tor data deletion command 2019-06-14 13:02:02 -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