aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/write.rs
AgeCommit message (Collapse)Author
2022-10-15fix clippy warningsmat
2022-10-07fix errors with rewritten packet readingmat
i forgot i never tested it before LMAO
2022-09-02get rid of Readable & Writable (#21)mat
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-06-23Fix everything so azalea-buf worksmat
2022-05-03clippymat
2022-05-01Fix writing encrypted packetsmat
2022-04-30azalea_auth::encryption -> azalea_cryptomat
2022-04-29upgrade aes and cfb8mat
2022-04-24ENCRYPTION WORKS!!!!!!!!!!!mat
2022-04-22simplify error handlingmat
2022-01-02fix random warningsmat
2021-12-18nbtmat
2021-12-17writing compressed packetsmat
2021-12-16add a few more login packetsmat
2021-12-15azaleamat