aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/handshake
AgeCommit message (Collapse)Author
2022-05-14add derive McBuf to every packetmat
2022-05-07Initialize worldborder packetmat
Also add varlong and replace #[varint] with #[var]
2022-05-01Reduce usage of AsyncReadmat
We already receive everything from the server when it tells us the length, so we can actually just treat the stream as a Read instead of an AsyncRead.
2022-04-241.18.2 supportmat
2022-04-22simplify error handlingmat
2022-04-19add declare_state_packets to the other statesmat
2022-01-02fix random warningsmat
2022-01-02add macro for a couple more packetsmat
2022-01-01start adding packet macrosmat
2021-12-26fix some clippy warningsmat
2021-12-16try to implement compressionmat
2021-12-15azaleamat