Commit Graph

4 Commits

Author SHA1 Message Date
in1tiate
7bbf3aac17
Check doublepost per client, not per area, take 2 (#345)
* Check for doubleposts per client, not per area

* Don't count testimony commands as doubleposts

* noooo the heckin indenterinos

* change func name for clarity

* *tiktok voice* Drowning myself in the skibidi toilet!

* fix segfault on blankpost (oopsie!)
2024-04-06 08:17:07 -05:00
in1tiate
7d2a07963e
Revert "Check for doubleposts per client, not per area (#338)" (#344)
This reverts commit 5de07f2eb6.
2024-03-08 16:51:54 -06:00
in1tiate
5de07f2eb6
Check for doubleposts per client, not per area (#338)
* Check for doubleposts per client, not per area

* Don't count testimony commands as doubleposts

* noooo the heckin indenterinos

* change func name for clarity

* *tiktok voice* Drowning myself in the skibidi toilet!
2024-03-08 11:11:06 -06:00
scatterflower
ca84b54597
Replace packet handler with templates (#300)
* Replace packet handler with templates

* Move all packet functions into classes

* Liberal use of Q_UNSUED

* Add correct argument count to packets

* Fix windows build issues

* Partially implement argument type validation
* Where applicable.
* Checking if we can convert from a string to a string would be useless

* Fix unit tests for AOPacket

Co-authored-by: scatterflower <marisa@scatterflower.online>
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2022-07-07 10:33:41 -05:00