aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Client login handling on server.auth2020-07-141-15/+50
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-131-0/+57
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-111-33/+41
|
* Added blacklist implementation on server.auth2020-07-111-29/+49
| | | | Overall code cleanup and optimization.
* More assembler implementations.auth2020-07-051-6/+1
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-051-20/+10
| | | | | Added support for client hwid handling. Removed timeout client message.
* Added client timeout.auth2020-07-021-4/+15
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-301-17/+8
| | | | Added useful operators for packet and server class for easier access.
* Finished pe image implementation wrapper.alpine2020-06-271-9/+19
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Removed xor on streaming for now.alpine2020-06-251-2/+2
|
* Added 2 key xor encryption for streams.alpine2020-06-251-0/+12
|
* Added client version control.alpine2020-06-241-41/+42
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-181-39/+41
|
* Finished session id on client and server.alpine2020-06-181-18/+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-11/+28
|
* Finished session/user id generation.alpine2020-06-151-5/+15
|
* Removed xor as it was slowing down everything alot.alpine2020-06-151-2/+6
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-131-4/+30
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-041-0/+14