aboutsummaryrefslogtreecommitdiff
path: root/server/src/client/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-5/+3
* Small changes.auth2020-07-111-2/+2
* Added client timeout.auth2020-07-021-3/+3
* Removed xor on streaming for now.alpine2020-06-251-6/+3
* Added 2 key xor encryption for streams.alpine2020-06-251-6/+15
* Added client version control.alpine2020-06-241-68/+65
* Changed clang format style.alpine2020-06-181-65/+68
* Finished session id on client and server.alpine2020-06-181-1/+1
* Renamed uid to session id.alpine2020-06-161-3/+3
* Finished session/user id generation.alpine2020-06-151-40/+46
* Removed xor as it was slowing down everything alot.alpine2020-06-151-1/+57
* Client.alpine2020-06-131-0/+27