Snaacky

Results 22 issues of Snaacky

If the script doesn't work, the memory addresses are more than likely outdated. Do not create a new issue complaining and **do not** reach out to me on social media...

README

Blocking and unblocking users works. The database naming schema could probably use some improvement. `SC2S_BLOCK_CHARACTER_LIST_REQ` still needs to be implemented.

![image](https://user-images.githubusercontent.com/4893775/235287230-7f5c5f17-e11a-4d64-9780-397a654ce036.png)

bug

Right now we're passing in the raw message bytes into each handler function, `ParsingFromString()`, doing our logic, and then returning the result object. Ideally, the handler function should be receiving...

enhancement

Implement some form of flake8/pep8/black checking to make sure everything is kosher. This will help prevent sub-optimal code from getting pushed to master.

enhancement

User logins are not currently being logged yet are needed for protos like `SLOGIN_CHARACTER_INFO` so they need to be implemented for proper reference compatibility.

enhancement
good first issue

Haven't done research into this yet but it should be possible.

enhancement