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

36 Commits

Author SHA1 Message Date
dd57c442af
Add Serilog async sink to eliminate blocking when logging to console 2023-03-03 13:36:33 +01:00
33de01f564
Add Fabric support 2023-03-02 06:28:52 +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
bb7de48d24
Move fetching server jar download information exclusively to the Server 2023-02-26 15:29:51 +01:00
891a999ffd
Add event log 2023-02-24 17:22:19 +01:00
d50119d666
Add environment variable to set minimum log level 2023-02-07 00:04:11 +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
e40459a039
Unify enums used for result messages 2023-01-30 08:18:53 +01:00
c4cf45776d
Refactor PhantomLogger overloads 2023-01-25 05:04:28 +01:00
f4aec6f11d
Refactor sequence IDs in message replies 2023-01-24 01:09:25 +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
8d3e4442d7
Move StopProcedureException into Phantom.Utils.Runtime project 2022-10-21 13:59:57 +02:00
59cf71e3e1
Add option to create instances with Minecraft snapshots 2022-10-20 19:42:04 +02:00
69f3fbcbf4
Fix or suppress several ReSharper warnings 2022-10-19 13:11:40 +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
de22e5695f
Condense Agent certificate and token into a single file 2022-10-18 02:44:56 +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
d2b085ec15
Add Minecraft versions to instance creation form 2022-10-10 19:41:57 +02:00
9e47351799
Add modal dialog for stopping instances with customizable stop delay 2022-10-08 12:36:34 +02:00
7f1e838331
Add form for sending commands to instances 2022-10-07 17:21:39 +02:00
0695ee8405
Add instance logs to web 2022-10-07 17:21:39 +02:00
b9fa5de76b
Add support for configuring, launching, and stopping Minecraft server instances 2022-10-07 17:21:38 +02:00
abb4c72a66
Add basic instance management with a creation form and instance table on web 2022-10-07 17:21:38 +02:00
3c0c286c32
Add Java runtime discovery to Agents 2022-10-07 17:21:38 +02:00
4abb394bc3
Add Agent memory and instance configuration 2022-10-07 11:33:57 +02:00
23a4cf69dd
Add communication between Agent and Server via ZeroMQ and MessagePack 2022-10-07 07:27:20 +02:00
2c6c9ea493
Add Agent project & token generation 2022-10-07 07:27:20 +02:00
73a5eb5422
Add logging with Serilog 2022-10-06 05:06:03 +02:00