MRCI/docs/intern_commands
Maurice O'Neal 4fdbfe1c2f 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:45:23 -05:00
..
accept_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
add_acct.md Password and account security updates 2020-01-29 12:29:01 -05:00
add_ch.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
add_mod.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
add_ranked_cmd.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
add_rdonly_flag.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
add_sub_ch.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
auth.md Password and account security updates 2020-01-29 12:29:01 -05:00
cast.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ch_owner_override.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
close_sub_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
decline_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
find_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
force_set_email.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
fs_cd.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
fs_copy.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
fs_delete.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
fs_download.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
fs_info.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
fs_list.md Added a new internal command. 2019-09-26 19:04:04 -04:00
fs_mkpath.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
fs_move.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
fs_tree.md Added a new internal command. 2019-09-26 19:04:04 -04:00
fs_upload.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
host_info.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
invite_to_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
is_email_verified.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
lock_acct.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_act_log.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_auth_log.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_ch_members.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_chs.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
ls_dbg.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_mods.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_open_chs.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
ls_p2p.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
ls_ranked_cmds.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_rdonly_flags.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
ls_sub_chs.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ls_users.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
my_info.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
open_sub_ch.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
p2p_close.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
p2p_open.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
p2p_request.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
ping_peers.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
recover_acct.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
remove_ch_member.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
rename_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
rename_sub_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
request_new_pw.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
request_new_user_name.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
request_pw_reset.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
rm_acct.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
rm_ch.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
rm_mod.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
rm_ranked_cmd.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
rm_rdonly_flag.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
rm_sub_ch.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
set_active_flag.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
set_disp_name.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
set_email.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
set_member_level.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
set_pw.md Password and account security updates 2020-01-29 12:29:01 -05:00
set_sub_ch_level.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
set_user_name.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00
set_user_rank.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
to_peer.md Major upgrade and module interface changes 2019-11-08 22:06:09 -05:00
verify_email.md Initial commit for the MRCI project. 2019-09-06 23:43:07 -04:00