ModernUO/Projects/UOContent/Engines/Chat
Kamron Batman 58b907d39e
fix: Fixes packet length checks (#953)
Fixes an issue with DropReq where an old client was sending in 14 bytes, but the server was expecting 15 bytes.

To fix this we introduced a new packet handler, `ContainerGridPacketHandler` and changed the code to determine the length of the packet dynamically using `GetLength(NetState)`.

Also fixed throttling so dropped packets are properly skipped.
2022-03-04 12:32:25 -08:00
..
Channel.cs chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Chat.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
ChatActionHandler.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
ChatActionHandlers.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
ChatCommand.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
ChatPackets.cs fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
ChatUser.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00