aboutsummaryrefslogtreecommitdiff
path: root/server/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Injection process changes and server improvements.auth122020-07-241-1/+1
|
* More placeholders and general plan.auth2020-07-181-1/+3
|
* Small changes.auth2020-07-111-1/+0
|
* Added blacklist implementation on server.auth2020-07-112-3/+16
| | | | Overall code cleanup and optimization.
* Finished pe image implementation wrapper.alpine2020-06-274-42/+12
| | | | | | 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-4/+4
|
* Added 2 key xor encryption for streams.alpine2020-06-252-0/+42
|
* Added client version control.alpine2020-06-243-57/+50
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-184-57/+61
|
* Finished session id on client and server.alpine2020-06-182-7/+9
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Removed xor as it was slowing down everything alot.alpine2020-06-152-51/+0
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-132-0/+51
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-044-0/+94