ModernUO/Projects/UOContent/Assistants
Kamron Batman 6f444488a5
fix: Fixes crashing due to bad packet assumptions. (#1829)
### Summary
- Fixes various exploits that can crash the shard when the client misbehaves.
- Clients will now be disconnected if they send packets that are marked as out of game only (new flag), while they are in-game.


> [!Note]
> **Developer Note**
> Added an `OutOfGameOnly` which should be used to flag packets as only available out of the game.
> This is the opposite of, yet not the converse to `InGameOnly`.
2024-06-07 18:08:07 -07:00
..
AssistantConfiguration.cs feat: Moves antimacro to a configuration (#1323) 2023-01-23 21:51:05 -08:00
AssistantFeatures.cs fix: Removes razor negotiations since they arent maintained (#1090) 2022-06-26 08:33:53 -07:00
AssistantHandler.cs fix: Moves many EventSinks out of core. (#1783) 2024-05-21 10:02:30 -07:00
AssistantProtocol.cs fix: Fixes crashing due to bad packet assumptions. (#1829) 2024-06-07 18:08:07 -07:00