MRCI/cmd_docs.qrc
Maurice O'Neal c8f53d1e5c Slimmed down and simplified host administering
- I decided to remove the entire concept of a root user.
  Instead, the host initializes as a blank slate and it
  will be up to the host admin to create a rank 1 user via
  the new command line option "-add_admin" to do initial
  setup with.

- There is no longer such a concept as a protected user.
  Meaning even the last rank 1 user in the host database
  is allowed to delete or modify the rank of their own
  account. To prevent permanent "admin lock out" in this
  scenario the "-elevate" command line option was created.

- Host settings are no longer stored in the database.
  Instead, host settings are now stored in a conf.json file
  in /etc/mrci/conf.json if running on a linux based OS or
  in %Programdata%\mrci\conf.json if running on Windows.

- Email templates are no longer stored in the database.
  Instead, the templates can be any file formatted in UTF-8
  text stored in the host file system. The files they point
  to can be modified in the conf.json file.

- The conf file also replaced all use env variables so
  MRCI_DB_PATH, MRCI_WORK_DIR, MRCI_PRIV_KEY and
  MRCI_PUB_KEY are no longer in use. SSL/TLS cert paths can
  be modified in the conf file.

- Removed email template cmds set_email_template and
  preview_email.

- Also removed cmds close_host, host_config and
  restart_host. The actions these commands could do is best
  left to the host system command line.

- The database class will now explicitly check for write
  permissions to the database and throw an appropriate
  error message if the check fails. "DROP TABLE" SQL
  abilities were added to make this happen.

- Removed async cmds exit(3), maxses(5) and restart(11).
2020-11-10 14:47:00 -05:00

74 lines
3.8 KiB
Plaintext

<RCC>
<qresource prefix="/">
<file>docs/intern_commands/accept_ch.md</file>
<file>docs/intern_commands/add_acct.md</file>
<file>docs/intern_commands/add_ch.md</file>
<file>docs/intern_commands/add_mod.md</file>
<file>docs/intern_commands/add_ranked_cmd.md</file>
<file>docs/intern_commands/add_rdonly_flag.md</file>
<file>docs/intern_commands/add_sub_ch.md</file>
<file>docs/intern_commands/auth.md</file>
<file>docs/intern_commands/cast.md</file>
<file>docs/intern_commands/close_sub_ch.md</file>
<file>docs/intern_commands/decline_ch.md</file>
<file>docs/intern_commands/find_ch.md</file>
<file>docs/intern_commands/force_set_email.md</file>
<file>docs/intern_commands/fs_cd.md</file>
<file>docs/intern_commands/fs_copy.md</file>
<file>docs/intern_commands/fs_delete.md</file>
<file>docs/intern_commands/fs_download.md</file>
<file>docs/intern_commands/fs_info.md</file>
<file>docs/intern_commands/fs_list.md</file>
<file>docs/intern_commands/fs_mkpath.md</file>
<file>docs/intern_commands/fs_move.md</file>
<file>docs/intern_commands/fs_tree.md</file>
<file>docs/intern_commands/fs_upload.md</file>
<file>docs/intern_commands/host_info.md</file>
<file>docs/intern_commands/invite_to_ch.md</file>
<file>docs/intern_commands/is_email_verified.md</file>
<file>docs/intern_commands/lock_acct.md</file>
<file>docs/intern_commands/ls_act_log.md</file>
<file>docs/intern_commands/ls_auth_log.md</file>
<file>docs/intern_commands/ls_ch_members.md</file>
<file>docs/intern_commands/ls_chs.md</file>
<file>docs/intern_commands/ls_dbg.md</file>
<file>docs/intern_commands/ls_mods.md</file>
<file>docs/intern_commands/ls_open_chs.md</file>
<file>docs/intern_commands/ls_p2p.md</file>
<file>docs/intern_commands/ls_ranked_cmds.md</file>
<file>docs/intern_commands/ls_rdonly_flags.md</file>
<file>docs/intern_commands/ls_sub_chs.md</file>
<file>docs/intern_commands/ls_users.md</file>
<file>docs/intern_commands/my_info.md</file>
<file>docs/intern_commands/open_sub_ch.md</file>
<file>docs/intern_commands/p2p_close.md</file>
<file>docs/intern_commands/p2p_open.md</file>
<file>docs/intern_commands/p2p_request.md</file>
<file>docs/intern_commands/ping_peers.md</file>
<file>docs/intern_commands/recover_acct.md</file>
<file>docs/intern_commands/remove_ch_member.md</file>
<file>docs/intern_commands/rename_ch.md</file>
<file>docs/intern_commands/rename_sub_ch.md</file>
<file>docs/intern_commands/request_new_pw.md</file>
<file>docs/intern_commands/request_new_user_name.md</file>
<file>docs/intern_commands/request_pw_reset.md</file>
<file>docs/intern_commands/rm_acct.md</file>
<file>docs/intern_commands/rm_ch.md</file>
<file>docs/intern_commands/rm_mod.md</file>
<file>docs/intern_commands/rm_ranked_cmd.md</file>
<file>docs/intern_commands/rm_rdonly_flag.md</file>
<file>docs/intern_commands/rm_sub_ch.md</file>
<file>docs/intern_commands/set_active_flag.md</file>
<file>docs/intern_commands/set_disp_name.md</file>
<file>docs/intern_commands/set_email.md</file>
<file>docs/intern_commands/set_member_level.md</file>
<file>docs/intern_commands/set_pw.md</file>
<file>docs/intern_commands/set_sub_ch_level.md</file>
<file>docs/intern_commands/set_user_name.md</file>
<file>docs/intern_commands/to_peer.md</file>
<file>docs/intern_commands/verify_email.md</file>
<file>docs/intern_commands/ch_owner_override.md</file>
<file>docs/intern_commands/set_user_rank.md</file>
</qresource>
</RCC>