Commit Graph

214 Commits

Author SHA1 Message Date
chylex 627e7436fd
Remove unnecessary trailing spaces 2023-10-23 01:16:44 +02:00
chylex 339b958e45
Move methods that convert enums and discriminated unions to sentences 2023-10-21 17:53:12 +02:00
chylex 3a17eee8d0
Update namespaces in Controller and Web projects 2023-10-09 17:15:24 +02:00
chylex 2c623cbd9a
Split Phantom Server projects into separate Controller and Web folders 2023-10-09 17:15:24 +02:00
chylex 346eab0b1b
Replace ASP.NET Identity with a custom solution 2023-10-09 14:08:11 +02:00
chylex 956f1e779b
Enable new .NET 8 artifacts output folder 2023-10-08 14:20:25 +02:00
chylex 2e8238a3bc
Update dependencies 2023-10-07 17:50:26 +02:00
chylex 346ca5de75
Remove dependency on coverlet.collector 2023-10-07 16:40:45 +02:00
chylex 3e93ad9217
Fix wrong zstd parameters causing source files to not be removed in newer versions 2023-06-16 15:37:55 +02:00
chylex 07c31ac70b
Update Docker images to multi-arch & reduce build size 2023-04-07 01:33:14 +02:00
chylex c89e30cd3f
Update to .NET 8 2023-04-07 01:33:13 +02:00
chylex 0091fa11fb
Merge several Utils projects 2023-04-07 01:33:13 +02:00
chylex 20ff2871fa
Switch to Eclipse Temurin JRE in Docker images 2023-04-05 19:43:02 +02:00
chylex f211708509
Fix not internally updating selected Minecraft version when switching version types 2023-04-04 19:52:51 +02:00
chylex ad7964677e
Fix not flushing logs when calling Environment.Exit 2023-04-02 09:17:39 +02:00
chylex 626f141a2c
Enable version tolerant mode for all MemoryPack structures 2023-04-01 08:27:09 +02:00
chylex 46dba1a4fa
Revert "Add JVM argument to disable signal handling to prevent instant termination of Minecraft processes"
This reverts commit e699513036.
2023-03-30 04:24:02 +02:00
chylex 476de00cfd
Delegate JVM argument validation to Server only 2023-03-30 04:00:22 +02:00
chylex 2180e0c067
Fix exception while shutting down instance procedures 2023-03-28 03:45:00 +02:00
chylex a9646c5bbc
Convert backup procedure into an instance procedure 2023-03-28 03:30:37 +02:00
chylex 01d6648b1f
Rework Agent instance state management into a procedure-based system 2023-03-27 06:12:35 +02:00
chylex def6c41a77
Remove Phantom.Common.Minecraft project 2023-03-07 12:53:42 +01:00
chylex 3f976295bd
Make writing server.properties file asynchronous 2023-03-07 12:53:42 +01:00
chylex 9d9734d1fd
Fix audit log event when editing user roles 2023-03-05 07:49:56 +01:00
chylex 267c5ad921
Reduce InstanceProcess output ring buffer capacity 2023-03-05 07:38:07 +01:00
chylex f5b40a92e2
Reduce the minimum number of thread pool threads in Agent 2023-03-05 07:29:45 +01:00
chylex 2c413160f6
Update all NuGet packages 2023-03-05 07:29:45 +01:00
chylex 0af14c3262
Fix code issues and inefficiencies 2023-03-05 07:29:45 +01:00
chylex 0ab165fd21
Optimize sending instance logs to wait for output instead of constantly looping 2023-03-05 04:17:14 +01:00
chylex 6f11f65d91
Add environment variable to set max concurrent backup compression tasks 2023-03-05 01:24:39 +01:00
chylex dd57c442af
Add Serilog async sink to eliminate blocking when logging to console 2023-03-03 13:36:33 +01:00
chylex dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
chylex 89e67e1690
Log exceptions caught in RPC thread 2023-03-03 04:28:33 +01:00
chylex 33de01f564
Add Fabric support 2023-03-02 06:28:52 +01:00
chylex dd0d9b3ddb
Fix not seeing instance statuses after restarting Server 2023-02-28 02:10:32 +01:00
chylex 9971855bf8
Cache Minecraft server executable info 2023-02-28 01:45:35 +01:00
chylex ffa0ff24fa
Move most verbose log messages to debug level 2023-02-28 00:07:54 +01:00
chylex 8f003c6351
Restore chunk saving immediately after archiving the backup 2023-02-27 03:02:35 +01:00
chylex 2b4fa2c902
Fix event log webpage title 2023-02-26 21:53:43 +01:00
chylex 734d9e266e
Prepare for adding non-vanilla server types 2023-02-26 19:39:12 +01:00
chylex a31dda7439
Fix Server forgetting instance status after reconfiguring & refactor automatic instance launch 2023-02-26 19:39:12 +01:00
chylex d93c93cbf7
Extract reusable one-shot process runner from backup compressor implementation 2023-02-26 18:51:17 +01:00
chylex bb7de48d24
Move fetching server jar download information exclusively to the Server 2023-02-26 15:29:51 +01:00
chylex 51d8585f05
Fix race condition and wrong instance status when cancelling instance launch 2023-02-25 12:13:10 +01:00
chylex 891a999ffd
Add event log 2023-02-24 17:22:19 +01:00
chylex c0bfe8f403
Rename audit log classes and entities 2023-02-13 05:30:32 +01:00
chylex d307dbb6e0
Fix not setting the Server Software field when editing an instance 2023-02-08 00:16:40 +01:00
chylex a6acd7dec9
Fix not showing offline Agents when editing an instance 2023-02-08 00:04:49 +01:00
chylex 524e27bd29
Add protection against modifying selected agent when editing an instance 2023-02-07 23:48:31 +01:00
chylex 7a209d1d71
Fix Server not marking Agent as connected if a keep-alive packet arrives after a temporary packet loss 2023-02-07 23:44:27 +01:00