Commit graph

45 commits

Author SHA1 Message Date
Dave
e56e9874a8 Add sequential auto backup option 2023-06-08 11:10:26 +02:00
Brett Hewitson
89f60420cd warning fixes 2022-12-23 18:31:21 +10:00
Brett Hewitson
5532050c04 Automatic Management Changes
- rearranged the options so they are grouped correctly.
- added RestartIfShutdown property to ServerApp and changed to use when checking to restart server.
2022-08-08 20:01:42 +10:00
Brett Hewitson
a20354c1b1 Server File Changes
- added Testlive server option
- changed code to use different appids.
2022-08-07 19:48:44 +10:00
Brett Hewitson
c79ec023d8 url changes
- updated http urls to https when possible.
2022-07-12 16:01:52 +10:00
Brett Hewitson
a14f91c412 Server Availability Changes
- moved a few things into the common project.
2022-06-22 17:27:23 +10:00
Brett Hewitson
10506765fb Server Monitor Changes
- added shutdown reason to window.
2022-06-16 00:43:53 +10:00
Brett Hewitson
e7100e6323 Rcon Command Changes
- moved the rcon commands to the gamedata files, so they can be extended.
2022-06-14 12:55:58 +10:00
Brett Hewitson
c223abf541 QueryMaster Timeout Change
- increase timeout from 10 to 30 seconds.
2022-06-13 17:06:34 +10:00
Brett Hewitson
27c762cefb Server Monitor Changes
- implemented the sequential server processing.
2022-05-20 01:08:00 +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
bdd36bf235
Merge pull request #21 from Bletch1971/ServerMonitorChanges
Server monitor changes
2022-05-18 23:54:00 +10:00
Brett Hewitson
db6bbd3f7e Backup Interval Changes
- The backup interval has been changed to use the value in the global settings.
2022-05-18 23:08:39 +10:00
Brett Hewitson
452f66546e WorldSave Zip Change
- introduced a key variable, instead of hardcode keys.
2022-05-18 22:36:25 +10:00
Brett Hewitson
99c4ed73fc World Save Zipping
- have changed the way the zip file is created. All files are now added to the zip in one pass, rather than as separate files.
2022-05-18 22:12:15 +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
32956b18f0 Rcon Console Output Changes
- changed the progress callback to false for RCON connect/disconnect messages.
2022-05-15 21:58:29 +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
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
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
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
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
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
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
43d192ec05 Minor changes to Profile loading for Auto Processes.
Minor changes to Branch Auto Update process.
2022-01-06 11:27:36 +10:00
Brett Hewitson
3c822fa982 Added better status detection for stopping servers 2021-12-20 18:37:11 +10:00
Brett Hewitson
392d276cde Additional Logging updates 2021-12-20 14:32:17 +10:00
Brett Hewitson
d44b9319fc Added server version to the auto update logging when no server updates done 2021-12-20 14:00:17 +10:00
Brett Hewitson
fc6f309178 added back the server call home 2021-12-20 12:14:19 +10:00
Brett Hewitson
8bf57a71b9 Auto Update Tweaks
Support Zip Creation - added new config settings.
2021-12-20 10:16:02 +10:00
Brett Hewitson
aa265bfbb6 Auto Process Tweaks 2021-12-20 00:27:32 +10:00
Brett Hewitson
08cb54bb8b Auto Update tweaks 2021-12-19 17:29:00 +10:00
Brett Hewitson
851a0df6b8 Minor tweaks to log file names 2021-12-19 17:12:25 +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
1a8d5ba0f2 Added Create Directory setting. 2021-12-18 21:41:47 +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
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
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
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
ae55d0d1c0 Server Version Changes 2021-06-06 18:49:08 +10:00
Brett Hewitson
7e57b72e35 source code checkin 2021-01-07 16:23:23 +10:00