1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-10-17 03:42:50 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
398bb14742
Refactor online player count detection in Agent 2024-04-12 05:28:15 +02:00
3b313bf0a8
Disable sync chunk writes to avoid lag during backups 2024-04-12 05:28:15 +02:00
9a2c13c1e0
Add support for backups on older Minecraft versions 2024-04-05 12:56:32 +02:00
875fd9a766
Add timeouts while waiting for server output during backups 2024-04-05 02:41:46 +02:00
f7f08ec55c
Fix backups not working with Forge log format 2024-04-04 20:44:17 +02:00
137a2a53c3
Replace remaining uses of TaskManager 2024-03-30 09:25:08 +01:00
72ddaf91ad
Implement actors in Agent via Akka.NET 2024-03-30 07:50:29 +01:00
8b0452ead6
Move logging to a utils project 2023-12-17 06:49:18 +01:00
627e7436fd
Remove unnecessary trailing spaces 2023-10-23 01:16:44 +02:00
339b958e45
Move methods that convert enums and discriminated unions to sentences 2023-10-21 17:53:12 +02:00
3e93ad9217
Fix wrong zstd parameters causing source files to not be removed in newer versions 2023-06-16 15:37:55 +02:00
0091fa11fb
Merge several Utils projects 2023-04-07 01:33:13 +02:00
a9646c5bbc
Convert backup procedure into an instance procedure 2023-03-28 03:30:37 +02:00
0af14c3262
Fix code issues and inefficiencies 2023-03-05 07:29:45 +01:00
0ab165fd21
Optimize sending instance logs to wait for output instead of constantly looping 2023-03-05 04:17:14 +01:00
6f11f65d91
Add environment variable to set max concurrent backup compression tasks 2023-03-05 01:24:39 +01:00
dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
ffa0ff24fa
Move most verbose log messages to debug level 2023-02-28 00:07:54 +01:00
8f003c6351
Restore chunk saving immediately after archiving the backup 2023-02-27 03:02:35 +01:00
d93c93cbf7
Extract reusable one-shot process runner from backup compressor implementation 2023-02-26 18:51:17 +01:00
51d8585f05
Fix race condition and wrong instance status when cancelling instance launch 2023-02-25 12:13:10 +01:00
891a999ffd
Add event log 2023-02-24 17:22:19 +01:00
a192a9aa54
Fix log level in backup scheduler 2023-02-06 23:37:54 +01:00
09e7510358
Change online player check in backup scheduler to wait for any server process output before retrying 2023-02-06 23:37:54 +01:00
b3104f9ac3
Change backup world copying to use the dedicated temporary folder 2023-02-05 11:24:43 +01:00
c7354dce0e
Delete broken backup archive in case archival fails after the file is created 2023-02-05 11:02:20 +01:00
2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00
62a683f8ef
Add backend code for creating world backups (tar + zstd) 2023-02-04 16:26:29 +01:00