| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed xor on streaming for now. | alpine | 2020-06-25 | 7 | -34/+22 |
| | | |||||
| * | Update c-cpp.yml | alpine | 2020-06-25 | 1 | -1/+3 |
| | | |||||
| * | Update c-cpp.yml | alpine | 2020-06-25 | 1 | -0/+2 |
| | | |||||
| * | Update c-cpp.yml | alpine | 2020-06-25 | 1 | -3/+1 |
| | | |||||
| * | Create c-cpp.yml | alpine | 2020-06-25 | 1 | -0/+23 |
| | | |||||
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 10 | -16/+141 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 17 | -686/+653 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 19 | -632/+742 |
| | | |||||
| * | Finished session id on client and server. | alpine | 2020-06-18 | 11 | -76/+83 |
| | | | | | | | 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 | 8 | -48/+63 |
| | | |||||
| * | Finished session/user id generation. | alpine | 2020-06-15 | 7 | -58/+87 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 13 | -159/+152 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 17 | -104/+539 |
| | | | | | | | Message encryption. Packet handler. Disconnect event handler. | ||||
| * | Initial commit | alpine | 2020-06-04 | 25 | -0/+594 |