Commit graph

114 commits

Author SHA1 Message Date
Brett Hewitson
fb936241c6 Task Priority Changes
- added a new task priority for the four auto processes.
- added the task priority selection to the global settings.
2022-05-15 14:24:47 +10:00
Brett Hewitson
2baf0bc392 Server Shutdown/Restart Fixes
- rewritten the code that sends the RCON commands to prevent the hangs after the RCON command fails.
- added an accessibility check when doing the worldsave and first shutdown via RCON.
- changed the online player count method on the main screen.
- updated the support zip method with the new global settings.
2022-05-15 00:38:08 +10:00
Brett Hewitson
fad9e4f5fc Language file updates 2022-05-11 08:31:11 +10:00
Brett Hewitson
2c84798a02 World Save Backup Changes
- fixed the timestamps associated with the file, so they are the same as the timestamps in the directory.
- changed the ZipUtils ZipFile method to accept a directory, not an entry name.
2022-05-09 19:01:40 +10:00
Brett Hewitson
6fd9d9c555 Security Protocol Changes
- Removed TLS13 from the list of accepted security protocols, as not all OS support TLS13.
2022-05-09 16:11:16 +10:00
Brett Hewitson
1a45d85ff6 RCON Player List Fixes
- fixed player list for EPIC players.
2022-05-09 13:34:33 +10:00
Brett Hewitson
bbaad6099f IOUtils Changes
- added new NormalizeFolder method to format the path parameter, so that it is formed correctly.
If the path is a local root path (eg. d:) then it must end with \\.
If the path is not a root path, or is a Unc path, then any ending \\ must be removed.

This fix was due to an issue with the previous code, as it kept appending a \ to the end when the path was a Unc path.
2022-05-09 00:25:27 +10:00
Brett Hewitson
1fc9bc87e4 Backup Bugfixes
- fixed the zip utils to read the file contents before backup.
- added new content backup metho for support zip creation.
2022-05-08 20:07:13 +10:00
Brett Hewitson
74bad02b94 Rcon Changes
Rcon Window - minor changes to the player list, online player count and server status.
Online Player Count - fixed the online player count to display the correct value.
2022-05-08 01:08:23 +10:00
Brett Hewitson
a176a04362 Global Setting Changes
- Global Backup Settings - added option to include/exclude the SaveGames folder in the worldsave backup (default exclude).
- Global Alert Settings - added new textbox allowing the formatting of the ipaddress and port in the server startup message (default {ipaddress}:{port}).
2022-05-07 14:22:25 +10:00
Brett Hewitson
e017c679b9 Security Protocol Changes
- updated the security protocols to use TLS12 and TLS13.
2022-05-06 15:43:35 +10:00
Brett Hewitson
c1c303f32a Auto Backup Settings
- added an RCON broadcast mode droplist, so backup processes can send messages via RCON using this mode.
2022-05-06 14:07:38 +10:00
Brett Hewitson
dc830c602c RCON Broadcast Mode
- Added RCON broadcast mode selection to ASM global settings.
- Added new Mode selection method to ServerApp, so the correct command is used.
2022-05-06 12:50:50 +10:00
Brett Hewitson
2fe5870b32 Fixed the Cancel Shutdown button 2022-05-02 13:00:39 +10:00
Brett Hewitson
1334716a01 Language File Updated 2022-05-02 12:20:37 +10:00
Brett Hewitson
a5e749963a World Save Back and Restore Changes
1. added the SaveGames folder to the to the backup zip file.
2. now restores the SaveGames folder.
2022-05-02 11:32:06 +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
79ac0572a4 language file updated 2022-04-16 10:08:21 +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
fc658b04dd Broadcast Message Changes
1. Added config option for auto processes to use broadcast keyword
2. Added config to global settings
2022-03-22 22:20:37 +10:00
Brett Hewitson
9d4d49560e Fixed a bug that would prevent auto processes from sending through broadcast messages to the clients. 2022-03-22 20:01:50 +10:00
Brett Hewitson
412c24df8f Fixed the issue where the Dino Tame settings would be reset when opening the server manager. 2022-03-22 12:54:46 +10:00
Brett Hewitson
347bae853a Version Feed Updates 2022-03-08 10:22:26 +10:00
Brett Hewitson
5c41809294 Language File Updates 2022-03-08 10:12:57 +10:00
Brett Hewitson
ec1751cc20 Language File updates 2022-03-03 13:20:46 +10:00
Brett Hewitson
cc84a85850 Branch and Event Details moved to new Server Details section, easier to perform profile sync. 2022-03-02 12:58:54 +10:00
Brett Hewitson
f6f565d0bd version file updates 2022-02-17 12:09:31 +10:00
Brett Hewitson
41933e9aa1 Fixed bug the launcher prefix 2022-01-25 13:34:13 +10:00
Brett Hewitson
bcb7dce84e Added server monitor window startup state to global settings. 2022-01-25 12:53:13 +10:00
Brett Hewitson
09938ce932 Added prefix launcher option to launcher arguments. 2022-01-25 12:26:03 +10:00
Brett Hewitson
a029d2dd51 Fixed bug when pasting ini config into paste window, resulting in blank record. 2022-01-20 17:31:23 +10:00
Brett Hewitson
1eea06a46a feed update 2022-01-19 12:54:49 +10:00
Brett Hewitson
dac46421a2 Fixed player and dino import bug.
Language file updates
2022-01-19 12:52:37 +10:00
Brett Hewitson
754664eda9 fr-FR language updated 2022-01-15 13:01:56 +10:00
Brett Hewitson
d2ce321273 Added new option to start the server windows minimzed. 2022-01-14 17:44:34 +10:00
Brett Hewitson
d93cdaef0e Server manager language will default to the computers language setting on first start, if possible.
Translation file updated
2022-01-14 17:04:59 +10:00
Brett Hewitson
246e394dfb version feed updates 2022-01-06 12:16:51 +10:00
Brett Hewitson
7173fdec95 Language file update 2022-01-05 08:57:20 +10:00
Brett Hewitson
ec6eb847da added option to disable the running instance check. 2021-12-23 16:33:03 +10:00
Brett Hewitson
a2e1afb4e0 Language File Updates
Fixed error when deleting from list while iterating
2021-12-23 16:06:44 +10:00
Brett Hewitson
35257a95a7 Fixed the duplication of the Server Files for Steam Users. 2021-12-22 10:01:00 +10:00
Brett Hewitson
3c822fa982 Added better status detection for stopping servers 2021-12-20 18:37:11 +10:00
Brett Hewitson
d6c72d225e Added Valid check to out of date mod Validation 2021-12-20 15:32:03 +10:00
Brett Hewitson
392d276cde Additional Logging updates 2021-12-20 14:32:17 +10:00
Brett Hewitson
0d6bbd86e7 version feed updated 2021-12-20 13:39:19 +10:00
Brett Hewitson
a094c1c5f6 version feed update 2021-12-19 13:01:51 +10:00
Brett Hewitson
dace70a37c Fixed the cleanup of the log files generated by the auto processes (Backup, Update and Shutdown/Restart)
Added new Log settings which allow you to turn if on/off and set the number of days/files to retain
Language file updates
2021-12-18 21:31:36 +10:00
Brett Hewitson
a6f2b6f912 Add a reset to default button to discord bot section.
Added Discord Bot section to the profile sync list.
2021-12-18 12:17:58 +10:00
Brett Hewitson
40b85340ae Bot cleanup
Language file updates
2021-12-18 10:10:43 +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