aboutsummaryrefslogtreecommitdiff
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Added blacklist implementation on server.auth2020-07-114-12/+12
| | | | Overall code cleanup and optimization.
* More assembler implementations.auth2020-07-053-8/+17
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-055-26/+36
| | | | | Added support for client hwid handling. Removed timeout client message.
* Replaced std::byte by uint8_tauth2020-07-032-2/+2
|
* Started asmjit wrapper for easier manipulation.auth2020-07-034-0/+73
|
* Added client timeout.auth2020-07-023-1/+25
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-302-20/+15
| | | | Added useful operators for packet and server class for easier access.
* Finished pe image implementation wrapper.alpine2020-06-273-1/+1
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Added server certificate verification on client.alpine2020-06-264-10/+14
| | | | Xor is now used only with messages.
* Removed xor on streaming for now.alpine2020-06-252-19/+13
|
* Added 2 key xor encryption for streams.alpine2020-06-255-7/+64
|
* Added client version control.alpine2020-06-247-225/+230
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-187-202/+212
|
* Finished session id on client and server.alpine2020-06-184-45/+49
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-164-18/+18
|
* Finished session/user id generation.alpine2020-06-153-6/+18
|
* Removed xor as it was slowing down everything alot.alpine2020-06-156-73/+74
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-137-83/+134
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-048-0/+262