aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed xor on streaming for now.alpine2020-06-257-34/+22
|
* Update c-cpp.ymlalpine2020-06-251-1/+3
|
* Update c-cpp.ymlalpine2020-06-251-0/+2
|
* Update c-cpp.ymlalpine2020-06-251-3/+1
|
* Create c-cpp.ymlalpine2020-06-251-0/+23
|
* Added 2 key xor encryption for streams.alpine2020-06-2510-16/+141
|
* Added client version control.alpine2020-06-2417-686/+653
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-1819-632/+742
|
* Finished session id on client and server.alpine2020-06-1811-76/+83
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-168-48/+63
|
* Finished session/user id generation.alpine2020-06-157-58/+87
|
* Removed xor as it was slowing down everything alot.alpine2020-06-1513-159/+152
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-1317-104/+539
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-0425-0/+594