aboutsummaryrefslogtreecommitdiff
path: root/server/src/client
Commit message (Collapse)AuthorAgeFilesLines
* Added version checks on server.auth122020-08-281-1/+7
| | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour.
* Added ui.auth122020-08-031-1/+12
|
* Process class redesign.auth122020-07-281-5/+2
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-273-10/+9
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Client injection.auth122020-07-221-0/+1
| | | | Process class implementation.
* Client login handling on server.auth2020-07-142-16/+5
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-132-54/+60
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-112-2/+8
|
* Added blacklist implementation on server.auth2020-07-112-4/+61
| | | | Overall code cleanup and optimization.
* More assembler implementations.auth2020-07-051-6/+9
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-051-4/+7
| | | | | Added support for client hwid handling. Removed timeout client message.
* Added client timeout.auth2020-07-022-8/+23
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added server certificate verification on client.alpine2020-06-261-1/+0
| | | | Xor is now used only with messages.
* Removed xor on streaming for now.alpine2020-06-252-8/+3
|
* Added 2 key xor encryption for streams.alpine2020-06-252-9/+23
|
* Added client version control.alpine2020-06-242-105/+96
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-182-97/+104
|
* Finished session id on client and server.alpine2020-06-182-2/+6
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-162-6/+6
|
* Finished session/user id generation.alpine2020-06-152-46/+53
|
* Removed xor as it was slowing down everything alot.alpine2020-06-152-22/+65
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-132-0/+84
Message encryption. Packet handler. Disconnect event handler.