aboutsummaryrefslogtreecommitdiff
path: root/server/src/forum/forum.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-6/+20
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Added injection placeholders.auth2020-07-171-4/+19
|
* Client login handling on server.auth2020-07-141-14/+33
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-131-0/+47
Added separate packet ids for login request/response. Added login responses. Small code changes.