Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
Anon 98dfde6cc2 Gate empty-packet log under debug, add packet exclusion list
- Change empty packet log from log.Warn to log.Debug so it only
  shows when DebugMessages is enabled
- Add PacketDebugExclusions config (List<string>) to suppress
  specific packet types like KeepAlive, Ping from packet debug output
- Check exclusion in both LogIncomingPacket and LogOutgoingPacket
- Add ConfigComments resource entry for the new setting
2026-06-11 22:03:36 +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 structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +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 hypixel book fixes 2026-06-10 17:16:30 +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 Formatting 2026-06-06 14:12:28 +02:00
Protocol18.cs Gate empty-packet log under debug, add packet exclusion list 2026-06-11 22:03:36 +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