aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/handshake/client_intention_packet.rs
AgeCommit message (Collapse)Author
2023-09-211.20.2 (#99)mat
* add configuration state * start updating to 23w31a * implement a bit more of 23w31a * chunk batching * start adding configuration state * ioasfhjgsd * almost works * configuration state mostly implemented * handle other packets in configuration state and fix keepalive * cleanup, fix warnings * 23w32a * fix some doctests * 23w33a * 23w35a * 1.20.2-pre2 * fix system conflicts * 1.20.2-pre4 * make tests compile * tests pass * 1.20.2-rc2 * 1.20.2 * Revert "1.20.2" This reverts commit dd152fd265332ead333c919e585ded6d609d7468. * didn't mean to commit that code --------- Co-authored-by: mat <git@matdoes.dev>
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-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