aboutsummaryrefslogtreecommitdiff
path: root/server/src/client
Commit message (Expand)AuthorAgeFilesLines
* Added version checks on server.auth122020-08-281-1/+7
* Added ui.auth122020-08-031-1/+12
* Process class redesign.auth122020-07-281-5/+2
* Removed spdlog, using fmt wrapper instead.auth122020-07-273-10/+9
* Client injection.auth122020-07-221-0/+1
* Client login handling on server.auth2020-07-142-16/+5
* Forum integration.auth2020-07-132-54/+60
* Small changes.auth2020-07-112-2/+8
* Added blacklist implementation on server.auth2020-07-112-4/+61
* More assembler implementations.auth2020-07-051-6/+9
* Added support for packet actions.auth2020-07-051-4/+7
* Added client timeout.auth2020-07-022-8/+23
* Added server certificate verification on client.alpine2020-06-261-1/+0
* Removed xor on streaming for now.alpine2020-06-252-8/+3
* Added 2 key xor encryption for streams.alpine2020-06-252-9/+23
* Added client version control.alpine2020-06-242-105/+96
* Changed clang format style.alpine2020-06-182-97/+104
* Finished session id on client and server.alpine2020-06-182-2/+6
* Renamed uid to session id.alpine2020-06-162-6/+6
* Finished session/user id generation.alpine2020-06-152-46/+53
* Removed xor as it was slowing down everything alot.alpine2020-06-152-22/+65
* Client.alpine2020-06-132-0/+84