1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-09-06 07:53:11 +02:00

35 Commits

Author SHA1 Message Date
360d22fdb9 Replace NetMQ with custom TCP logic 2025-08-29 14:12:10 +02:00
591a6a62ab Reformat code 2025-08-21 20:31:21 +02:00
94148add2d Force invariant culture for all applications 2024-03-30 08:23:39 +01:00
72ddaf91ad Implement actors in Agent via Akka.NET 2024-03-30 07:50:29 +01:00
7cdb0a1910 Migrate RPC message handling to Akka.NET 2024-03-23 00:21:39 +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
96456f90bc Reimplement Web service 2023-12-05 14:27:55 +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
c89e30cd3f Update to .NET 8 2023-04-07 01:33:13 +02:00
0091fa11fb Merge several Utils projects 2023-04-07 01:33:13 +02:00
ad7964677e Fix not flushing logs when calling Environment.Exit 2023-04-02 09:17:39 +02:00
f5b40a92e2 Reduce the minimum number of thread pool threads in Agent 2023-03-05 07:29:45 +01:00
6f11f65d91 Add environment variable to set max concurrent backup compression tasks 2023-03-05 01:24:39 +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
2cc7975193 Rework message replies 2022-12-30 03:26:06 +01:00
4728820b0f Remove satellite resource assemblies from builds 2022-10-20 07:10:25 +02:00
bcfc2c8240 Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
3b19cbd985 Add Agent build version to Agents table 2022-10-19 01:47:55 +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
c4b1d3c920 Fix graceful shutdown issues 2022-10-14 17:20:41 +02:00
bfb60219ea Change environment variables to throw on error instead of returning default value 2022-10-13 15:26:23 +02:00
640731634b Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +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