ModernUO/Projects/UOContent/Engines
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
..
Bulk Orders chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
CannedEvil fix: Fixes code genning armor, clothing, and BODs (#810) 2021-09-28 22:09:34 -07:00
Chat fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
ConPVP fix: Fixes TextDefinition and optimizes CraftItem (#930) 2022-02-12 22:42:50 -08:00
Craft fix: Adds more null checks for text definition to prevent NPEs (#936) 2022-02-18 11:13:38 -08:00
Doom fix: Fixes TextDefinition and optimizes CraftItem (#930) 2022-02-12 22:42:50 -08:00
Ethics chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Events fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Factions fix: Adds more null checks for text definition to prevent NPEs (#936) 2022-02-18 11:13:38 -08:00
Harvest fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
Help fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
Khaldun fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
ML Quests fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Party fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
Pathing chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Plants chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Quests chore: Cleanup enchanted sextant (#904) 2021-12-28 19:00:16 -08:00
Spawners fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
Treasures of Tokuno chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
UltimaStore fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
Veteran Rewards fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
Virtues chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00