Elytra-Server / Elytra

A Cleanroom minecraft server API in kotlin
MIT License
51 stars 6 forks source link

Validate inbound packets #1

Closed TommyAlmeida closed 4 years ago

TommyAlmeida commented 4 years ago

About Packet validation is important to mantain a barrier for forbidden entities like bots

Expected The packet validation should check if the packet exists on the netty pipeline in order to exclude/pushback the connection of the entity sending the unknown packet.

TommyAlmeida commented 4 years ago

Already done.