aboutsummaryrefslogtreecommitdiff
path: root/server/src/client/client.h
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-271-2/+3
| | | | | | 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-141-2/+3
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-131-1/+13
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Added blacklist implementation on server.auth2020-07-111-4/+7
| | | | 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-021-5/+20
| | | | | 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-251-2/+0
|
* Added 2 key xor encryption for streams.alpine2020-06-251-3/+8
|
* Added client version control.alpine2020-06-241-37/+31
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-181-32/+36
|
* Finished session id on client and server.alpine2020-06-181-1/+5
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-161-3/+3
|
* Finished session/user id generation.alpine2020-06-151-6/+7
|
* Removed xor as it was slowing down everything alot.alpine2020-06-151-21/+8
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-131-0/+57
Message encryption. Packet handler. Disconnect event handler.