| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added json implementation for packets. | auth | 2020-06-30 | 5 | -51/+42 | |
| | | | | | Added useful operators for packet and server class for easier access. | |||||
| * | Added json. | auth | 2020-06-28 | 1 | -0/+24665 | |
| | | ||||||
| * | Fixed submodule link | auth | 2020-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Finished pe image implementation wrapper. | alpine | 2020-06-27 | 14 | -12/+172 | |
| | | | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header. | |||||
| * | Added server certificate verification on client. | alpine | 2020-06-26 | 9 | -83/+27 | |
| | | | | | Xor is now used only with messages. | |||||
| * | 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 | |