aboutsummaryrefslogtreecommitdiff
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
* More assembler implementations.auth2020-07-053-16/+17
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-053-26/+26
| | | | | Added support for client hwid handling. Removed timeout client message.
* Added client timeout.auth2020-07-027-22/+70
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-303-31/+27
| | | | Added useful operators for packet and server class for easier access.
* Finished pe image implementation wrapper.alpine2020-06-278-10/+165
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Added server certificate verification on client.alpine2020-06-263-5/+8
| | | | Xor is now used only with messages.
* Removed xor on streaming for now.alpine2020-06-255-15/+9
|
* Added 2 key xor encryption for streams.alpine2020-06-255-9/+77
|
* Added client version control.alpine2020-06-2410-461/+423
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-1811-430/+462
|
* Finished session id on client and server.alpine2020-06-187-31/+34
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-164-30/+45
|
* Finished session/user id generation.alpine2020-06-154-52/+69
|
* Removed xor as it was slowing down everything alot.alpine2020-06-157-86/+78
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-139-19/+403
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-0410-0/+224