Results 11 comments of C4K3

https://minecraft.gamepedia.com/Bedrock_Edition_level_format sounds like bedrock uses zlib-compressed nbt (which should be supported.) I don't have bedrock edition and have never tested with it, are you able to post a failing level.dat...

It does not, but it would be cool to implement.

The `failed to fill whole buffer` is likely an invalid packet definition in ozelot. (The error means ozelot expected to be able to read some bytes into some field in...

Right now it hardcodes a specific protocol version. This version is listed in the PROTOCL_VERSION const in lib.rs. Protocol versions can be mapped to game versions using this table https://wiki.vg/Protocol_version_numbers...

Sounds good. I had gotten it working with mio but never got it cleaned up enough to push. I'll take a look at what you've done this weekend.

In case anybody simply wants to remove color entirely, I do that with `sed 's/\x1B[0-9\[;]\+m//g'`

@chubin It does, awesome, I didn't know about that option.

Correct it doesn't, it only checks whether the user is active or not, and whether the user is in the proper group. We wouldn't be able to change it so...

phpbb/session.php has a method check_ban, we should probably just use that method.

To confirm could you send a test file that reproduces this? Probably the issue is that the list length is wrong. In the nbted format you're required to specify the...