aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/src
AgeCommit message (Collapse)Author
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-04-30azalea_auth::encryption -> azalea_cryptomat
2022-04-29upgrade aes and cfb8mat
2022-04-26finish update recipes packet implementationmat
2022-04-24ENCRYPTION WORKS!!!!!!!!!!!mat
2022-04-24Add ServerboundKeyPacketmat
2022-04-24Merge branch 'main' into authmat
2022-04-22simplify error handlingmat
2022-01-01start work on encryptionmat
2021-12-16fix errorsmat
2021-12-16add a few more login packetsmat