aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
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-05-01start adding azalea-worldmat
2022-04-30Simplify packet macromat
Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated.
2022-04-30azalea_auth::encryption -> azalea_cryptomat
2022-04-29Merge branch 'main' into chunk-packetsmat
2022-04-29upgrade aes and cfb8mat
2022-04-29how do i do thismat
2022-04-26work on adding more stuff for recipesmat
2022-04-24ENCRYPTION WORKS!!!!!!!!!!!mat
2022-04-24Add ServerboundKeyPacketmat
2022-04-24Merge branch 'main' into authmat
2022-04-24remove an unused thing from dependenciesmat
2022-04-22simplify error handlingmat
2022-04-18start working on declare commands packetmat
2022-04-17Clean up some old stuffmat
2022-02-03amat
2022-01-12aUbuntu
2022-01-09add some more stuff from brigadiermat
2022-01-09add string_readermat
2022-01-01start adding packet macrosmat
2022-01-01start work on encryptionmat
2021-12-20start adding nbt to the protocolmat
2021-12-19nbt testsmat
2021-12-18nbtmat
2021-12-18reading nbtmat
2021-12-18start adding clientbound_login_packetmat
2021-12-16try to implement compressionmat
2021-12-16fix errorsmat
2021-12-16add a few more login packetsmat
2021-12-15azaleamat
2021-12-15make minecraft-coremat
2021-12-12Update Cargo.lockmat
2021-12-12ok i give up trying to use macrosmat
2021-12-11correct minecraft-chat :tada:mat
2021-12-10add formatting to some motdsmat
2021-12-10rust is driving me insanemat
2021-12-09split mstuffmat
2021-12-08start adding minecraft-chatmat
2021-12-07keep doing packet stuffmat
2021-12-07implement more of readermat
2021-12-06Initial commitmat