aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-17Use Docker's builtin tini process, to run as PID 1 and handle SIGTERMs/SIGINTsHEADmastertechmetx111-0/+1
2024-08-17Merge pull request #21 from mini-bomba/set_lastupdate_on_already_updatedtechmetx111-2/+3
2024-08-17Set player_info.last_update when no update was requiredmini-bomba1-2/+3
2024-08-15improve warning about untrusted code + link to official doc for productionÉmilien (perso)1-3/+3
2024-08-14rename github workflow about test and ignore some pathsÉmilien (perso)1-1/+7
2024-08-14Remove unnecessary logstechmetx113-3/+3
2024-08-14improve README and add warningsÉmilien (perso)1-22/+43
2024-08-14Add Docker support and update README (#13)perennial6-22/+270
2024-08-09GitHub workflow: Test the player script extractor every 2 hourstechmetx112-2/+12
2024-08-08Merge pull request #9 from MMaster/fix_sigfn_extractiontechmetx111-1/+1
2024-08-08Fix sig function body extraction not escaping $MMaster1-1/+1
2024-08-05Merge pull request #8 from MMaster/fix_extraction_20240803techmetx112-14/+33
2024-08-03Update & improve nsig extraction based on current player js codeMMaster2-14/+33
2024-07-25Create rust.ymltechmetx111-0/+22
2024-07-25Merge pull request #5 from iv-org/dependabot/cargo/openssl-0.10.66techmetx111-4/+4
2024-07-25Bump openssl from 0.10.64 to 0.10.66dependabot[bot]1-4/+4
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`techmetx115-42/+93
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-26Fix punctuationtechmetx111-2/+2
2024-06-26Added new opcode: `PLAYER_STATUS`techmetx115-8/+91
2024-06-25Wrong size for `FORCE_UPDATE` response in the documentationtechmetx111-1/+1
2024-06-25Added size in response for conveniencetechmetx112-5/+11
2024-05-12Fixed the code, apparently there's nothing actually wrong with ittechmetx112-5/+4
2024-05-12Rewrote parts of the codetechmetx115-129/+323
2024-04-30Updated documentationtechmetx111-0/+25
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 documentationtechmetx114-10/+101
2024-04-29The program will now not end streams after the first commandtechmetx112-15/+74
2024-04-29Can now decrypt `n` parameter signaturestechmetx114-47/+78
2024-04-29nsig function extraction works!techmetx113-12/+51
2024-04-29Wrote a bit on the nsig functiontechmetx113-10/+185
2024-04-28Finally done fighting with Rusttechmetx115-425/+750
2024-04-28Add LICENSEtechmetx111-0/+661
2024-04-28Successful compilation :Dtechmetx113-10/+17
2024-04-28Finished up a bit on the opcode parsertechmetx114-11/+698
2024-04-28Initial committechmetx116-0/+485