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

58 Commits

Author SHA1 Message Date
9873f8779f
Show online and maximum player count on Instances page on Web 2024-04-12 16:29:50 +02:00
31e101b21e
Retrieve both online and maximum player count from Minecraft servers 2024-04-12 13:30:48 +02:00
398bb14742
Refactor online player count detection in Agent 2024-04-12 05:28:15 +02:00
4e89d7b12f
Fix instance stop timeout not killing the process
Caused by 72ddaf91.
2024-04-12 05:28:15 +02:00
991b32032c
Add "Backing Up" instance status 2024-04-05 11:37:55 +02:00
424dccb14e
Migrate InstanceActionResult to Result type 2024-04-01 11:22:45 +02:00
d03f532996
Make Result type serializable 2024-03-31 18:24:22 +02:00
137a2a53c3
Replace remaining uses of TaskManager 2024-03-30 09:25:08 +01:00
c1cbb848a9
Increase Agent buffer size for instance logs 2024-03-30 07:50:29 +01:00
9fcc3c53fc
Catch "The pipe is being closed" Windows exception when stopping instance 2024-03-30 07:50:29 +01:00
72ddaf91ad
Implement actors in Agent via Akka.NET 2024-03-30 07:50:29 +01:00
0d039b69de
Implement actors in Controller via Akka.NET 2024-03-11 00:01:54 +01:00
8911a2257a
Fix typo in instance event type 2024-01-25 15:25:22 +01:00
5bc474d455
Define message groups and use queues to send and process messages within each group sequentially 2023-12-17 07:41:58 +01:00
8b0452ead6
Move logging to a utils project 2023-12-17 06:49:18 +01:00
2a9bb9e6ac
Extract classes for client-to-server RPC connection 2023-10-23 14:03:13 +02:00
55b853d227
Fully separate Controller and Web into their own services - Controller compiling and setup 2023-10-23 14:02:58 +02:00
627e7436fd
Remove unnecessary trailing spaces 2023-10-23 01:16:44 +02:00
0091fa11fb
Merge several Utils projects 2023-04-07 01:33:13 +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
0ab165fd21
Optimize sending instance logs to wait for output instead of constantly looping 2023-03-05 04:17:14 +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
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
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
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
d2e7f4f876
Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
3c10e1a8f9
Fix race conditions when transitioning instance states during Agent shutdown 2023-01-25 04:10:14 +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
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
24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
3d2b0d5373
Move TaskManager to Phantom.Utils.Runtime project 2022-10-16 16:54:34 +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
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
0b51a4509e
Change instance log sender from dedicated thread to async task 2022-10-11 21:26:44 +02:00