Commit Graph

14 Commits

Author SHA1 Message Date
AwesomeAim
83bebb5e25 give a more detailed ban message 2023-05-05 10:30:28 -07:00
Salanto
0c25cee86a Modify checks in Akashis packet creation 2023-01-08 19:59:23 +01:00
Salanto
1ff7540890 Merge branch 'master' into bad-packet-handler-improvement 2022-12-17 12:05:55 +01:00
stonedDiscord
0bff28cf53
Merge pull request #316 from AttorneyOnline/chatpatches
Don't allow exploit to change background
2022-12-17 11:59:54 +01:00
stonedDiscord
28df4a6676
Merge pull request #312 from AttorneyOnline/additional-packet-tests
Add additional tests for new packet handler
2022-12-17 11:59:28 +01:00
Salanto
cf9d53d7b3 Appease clang 2022-12-16 01:23:27 +01:00
Salanto
4470bf34ef Remove empty packets 2022-12-16 01:20:24 +01:00
Salanto
6c3f696aaf
Maybe fix characters becoming unselectable (#321)
* Maybe fix characters becoming unselectable

Prevents early-selection while the client is still in the handshake.

* Clang
2022-10-01 16:14:45 -05:00
Salanto
b59c522c51 Format 2022-08-20 15:41:57 +02:00
Rosemary Witchaven
1439ea8976
rework iniswap detection to be more robust (#317)
also allow for iniswapping within character folder
2022-08-11 09:21:40 -05:00
Salanto
6063c9b443
Comitting my own suggestion 2022-07-23 13:45:20 +02:00
scatterflower
2459aa5401 Don't allow exploit to change background 2022-07-10 10:25:19 -05:00
scatterflower
27e4bd8acc Add new tests 2022-07-07 11:08:52 -05: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