This commit is contained in:
timvisee
2021-11-15 20:36:15 +01:00
parent de516cf62c
commit aca09dff7b
4 changed files with 11 additions and 6 deletions

10
TODO.md
View File

@@ -17,6 +17,12 @@
## Experiment
- Lobby method: let players connect with an emulated empty server (like 2b2t's
queue), redirect them when the server started.
- `io_uring` on Linux for efficient proxying (see `tokio-uring`)
## Lobby join method
- add support for more Minecraft versions (with changed protocols)
- support online mode (encryption)
- hold back packets (whitelist), forward to server at connect before joining
- add support for forge (emulate mod list communication)
- on login plugin request during login state, respond with empty payload, not supported