1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-11-23 19:42:51 +01:00
Commit Graph

25 Commits

Author SHA1 Message Date
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
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
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
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
891a999ffd
Add event log 2023-02-24 17:22:19 +01:00
2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +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
24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
9e47351799
Add modal dialog for stopping instances with customizable stop delay 2022-10-08 12:36:34 +02:00
7b39ff2b2e
Refactor instance state initialization and result reporting 2022-10-08 12:17:19 +02:00
640731634b
Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +02:00
7f1e838331
Add form for sending commands to instances 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