* 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>
* Separate crypto operations into new class
* Implement PBKDF2 backend
* Add auto-update to stronger hashes
* clang-format pass
* documentation and cleanup
* Add unit tests for CryptoHelper
Co-authored-by: scatterflower <marisa@scatterflower.online>
allow multiple arguments (discarding the rest and using the first)
give the moderator feedback that they successfully unCMed someone rather than only telling the target
tell those without permission they lack it rather than saying the command is invalid, as that implied /uncm didn't exist
* Add QTest for issue validation
* Add file-existence check for test
* Update acl_roles_handler.cpp
* Appease clang
* Only look for unittest files
* Where art thou?
* Change root directory when running test
* Fix pathing on Windows CI
* Windows please just accept this path
* Too many CDs
* Bash is evil.
* Wildcard moment
* I swear to god Bill Gates why does your OS suck so much?
* Add cache, use working-directory
* Maybe? Maybe not? Who the fuck cares at this point
* Fix library path
Holy shit these tests almost work on Windows.
* FUCKING HELL
* Where art thou? 2nd Edition
* Edited wrong one
* Re-add execution code
* Remove Linux stuff
* Do it in batch
Bash is evil.
* Set to CMD
* I am now expected
* Missing libs
Should be good enough 🤷
* Powershell my beloved, save me
* Adjust pathing (again)
* Add some debug info
* Powershell syntax shenanigans
* I distrust Github Actions now
* I swear my windows is licensed, please work
* More debug info
* More debug
* For the love of all that is holy why the fuck do you not work
* Cheap path hack
* Upload test folder for debug
* Set Execution Policy<
Apparently tests on the Windows CI never worked???
* Remove debug information
* Does this even work? If not, fuck
* Try older Windows runner
* Comment out non-functional Windows QTest action
* Note that Linux is still functional, so QTest for Windows has to be conducted trough QtCreator till a solution is found.
* Unbreak-test
* Use latest runner version
Co-authored-by: TrickyLeifa <date.epoch@gmail.com>
* Don't Display IPIDs to Users via Global Chat
Slightly better variable names too while we're at it
* Ensure /changepass always has arg 1 as the password
Otherwise, the syntax is /changepass <Password> or /changepass <Moderator> <Password>, rather than /changepass <Password> 'Moderator', like how it's specified to be
* All hail the mightly clang-format check
Co-authored-by: AwesomeAim <30537683+AwesomeAim@users.noreply.github.com>
Co-authored-by: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com>
* Added command extension system
Resolve#10
* Added akashi definitions
* Updated headers to comply to the standard
* Added full definition to argument
* Clang-format pass
* Missing header for GCC
* Missing header for GCC
* Move method implementation to source file