* QRegExp to QRegularExpression and updated README
One instance of QRegExp made the compiler crash when trying to build Akashi. Also, the README.md build instructions were outdated, new ones were provided to me by Salanto.
* Appease clang
---------
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
* Boilerplate structure for playerlist
* Change id, character and area to private with get/set
* WIP push
* Restructured the project entirely
* Implemented player list
* Build against project-akashi.pro
* Updated coverage location
* Copy gcov files from the proper path
* Update coverage to copy files
* Coverage update.
* Update main.yml
* Disabled coverage for the time being
* Reworked player list implementation, ...
* Reworked player list implementation
* No longer rely on JSON
* Introduced moderation packets: ban, kick
* A kick is a duration of 0
* A ban is a duration between -1 (permanent) and anything above 0
* Packet ZZ has been modified and now include a client id field for client-specific reports
* Ban duration is now explicit.
* Tweak to ban duration calculation
* Resolve failing ZZ test
---------
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
Changes how dezalgo works. Still filters zalgo text without breaking languages. Removes zalgo tolerance because it's not really necessary with this system.
This is the worst code I have ever contributed to this project. This commit is the result of several days of attempting to decipher Qt's documentation. This is the best I can write. Qt has broken me. God help us all.
- Allows sending modcalls to a discord webhook, containing the name of the sender, the area, and the reason.
- Adds configurable options to config.ini for enabling/disabling webhooks and specifying the webhook url.
Set a hard limit on 30KB that the server is willing to read, over two sequential reads. If the client sends more than 30KB combined, the server will disconnect the client.
- Limits packets to under 16KB
- Adds a configurable option to config.ini for setting the maximum amount of characters in an IC/OOC message
- Limits the size of OOC names to 30 chars
- The client already limits this, but this is an added precaution.
- Limits the length of shownames to 30 chars
- Implements shownames_allowed for areas, for toggling whether shownames are allowed for messages in that area