Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
copilot-swe-agent[bot] 15aabd9423 Replace legacy custom JSON parser with System.Text.Json
- Rewrite Json.cs to use System.Text.Json.Nodes (JsonNode, JsonObject, JsonArray)
- Add JsonNodeExtensions.GetStringValue() for backward-compatible string access
- Update all 14 consumer files to use the new JsonNode API
- Remove ~300 lines of hand-rolled JSON parsing code from 2013
- Replace KeyUtils.EscapeString with delegation to Json.EscapeString

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/milutinke/Minecraft-Console-Client/sessions/afcd1b7b-ea23-4a0d-bb46-a90b623406fc
2026-03-22 16:39:26 +00:00
..
Forge Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
Packet/s2c Implemented new Delcare Command packet for new versions 1.20.6-1.21.11 and fixed it for 1.20.4. 2026-03-22 00:42:43 +01:00
PacketPalettes feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
StructuredComponents feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
ConfigurationPacketTypesIn.cs feat: add MC 1.21.9/1.21.10 (protocol 773) version constants and enum values 2026-03-21 14:04:42 +08:00
ConfigurationPacketTypesOut.cs feat: add MC 1.21.9/1.21.10 (protocol 773) version constants and enum values 2026-03-21 14:04:42 +08:00
DataTypes.cs feat: handle 26.1 protocol changes and snapshot version support 2026-03-22 20:04:08 +08:00
PacketType18Handler.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
PacketTypesIn.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
PacketTypesOut.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
Protocol16.cs 1.20.6 - Not working yet 2024-06-16 01:19:09 +02:00
Protocol18.cs Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
Protocol18Forge.cs Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
Protocol18Terrain.cs feat: handle 26.1 protocol changes and snapshot version support 2026-03-22 20:04:08 +08:00
SocketWrapper.cs First Version of Structured Components 2024-09-01 20:42:39 +02:00
ZlibUtils.cs Implemented .net 10 support. Updated all affected libraries and the code. Not testes yet. 2026-03-21 20:07:20 +01:00