Remove unused features: HTTP server, old telemetry, !do/!dot chat commands

- Delete HttpCommandServer.cs (localhost:8085 HTTP listener)
- Delete Telemetry.cs (old HTTP POST to mosswart.snakedesert.se/position/)
- Remove !do/!dot allegiance chat regex matching from OnChatText
- Remove RemoteCommandsEnabled, HttpServerEnabled, TelemetryEnabled settings
- Remove corresponding UI checkboxes, /mm command handlers, and wiring
- Keep: WebSocket command receive, ClientTelemetry.cs (used by WS streaming)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
erik 2026-02-27 07:02:07 +00:00
parent c53aa4b31b
commit 9e9a94f159
8 changed files with 6 additions and 452 deletions

View file

@ -313,12 +313,10 @@
<Compile Include="QuestManager.cs" />
<Compile Include="vTank.cs" />
<Compile Include="VtankControl.cs" />
<Compile Include="Telemetry.cs" />
<Compile Include="Coordinates.cs" />
<Compile Include="Geometry.cs" />
<Compile Include="Utils.cs" />
<Compile Include="PluginSettings.cs" />
<Compile Include="HttpCommandServer.cs" />
<Compile Include="DelayedCommandManager.cs" />
<Compile Include="PluginCore.cs" />
<Compile Include="QuestNames.cs" />