You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Config Changes
Changed files_to_copy_from_folder to folder_copy_whitelist
Added folder_copy_blacklist, a list of files not to copy from the specified folder on reload
Added folder_copy_round_queue_whitelist, a list of files to copy from the next folder in the round queue
Added folder_copy_round_queue_blacklist, a list of files not to copy from the next folder in the round queue
Added safe_server_shutdown, whether to safely exit servers when MultiAdmin is closed
Added set_title_bar, whether to set the console window's title
Misc Changes
Added config names and descriptions to the code, this may be used later to generate documentation
Moved configs to a better system
Added Native Exit Signal watchers, MultiAdmin should now attempt to stop the server(s) when you close the program
Added basic AssemblyInfo with name, description, and version
Added recursive loading of config location and MultiAdmin configs
Added console colour retention, unless a console message has a defined colour, the original console colours should stay the same rather than defaulting to white on black
Bug Fixes
Hopefully fixed OutputHandler stopping output
Added null safety for the global config to Program logging and printing
Made logging catch exceptions and print them instead of crashing