ModernUO/Projects/UOContent
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
..
Accounting fix: Adds server access with protected accounts (#915) 2022-01-10 23:14:55 -08:00
Commands fix: Fixes various minor issues (#943) 2022-02-26 23:43:25 -08:00
Compression fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
Configuration cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Context Menus cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Engines fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Gumps fix: Fixes various minor issues (#943) 2022-02-26 23:43:25 -08:00
Holiday Stuff chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Items fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Json/Converters Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Migrations fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Misc fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Mobiles fix: Converts BaseArmor and BaseClothing to use string crafter fields (#928) 2022-02-27 03:18:17 -08:00
Multis fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Network fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Regions chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Skills fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Special Systems fix: Fixes crash from bad input in TC (#909) 2022-01-03 14:22:58 -08:00
Spells fix: Fixes scrolls not working (#933) 2022-02-16 18:52:58 -08:00
Targets chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Utilities fix: Fixes string set in properties (#779) 2021-09-12 12:03:30 -07:00
World Saves feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
UOContent.csproj fix: Moves codegen to its own repo (#918) 2022-02-12 17:58:42 -08:00