Onionr/onionr/onionrcommands
Kevin Froman 8082570b7f * bumped nacl and unpaddedbase32 verison
* added/improved support for unpaddedbase32 keys
* greatly improved home UI and mail
* deniable blocks shouldnt use forward secrecy anymore
* dont add yourself as a contact
2019-06-19 01:57:13 -05:00
..
README.md corrected permissions again 2019-06-16 13:20:54 -05:00
__init__.py corrected permissions again 2019-06-16 13:20:54 -05:00
banblocks.py corrected permissions again 2019-06-16 13:20:54 -05:00
daemonlaunch.py corrected permissions again 2019-06-16 13:20:54 -05:00
exportblocks.py corrected permissions again 2019-06-16 13:20:54 -05:00
filecommands.py corrected permissions again 2019-06-16 13:20:54 -05:00
keyadders.py corrected permissions again 2019-06-16 13:20:54 -05:00
onionrstatistics.py + added hit count stat 2019-06-16 17:34:43 -05:00
openwebinterface.py - removed defunct config option 2019-06-16 15:56:22 -05:00
plugincommands.py corrected permissions again 2019-06-16 13:20:54 -05:00
pubkeymanager.py * bumped nacl and unpaddedbase32 verison 2019-06-19 01:57:13 -05:00
resettor.py corrected permissions again 2019-06-16 13:20:54 -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