aboutsummaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Changed log prefixes to be more descriptive of the log entry.auth122020-08-281-4/+3
* Added version checks on server.auth122020-08-284-19/+100
* More ui improvements.auth122020-08-052-3/+3
* Added ui.auth122020-08-034-17/+39
* Started security.auth122020-08-012-14/+59
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-282-59/+115
* Process class redesign.auth122020-07-283-7/+3
* Removed spdlog, using fmt wrapper instead.auth122020-07-278-86/+159
* Compile fix.auth122020-07-242-8/+27
* Injection process changes and server improvements.auth122020-07-243-5/+7
* Injection and server changes.auth122020-07-222-1/+4
* Client injection.auth122020-07-223-3/+43
* Added game selection.auth122020-07-211-0/+26
* Syscalls.auth122020-07-201-4/+4
* Merge branch 'master' into windowsauth122020-07-194-5/+58
|\
| * More placeholders and general plan.auth2020-07-184-5/+58
* | Fixed filters and project.auth2020-07-181-1/+1
|/
* Added injection placeholders.auth2020-07-175-10/+43
* Client login handling on server.auth2020-07-147-59/+98
* Forum integration.auth2020-07-137-57/+194
* Small changes.auth2020-07-117-46/+69
* Added blacklist implementation on server.auth2020-07-1110-47/+150
* More assembler implementations.auth2020-07-053-16/+17
* Added support for packet actions.auth2020-07-053-26/+26
* Added client timeout.auth2020-07-027-22/+70
* Added json implementation for packets.auth2020-06-303-31/+27
* Finished pe image implementation wrapper.alpine2020-06-278-10/+165
* Added server certificate verification on client.alpine2020-06-263-5/+8
* Removed xor on streaming for now.alpine2020-06-255-15/+9
* Added 2 key xor encryption for streams.alpine2020-06-255-9/+77
* Added client version control.alpine2020-06-2410-461/+423
* Changed clang format style.alpine2020-06-1811-430/+462
* Finished session id on client and server.alpine2020-06-187-31/+34
* Renamed uid to session id.alpine2020-06-164-30/+45
* Finished session/user id generation.alpine2020-06-154-52/+69
* Removed xor as it was slowing down everything alot.alpine2020-06-157-86/+78
* Client.alpine2020-06-139-19/+403
* Initial commitalpine2020-06-0411-0/+239