feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

Rewrite proxy #511

Closed Iaiao closed 2 years ago

Iaiao commented 2 years ago

Rewrite proxy

Status

Description

The new proxy supports compression, has more CLI options (--side <client|server|both>, --whitelist <packet IDs>, --blacklist <packet IDs>, 3 levels of verbosity: only packet IDs by default, fmt::Debug packets with -v, pretty_hex with -vv) and is much more stable than the previous one.

Checklist