aboutsummaryrefslogtreecommitdiff
path: root/server/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Added 2 key xor encryption for streams.alpine2020-06-252-0/+42
|
* Added client version control.alpine2020-06-243-57/+50
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-184-57/+61
|
* Finished session id on client and server.alpine2020-06-182-7/+9
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Removed xor as it was slowing down everything alot.alpine2020-06-152-51/+0
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-132-0/+51
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-044-0/+94