ModernUO/Projects/UOContent/Multis
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
..
Boats chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Camps feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
Houses fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
ComponentVerification.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Deeds.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
DynamicDecay.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00