Commit graph

40 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
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
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
e017c679b9 Security Protocol Changes
- updated the security protocols to use TLS12 and TLS13.
2022-05-06 15:43:35 +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
56c0ba775c AssemblyInfo Copyright Updated 2022-05-02 11:11:47 +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
362566d100 added response logging 2021-12-20 13:33:26 +10:00
Brett Hewitson
fc6f309178 added back the server call home 2021-12-20 12:14:19 +10:00
Brett Hewitson
197fd1a811 Changed config type of Whitelist to use custom class 2021-12-19 11:46:09 +10:00
Brett Hewitson
8c1908310e Fixed error when backup path was null 2021-12-19 11:20:08 +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
e72f5fb28f Wrapped the scheduled task creation in a try..catch 2021-12-18 10:06:41 +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
461221294a Global Settings - Discord Bot section - Added a whitelist to allow bots to send commands to the server manager. 2021-12-16 12:56:26 +10:00
Brett Hewitson
7af5f90e30 Removal of ToList() 2021-12-16 00:57:01 +10:00
Brett Hewitson
9f5cf132f0 Removal of ToArray() 2021-12-16 00:21:23 +10:00
Brett Hewitson
cd9d36a51d Type assignment change 2021-12-15 22:26:33 +10:00
Brett Hewitson
5c06fd00d5 Deserialize code optimisations
1. reading ini files
2. regex match of section names.
2021-12-15 21:31:04 +10:00
Brett Hewitson
89a03123bb update Public IP urls 2021-12-15 17:27:57 +10:00
Brett Hewitson
dbeaa7699d Fixed a bug when starting the server manager and it tries to download steamcmd, but fails as steamcmd is unavailable for download. 2021-12-15 14:55:32 +10:00
Brett Hewitson
3aa4c48cc4 Nuget Package Downgrades 2021-12-11 13:47:01 +10:00
Brett Hewitson
3e7f52b875 Assembly file updates 2021-12-10 13:19:38 +10:00
Brett Hewitson
ece15bf76e System.Threading.Tasks.Dataflow updated 2021-12-09 20:01:52 +10:00
Brett Hewitson
42e47006ab System.Threading.Tasks.Dataflow updated 2021-12-09 19:55:51 +10:00
Brett Hewitson
4599237775 Firewall package update 2021-12-09 19:28:52 +10:00
Brett Hewitson
d64691e9e4 task scheduler updater 2021-12-09 18:22:57 +10:00
Brett Hewitson
bd045044d0 Some packages updated 2021-12-09 18:18:39 +10:00
Brett Hewitson
7f6fec6aca Added MutagenLevelBoost and MutagenLevelBoostBred settings 2021-12-09 11:35:05 +10:00
Brett Hewitson
8241bd08e7 Project file Updates
AssemblyInfo File Updates
2021-12-03 20:28:35 +10:00
Brett Hewitson
99438f54e3 Added setting 'TheMaxStructuresInRange' to command line.
Changed to int data type.
2021-11-23 16:56:54 +10:00
Brett Hewitson
9d5dafaed6 Fixed a crashing bug when the server manager closes and is unable to find the backup location to save the config settings. 2021-11-23 16:04:41 +10:00
Brett Hewitson
671096a758
GameData and Converter Changes (#6) 2021-08-20 11:27:12 +10:00
Brett Hewitson
5dd4abca30 Version Bump 2021-06-20 18:09:42 +10:00
Brett Hewitson
a54f1e5381 Added new section to handle the PreventTransferForClassNames settings. 2021-06-19 15:34:44 +10:00
Brett Hewitson
ae55d0d1c0 Server Version Changes 2021-06-06 18:49:08 +10:00
Brett Hewitson
0a90a0cfec Update IntRangeValueConverter.cs 2021-06-06 16:14:19 +10:00
Brett Hewitson
7e57b72e35 source code checkin 2021-01-07 16:23:23 +10:00