Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
Anon 85fe6b451b fix: handle null/empty profile name in ProfileComponent serialization
Prevents NullReferenceException crash when receiving player head items
with an empty or absent profile name. The Minecraft protocol permits
empty names in the profile component; the serialization path now
falls back to an empty string instead of throwing.
2026-06-17 11:27:23 +02:00
..
Forge Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
Packet/s2c Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
PacketPalettes Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client into fix/inventory-version-regressions 2026-06-05 21:13:59 +02:00
StructuredComponents fix: handle null/empty profile name in ProfileComponent serialization 2026-06-17 11:27:23 +02:00
ConfigurationPacketTypesIn.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ConfigurationPacketTypesOut.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
DataTypes.cs protocol gap fixes 2026-06-12 01:05:19 +02:00
PacketType18Handler.cs Fix inventory handling across protocol versions 2026-06-05 20:26:29 +02:00
PacketTypesIn.cs Fix inventory handling across protocol versions 2026-06-05 20:26:29 +02: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 Dialog System First iteration, not tested 2026-06-13 23:59:44 +02:00
Protocol18.cs Dialog System First iteration, not tested 2026-06-13 23:59:44 +02:00
Protocol18Forge.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
Protocol18Terrain.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
SocketWrapper.cs feat: enhance Protocol18 and SocketWrapper for improved functionality 2026-03-26 02:35:43 +08: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