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

64 Commits

Author SHA1 Message Date
101ca865fe
WIP 2023-03-03 22:50:52 +01:00
dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
33de01f564
Add Fabric support 2023-03-02 06:28:52 +01:00
dd0d9b3ddb
Fix not seeing instance statuses after restarting Server 2023-02-28 02:10:32 +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
734d9e266e
Prepare for adding non-vanilla server types 2023-02-26 19:39:12 +01:00
a31dda7439
Fix Server forgetting instance status after reconfiguring & refactor automatic instance launch 2023-02-26 19:39:12 +01:00
d93c93cbf7
Extract reusable one-shot process runner from backup compressor implementation 2023-02-26 18:51:17 +01:00
bb7de48d24
Move fetching server jar download information exclusively to the Server 2023-02-26 15:29:51 +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
dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +01:00
4c66193b6e
Fix missing disposal of instances in the Agent 2023-01-29 21:14:26 +01:00
07eed8b689
Clarify cancellation token purpose in RPC Send methods 2023-01-27 13:59:44 +01:00
d2e7f4f876
Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
c4cf45776d
Refactor PhantomLogger overloads 2023-01-25 05:04:28 +01:00
3c10e1a8f9
Fix race conditions when transitioning instance states during Agent shutdown 2023-01-25 04:10:14 +01:00
f4aec6f11d
Refactor sequence IDs in message replies 2023-01-24 01:09:25 +01:00
c8a2a539e8
Move Agent keep-alive loop into an unmanaged task to ensure unreachable Server does not prevent Agent shutdown 2022-12-31 23:53:13 +01:00
b1758fb2bb
Minor code and dependency cleanup 2022-12-31 21:45:17 +01:00
2cc7975193
Rework message replies 2022-12-30 03:26:06 +01:00
55b643c513
Improve exception handling when configuring and starting the Minecraft server 2022-10-24 14:15:26 +02:00
36dbc6f984
Fix Agents mangling server.properties file 2022-10-24 14:03:54 +02:00
8d3e4442d7
Move StopProcedureException into Phantom.Utils.Runtime project 2022-10-21 13:59:57 +02:00
4728820b0f
Remove satellite resource assemblies from builds 2022-10-20 07:10:25 +02:00
bcb53528b9
Refactor RPC to use a single long running task 2022-10-19 15:24:40 +02:00
69f3fbcbf4
Fix or suppress several ReSharper warnings 2022-10-19 13:11:40 +02:00
f5e01716ed
Fix Agent not checking allowed ports during instance launch 2022-10-19 13:07:06 +02:00
bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
e699513036
Add JVM argument to disable signal handling to prevent instant termination of Minecraft processes 2022-10-19 05:30:16 +02:00
3b19cbd985
Add Agent build version to Agents table 2022-10-19 01:47:55 +02:00
24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
ff5d31bf05
Make it possible to use condensed agent key via environment variables 2022-10-18 03:04:00 +02:00
de22e5695f
Condense Agent certificate and token into a single file 2022-10-18 02:44:56 +02:00
3d2b0d5373
Move TaskManager to Phantom.Utils.Runtime project 2022-10-16 16:54:34 +02:00
e51844d798
Add version and git hash to assemblies & website menu 2022-10-14 22:09:24 +02:00
cde29e990d
Make Agent ignore Java executables that are symlinks 2022-10-14 19:58:24 +02:00
c4b1d3c920
Fix graceful shutdown issues 2022-10-14 17:20:41 +02:00
2b661fd170
Use chmod 750 for instance and server folders created by Agent 2022-10-14 14:04:19 +02:00
bfb60219ea
Change environment variables to throw on error instead of returning default value 2022-10-13 15:26:23 +02:00
8c9925921c
Migrate solution to centralized NuGet package versions 2022-10-12 19:19:19 +02:00
315f6b181c
Automatically restart instances if they stopped unexpectedly 2022-10-12 19:19:19 +02:00
46446ea5d5
Add customizable JVM arguments to instances 2022-10-11 21:30:09 +02:00