ModernUO/Projects
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
..
Benchmarks Refactored map selector benchmarks (#914) 2022-01-07 22:42:37 -08:00
Schema Migrations fix: Fixes running schema migrations on Windows (#932) 2022-02-16 17:29:29 -08:00
Server fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Server.Tests fix: Adds Ubuntu 14 and Linux Mint 17/18/19 support specifically (#908) 2022-01-03 14:19:39 -08:00
UOContent fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
UOContent.Tests feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00