| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 5 | -9/+77 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 10 | -461/+423 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 11 | -430/+462 |
| | | |||||
| * | Finished session id on client and server. | alpine | 2020-06-18 | 7 | -31/+34 |
| | | | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes. | ||||
| * | Renamed uid to session id. | alpine | 2020-06-16 | 4 | -30/+45 |
| | | |||||
| * | Finished session/user id generation. | alpine | 2020-06-15 | 4 | -52/+69 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 7 | -86/+78 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 9 | -19/+403 |
| | | | | | | | Message encryption. Packet handler. Disconnect event handler. | ||||
| * | Initial commit | alpine | 2020-06-04 | 11 | -0/+239 |