aboutsummaryrefslogtreecommitdiff
path: root/server/src/client/blacklist.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-3/+3
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Client login handling on server.auth2020-07-141-14/+2
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-131-53/+47
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-111-0/+6
|
* Added blacklist implementation on server.auth2020-07-111-0/+54
Overall code cleanup and optimization.