1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-08-10 13:40:40 +02:00
Commit Graph

153 Commits

Author SHA1 Message Date
0091fa11fb
Merge several Utils projects 2023-04-07 01:33:13 +02:00
20ff2871fa
Switch to Eclipse Temurin JRE in Docker images 2023-04-05 19:43:02 +02:00
f211708509
Fix not internally updating selected Minecraft version when switching version types 2023-04-04 19:52:51 +02:00
ad7964677e
Fix not flushing logs when calling Environment.Exit 2023-04-02 09:17:39 +02:00
626f141a2c
Enable version tolerant mode for all MemoryPack structures 2023-04-01 08:27:09 +02:00
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
476de00cfd
Delegate JVM argument validation to Server only 2023-03-30 04:00:22 +02:00
2180e0c067
Fix exception while shutting down instance procedures 2023-03-28 03:45:00 +02:00
a9646c5bbc
Convert backup procedure into an instance procedure 2023-03-28 03:30:37 +02:00
01d6648b1f
Rework Agent instance state management into a procedure-based system 2023-03-27 06:12:35 +02:00
def6c41a77
Remove Phantom.Common.Minecraft project 2023-03-07 12:53:42 +01:00
3f976295bd
Make writing server.properties file asynchronous 2023-03-07 12:53:42 +01:00
9d9734d1fd
Fix audit log event when editing user roles 2023-03-05 07:49:56 +01:00
267c5ad921
Reduce InstanceProcess output ring buffer capacity 2023-03-05 07:38:07 +01:00
f5b40a92e2
Reduce the minimum number of thread pool threads in Agent 2023-03-05 07:29:45 +01:00
2c413160f6
Update all NuGet packages 2023-03-05 07:29:45 +01: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
dd57c442af
Add Serilog async sink to eliminate blocking when logging to console 2023-03-03 13:36:33 +01:00
dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
89e67e1690
Log exceptions caught in RPC thread 2023-03-03 04:28:33 +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
9971855bf8
Cache Minecraft server executable info 2023-02-28 01:45:35 +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
2b4fa2c902
Fix event log webpage title 2023-02-26 21:53:43 +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
c0bfe8f403
Rename audit log classes and entities 2023-02-13 05:30:32 +01:00
d307dbb6e0
Fix not setting the Server Software field when editing an instance 2023-02-08 00:16:40 +01:00
a6acd7dec9
Fix not showing offline Agents when editing an instance 2023-02-08 00:04:49 +01:00
524e27bd29
Add protection against modifying selected agent when editing an instance 2023-02-07 23:48:31 +01:00
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
71a5babb73
Tweak website design and improve browser compatibility 2023-02-07 23:44:26 +01:00
125239b48d
Fix centering of HTML range inputs so that background color split is positioned correctly 2023-02-07 23:20:50 +01:00
81bcb91566
Add instance edit form & fix instance configuration validation 2023-02-07 23:15:33 +01:00
b71bc56fc2
Fix drop-down with Minecraft version types accidentally submitting the instance creation form 2023-02-07 21:48:37 +01:00
d50119d666
Add environment variable to set minimum log level 2023-02-07 00:04:11 +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
b5129e2f70
Add zstd installation to Dockerfile 2023-02-05 03:39:35 +01:00
2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00