aboutsummaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Added 2 key xor encryption for streams.alpine2020-06-255-9/+77
|
* Added client version control.alpine2020-06-2410-461/+423
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-1811-430/+462
|
* Finished session id on client and server.alpine2020-06-187-31/+34
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-164-30/+45
|
* Finished session/user id generation.alpine2020-06-154-52/+69
|
* Removed xor as it was slowing down everything alot.alpine2020-06-157-86/+78
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-139-19/+403
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-0411-0/+239