Commit Graph

51 Commits

Author SHA1 Message Date
chylex 9873f8779f
Show online and maximum player count on Instances page on Web 2024-04-12 16:29:50 +02:00
chylex 3ffb37529c
Add user permission checking to Controller 2024-04-06 23:26:04 +02:00
chylex 991b32032c
Add "Backing Up" instance status 2024-04-05 11:37:55 +02:00
chylex 875fd9a766
Add timeouts while waiting for server output during backups 2024-04-05 02:41:46 +02:00
chylex 424dccb14e
Migrate InstanceActionResult to Result type 2024-04-01 11:22:45 +02:00
chylex d03f532996
Make Result type serializable 2024-03-31 18:24:22 +02:00
chylex c99f5bc6bf
Remove login session management logic from Web 2024-03-31 12:07:33 +02:00
chylex c7b57fac97
Fix Rider inspections 2024-03-30 17:08:57 +01:00
chylex 72ddaf91ad
Implement actors in Agent via Akka.NET 2024-03-30 07:50:29 +01:00
chylex 0d039b69de
Implement actors in Controller via Akka.NET 2024-03-11 00:01:54 +01:00
chylex 8911a2257a
Fix typo in instance event type 2024-01-25 15:25:22 +01:00
chylex 96456f90bc
Reimplement Web service 2023-12-05 14:27:55 +01:00
chylex 55b853d227
Fully separate Controller and Web into their own services - Controller compiling and setup 2023-10-23 14:02:58 +02:00
chylex 627e7436fd
Remove unnecessary trailing spaces 2023-10-23 01:16:44 +02:00
chylex 339b958e45
Move methods that convert enums and discriminated unions to sentences 2023-10-21 17:53:12 +02:00
chylex c89e30cd3f
Update to .NET 8 2023-04-07 01:33:13 +02:00
chylex 0091fa11fb
Merge several Utils projects 2023-04-07 01:33:13 +02:00
chylex 626f141a2c
Enable version tolerant mode for all MemoryPack structures 2023-04-01 08:27:09 +02:00
chylex 476de00cfd
Delegate JVM argument validation to Server only 2023-03-30 04:00:22 +02:00
chylex 01d6648b1f
Rework Agent instance state management into a procedure-based system 2023-03-27 06:12:35 +02:00
chylex def6c41a77
Remove Phantom.Common.Minecraft project 2023-03-07 12:53:42 +01:00
chylex 0af14c3262
Fix code issues and inefficiencies 2023-03-05 07:29:45 +01:00
chylex 33de01f564
Add Fabric support 2023-03-02 06:28:52 +01:00
chylex 734d9e266e
Prepare for adding non-vanilla server types 2023-02-26 19:39:12 +01:00
chylex a31dda7439
Fix Server forgetting instance status after reconfiguring & refactor automatic instance launch 2023-02-26 19:39:12 +01:00
chylex bb7de48d24
Move fetching server jar download information exclusively to the Server 2023-02-26 15:29:51 +01:00
chylex 891a999ffd
Add event log 2023-02-24 17:22:19 +01:00
chylex 2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00
chylex 62a683f8ef
Add backend code for creating world backups (tar + zstd) 2023-02-04 16:26:29 +01:00
chylex dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +01:00
chylex e40459a039
Unify enums used for result messages 2023-01-30 08:18:53 +01:00
chylex b1758fb2bb
Minor code and dependency cleanup 2022-12-31 21:45:17 +01:00
chylex 2cc7975193
Rework message replies 2022-12-30 03:26:06 +01:00
chylex 55b643c513
Improve exception handling when configuring and starting the Minecraft server 2022-10-24 14:15:26 +02:00
chylex 59cf71e3e1
Add option to create instances with Minecraft snapshots 2022-10-20 19:42:04 +02:00
chylex 69f3fbcbf4
Fix or suppress several ReSharper warnings 2022-10-19 13:11:40 +02:00
chylex 3b19cbd985
Add Agent build version to Agents table 2022-10-19 01:47:55 +02:00
chylex 24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
chylex de22e5695f
Condense Agent certificate and token into a single file 2022-10-18 02:44:56 +02:00
chylex 8c9925921c
Migrate solution to centralized NuGet package versions 2022-10-12 19:19:19 +02:00
chylex 315f6b181c
Automatically restart instances if they stopped unexpectedly 2022-10-12 19:19:19 +02:00
chylex 46446ea5d5
Add customizable JVM arguments to instances 2022-10-11 21:30:09 +02:00
chylex d2b085ec15
Add Minecraft versions to instance creation form 2022-10-10 19:41:57 +02:00
chylex 9e47351799
Add modal dialog for stopping instances with customizable stop delay 2022-10-08 12:36:34 +02:00
chylex 7f1e838331
Add form for sending commands to instances 2022-10-07 17:21:39 +02:00
chylex b9fa5de76b
Add support for configuring, launching, and stopping Minecraft server instances 2022-10-07 17:21:38 +02:00
chylex abb4c72a66
Add basic instance management with a creation form and instance table on web 2022-10-07 17:21:38 +02:00
chylex 3c0c286c32
Add Java runtime discovery to Agents 2022-10-07 17:21:38 +02:00
chylex 4abb394bc3
Add Agent memory and instance configuration 2022-10-07 11:33:57 +02:00
chylex 23a4cf69dd
Add communication between Agent and Server via ZeroMQ and MessagePack 2022-10-07 07:27:20 +02:00