aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/handshake
AgeCommit message (Collapse)Author
2022-09-05Publish everything* to crates.iomat
Except azalea-client since it's not ready yet
2022-07-29fix errors and warningsmat
2022-07-29Split clientbound and serverbound packetsmat
2022-06-23Fix everything so azalea-buf worksmat
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