aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/lib.rs
AgeCommit message (Collapse)Author
2022-10-07fix errors with rewritten packet readingmat
i forgot i never tested it before LMAO
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
* Start getting rid of Cursor * try to make the tests pass and fail * make the tests pass * remove unused uses * fix clippy warnings * fix potential OOM exploits * fix OOM in az-nbt * fix nbt benchmark * fix a test * start replacing it with Cursor<Vec<u8>> * wip * fix all the issues * fix all tests * fix nbt benchmark * fix warnings
2022-09-19replace printlns with logUbuntu
2022-09-02unused use in testUbuntu
2022-09-01fix bad u32::write_into and add testsmat
2022-06-23Fix everything so azalea-buf worksmat
2022-06-23azalea-bufmat
2022-05-26Fixesmat
2022-04-30significantly optimize reading Vec<u8>mat
unfortunately, this introduces the requirement of using rust nightly
2022-04-22simplify error handlingmat
2021-12-15azaleamat