Commit Graph

  • 51072f0a59 v5.2.2.1 master Zii 2023-07-21 19:30:31 -0400
  • fabc82a0a2 moved the README file back to the root directory and fixed a few grammar mistakes. Maurice ONeal 2022-07-10 22:01:14 -0400
  • e79efb9482
    Update README.md Maurice O'Neal 2021-02-27 11:25:54 -0500
  • 508af40359 Moved logging out of the host database and a few bug fixes Maurice ONeal 2021-02-27 11:19:44 -0500
  • c8f53d1e5c Slimmed down and simplified host administering Maurice O'Neal 2020-11-10 14:47:00 -0500
  • 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). Maurice O'Neal 2020-11-10 14:45:23 -0500
  • 50cd138045 Bug fixes for Windows Maurice ONeal 2020-08-09 16:29:47 -0400
  • 8a06b5a186 added the -ls_sql_drvs command line arg to README.md Maurice ONeal 2020-08-09 12:27:00 -0400
  • bdde52da76 Unicode text, database and a few protocol changes Maurice ONeal 2020-08-09 12:21:33 -0400
  • f62eb125cf Added Windows Build/Install Support Maurice ONeal 2020-07-04 11:37:46 -0400
  • 5ea1e45eb2 Some minor bug fixes Maurice ONeal 2020-04-27 13:08:56 -0400
  • 48b4c5b537 Major change to the build system and minor changes to SSL handling Maurice ONeal 2020-04-21 12:04:36 -0400
  • 80d493ad16 Few Updates to SSL Cert Handling Maurice ONeal 2020-04-05 15:51:11 -0400
  • 629029ebce A Few Bug Fixes Maurice ONeal 2020-04-01 11:34:13 -0400
  • 577784ad6f Fixed the type_ids.md document Maurice ONeal 2020-03-30 19:12:11 -0400
  • 6e068a8e83 New versioning system, type ids and a few bug fixes Maurice ONeal 2020-03-08 14:58:51 -0400
  • 4c1d13f8f8 Password and account security updates Maurice ONeal 2020-01-29 12:29:01 -0500
  • 8c1c02efa8
    Update README.md Maurice O'Neal 2019-12-24 16:04:22 -0500
  • 4d47fd187f Installation structor updates Maurice ONeal 2019-12-24 15:51:10 -0500
  • 87d9eb0207 Fixed some bugs found in GEN_FILE Maurice ONeal 2019-12-14 13:12:25 -0500
  • f6ea7239a0 Further updated the documentation and a minor fix Maurice ONeal 2019-11-18 19:20:30 -0500
  • e7ea316bc0 Full documentation update and minor changes Maurice ONeal 2019-11-16 13:08:02 -0500
  • 72d57a0b10 Major upgrade and module interface changes Maurice ONeal 2019-11-08 22:06:09 -0500
  • 73409ca26e Updated the documentation Maurice ONeal 2019-09-26 22:00:51 -0400
  • 364924c383 Added a new internal command. Maurice ONeal 2019-09-26 19:04:04 -0400
  • 124fb538fa
    Update README.md Maurice O'Neal 2019-09-22 22:54:21 -0400
  • 61c2f8b438 Updated the module interface to be less limiting Maurice O'Neal 2019-09-22 22:01:07 -0400
  • 6c8867ad5c Minor changes to the linux build script Maurice O'Neal 2019-09-19 13:07:50 -0400
  • 139eabba6a Converted a Async command to client receivable Maurice O'Neal 2019-09-14 13:31:27 -0400
  • 04e5c23725 Updated the README.md to reflect the lastest version. Maurice O'Neal 2019-09-13 01:27:47 -0400
  • 594e1d9812 Major bug fixes and a few minor changes Maurice O'Neal 2019-09-12 01:29:46 -0400
  • a72c4ed96b
    Update README.md Maurice O'Neal 2019-09-06 23:59:14 -0400
  • beb59ec2ab Initial commit for the MRCI project. Maurice O'Neal 2019-09-06 23:43:07 -0400