Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

Undocumented Commands

Open ghost opened this issue 7 years ago • 4 comments

Non-Admin Commands:

  • announcerInfo - no params
  • ping - sends pong to zite
  • siteReload inner_path
  • dirList inner_path - Lists directories in a directory

Admin Commands:

  • serverGetWrapperNonce - Create a new wrapper nonce that allows to load html file
  • announcerStats
  • permissionAdd permission
  • permissionRemove permission
  • permissionDetails permission
  • siteList connecting_sites=false - List all site info
  • siteAdd address
  • siteSetLimit size_limit
  • userGetGlobalSettings
  • userSetGlobalSettings settings
  • serverShowdirectory directory="backup", inner_path

Async Commands:

  • fileGet
  • fileList
  • dirList
  • fileNeed

ghost avatar Oct 29 '18 12:10 ghost

Also, the certSelect command has another parameter called accept_any which is default to False.

ghost avatar Oct 29 '18 13:10 ghost

And the command to retrieve privatekeys from an given master seed

danimesq avatar Nov 02 '18 16:11 danimesq

I have added / fixed the outdated public commands: https://github.com/HelloZeroNet/Documentation/commit/ab6095275d69182b232fd47124dd75b23dcb5a61

HelloZeroNet avatar Nov 09 '18 16:11 HelloZeroNet

Updated list of commands (so I can edit and keep track):

Admin Commands:

  • [ ] serverGetWrapperNonce - Create a new wrapper nonce that allows to load html file
  • [ ] announcerStats
  • [ ] permissionAdd permission
  • [ ] permissionRemove permission
  • [ ] permissionDetails permission
  • [ ] siteList connecting_sites=false - List all site info
  • [ ] siteAdd address
  • [ ] siteSetLimit size_limit
  • [ ] userGetGlobalSettings
  • [ ] userSetGlobalSettings settings
  • [ ] serverShowdirectory directory="backup", inner_path

Async Commands:

  • [ ] fileGet
  • [ ] fileList
  • [ ] dirList
  • [ ] fileNeed

anoadragon453 avatar Nov 16 '18 11:11 anoadragon453