Commit graph

17 commits

Author SHA1 Message Date
Brett Hewitson
a14f91c412 Server Availability Changes
- moved a few things into the common project.
2022-06-22 17:27:23 +10:00
Brett Hewitson
1d6907a471 Server Monitor Changes
- added sequential checkbox and slider (not implemented up yet)
- added separate mod only update option.
- added a cancel process option.
- a lot of changes with the process methods - consoladated stop/shutdown and start/restart.

- removed the server accessable flag, will now just keep counting down if server unable to be contacted.
- added a retry to the RCON command sending - set to 3, with a 10 sec delay.
2022-05-19 23:52:47 +10:00
Brett Hewitson
61991ac55f Server Monitor Changes
- removed old button click events and replaced with commands.
- removed shutdown methods and added shutdown parameter to stop methods.
2022-05-18 01:01:44 +10:00
Brett Hewitson
ac438da337 Discord Bot Fixes/Changes
- Fixed the discord bot Info command, to release the profile once the command has finished running.
- added new checkbox to allow the profile to be included in discord commands using the Cluster Id as the alias.
- pt-BR Translation file updated.
2022-04-23 13:42:25 +10:00
Brett Hewitson
1aa8d79108 Discord Bot Changes
- Have added All Profiles Alias global settings
- Have changed the discord bot to handle the All Profile alias to performs commands against all profiles in the channel.
2022-04-14 21:06:14 +10:00
Brett Hewitson
3c822fa982 Added better status detection for stopping servers 2021-12-20 18:37:11 +10:00
Brett Hewitson
aa265bfbb6 Auto Process Tweaks 2021-12-20 00:27:32 +10:00
Brett Hewitson
3b2bad7607 Fixed the cleanup of the User config backup files.
Fixed the cleanup of the profile/world backup file in CSM.
2021-12-18 23:57:11 +10:00
Brett Hewitson
dd431e93b2 Changed the discord bot to be case insensitive.
Added IsEmpty and HasOne IEnumerable Extensions.
2021-12-17 15:27:52 +10:00
Brett Hewitson
06551d3c8e Added a checkbox to allow all bots. 2021-12-17 14:09:47 +10:00
Brett Hewitson
327103182c Added an alias that can be used with the discord command instead of the profile id. 2021-12-16 15:42:42 +10:00
Brett Hewitson
bfc8b87872 Fixed a bug with the Server Shutdown when the CheckForOnlinePlayers option not selected.
Fixed a bug when the backup path was a root directory that caused a 'Invalid URI: A Dos path must be rooted, for example' crash.
Language File updates
2021-12-15 10:50:04 +10:00
Brett Hewitson
ab3546688b Added options to enable/disable each command. 2021-12-05 20:38:45 +10:00
Brett Hewitson
aa62646f0f Finished the remaing bot commands 2021-12-05 15:08:37 +10:00
Brett Hewitson
0f3c6e6be9 Finished BackupServer and UpdateServer 2021-12-05 01:56:11 +10:00
Brett Hewitson
824daed0d1 GetServerInfo, GetServerList and GetServerStatus done 2021-12-04 21:47:16 +10:00
Brett Hewitson
d526a3f457 Created Helper classes for Discord Bot and Plugin 2021-12-04 15:01:47 +10:00