aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/read.rs
AgeCommit message (Collapse)Author
2022-09-05add a todomat
2022-09-02get rid of Readable & Writable (#21)mat
2022-08-31remove some comments in az-protocol::readUbuntu
2022-08-31fix a couple more possible panicsUbuntu
2022-08-31fix panicsUbuntu
2022-08-06Better errors (#14)mat
* make reading use thiserror * finish implementing all the error things * clippy warnings related to ok_or * fix some errors in other places * thiserror in more places * don't use closures in a couple places * errors in writing packet * rip backtraces * change some BufReadError::Custom to UnexpectedEnumVariant * Errors say what packet is bad * error on leftover data and fix it wasn't reading the properties for gameprofile
2022-07-29Split clientbound and serverbound packetsmat
2022-06-23Fix everything so azalea-buf worksmat
2022-05-01Update read.rsmat
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-30azalea_auth::encryption -> azalea_cryptomat
2022-04-30fix error that happens in linux + release modemat
2022-04-30misc fixesmat
2022-04-30comment some stuff outmat
2022-04-30significantly optimize reading Vec<u8>mat
unfortunately, this introduces the requirement of using rust nightly
2022-04-29upgrade aes and cfb8mat
2022-04-24remove debug printsmat
2022-04-24ENCRYPTION WORKS!!!!!!!!!!!mat
2022-04-22simplify error handlingmat
2021-12-26fix some clippy warningsmat
2021-12-18nbtmat
2021-12-17writing compressed packetsmat
2021-12-17fix packetsmat
2021-12-16try to implement compressionmat
2021-12-16add map to mc_bufmat
2021-12-15azaleamat