aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2024-08-14Remove unnecessary logstechmetx111-1/+1
2024-08-09GitHub workflow: Test the player script extractor every 2 hourstechmetx111-0/+7
2024-07-21Added TCP/IP supporttechmetx111-45/+44
2024-07-21New opcode: `PLAYER_UPDATE_TIMESTAMP`techmetx111-0/+13
2024-07-09Fix nsig extraction code and some warningstechmetx111-8/+3
2024-06-26Added new opcode: `PLAYER_STATUS`techmetx111-1/+11
2024-05-12Fixed the code, apparently there's nothing actually wrong with ittechmetx111-5/+3
2024-05-12Rewrote parts of the codetechmetx111-75/+80
2024-04-30Improved the program, and also fixed the sig function not workingtechmetx111-1/+22
2024-04-30Done implementing everythingtechmetx111-5/+27
2024-04-29Improve the program a bit, and include a protocol documentationtechmetx111-1/+2
2024-04-29The program will now not end streams after the first commandtechmetx111-12/+48
2024-04-29Can now decrypt `n` parameter signaturestechmetx111-0/+1
2024-04-29nsig function extraction works!techmetx111-1/+2
2024-04-28Finally done fighting with Rusttechmetx111-11/+16
2024-04-28Successful compilation :Dtechmetx111-9/+15
2024-04-28Finished up a bit on the opcode parsertechmetx111-7/+33
2024-04-28Initial committechmetx111-0/+39