aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-08-17Set player_info.last_update when no update was requiredmini-bomba1-2/+3
2024-08-14Remove unnecessary logstechmetx113-3/+3
2024-08-09GitHub workflow: Test the player script extractor every 2 hourstechmetx111-0/+7
2024-08-08Fix sig function body extraction not escaping $MMaster1-1/+1
2024-08-03Update & improve nsig extraction based on current player js codeMMaster2-14/+33
2024-07-25Emergency fixtechmetx112-17/+38
2024-07-21Change default TCP IP to 127.0.0.1techmetx111-1/+1
2024-07-21Added TCP/IP supporttechmetx112-45/+46
2024-07-21New opcode: `PLAYER_UPDATE_TIMESTAMP`techmetx114-42/+82
2024-07-11Fix problems with the regextechmetx112-4/+4
2024-07-09Switch the byteswapping to regular shiftingtechmetx111-1/+1
2024-07-09Fix nsig extraction code and some warningstechmetx112-9/+4
2024-07-03Fix an error with the opcode decoder (sig)techmetx111-2/+2
2024-07-03Fixed some annoying warningstechmetx112-17/+13
2024-07-03Fix the sig function code not workingtechmetx111-1/+5
2024-07-03Javascript code debuggertechmetx112-10/+16
2024-06-27Fixed the program with a quick change to the code (to handle the dollar sign)techmetx111-2/+2
2024-06-26Added new opcode: `PLAYER_STATUS`techmetx114-7/+76
2024-06-25Added size in response for conveniencetechmetx111-5/+10
2024-05-12Fixed the code, apparently there's nothing actually wrong with ittechmetx112-5/+4
2024-05-12Rewrote parts of the codetechmetx113-128/+266
2024-04-30Improved the program, and also fixed the sig function not workingtechmetx113-178/+222
2024-04-30Done implementing everythingtechmetx112-24/+215
2024-04-29Improve the program a bit, and include a protocol documentationtechmetx113-10/+55
2024-04-29The program will now not end streams after the first commandtechmetx112-15/+74
2024-04-29Can now decrypt `n` parameter signaturestechmetx113-46/+77
2024-04-29nsig function extraction works!techmetx113-12/+51
2024-04-29Wrote a bit on the nsig functiontechmetx111-9/+98
2024-04-28Finally done fighting with Rusttechmetx113-13/+90
2024-04-28Successful compilation :Dtechmetx113-10/+17
2024-04-28Finished up a bit on the opcode parsertechmetx112-7/+35
2024-04-28Initial committechmetx113-0/+55