aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/read.rs
AgeCommit message (Expand)Author
2025-12-15sort derives with cargo sort-derivesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-05-30formatting: merge importsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-17Move login state to the ECS (#213)mat
2025-04-13fix wrong MAXIMUM_UNCOMPRESSED_LENGTH valuemat
2025-04-04remove executable bit from filesmat
2025-02-21despawn entities when switching worlds and some testbot fixesmat
2025-02-21fix some components not being removed from clients and add debugecsleak testb...mat
2025-01-12add AZALEA_DO_NOT_CUT_OFF_PACKET_LOGS env variablemat
2024-12-25patch pathfinder obstructions instead of just truncating the pathmat
2024-12-25close tcp connection on bot disconnect and add swarms to testbot climat
2024-12-25remove dependency on bytes crate for azalea-protocol and fix memory leakmat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-12-031.21.4 (#189)mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-02-24fix parsing textcomponents failing when it's translatable and has a primitive...mat
2024-02-22fix for hypixel limbomat
2023-12-16fix bytes of packets not being logged in tracingmat
2023-12-02fix compile error when trace logs are enabledmat
2023-12-01compression does not need to be asyncmat
2023-11-18replace log with tracingmat
2023-09-211.20.2 (#99)mat
2023-07-16add try_read to connectionmat
2023-03-141.19.4 (#57)mat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-13fix bad compression on sending long packetsmat
2023-01-30More packet fixes, tests, handle error (#61)EightFactorial
2022-12-08wrap_comments = truemat
2022-12-071.19.3 (#34)mat
2022-11-12Pathfinder (#25)mat
2022-11-11improved docsUbuntu
2022-10-15fix clippy warningsmat
2022-10-09fix panicmat
2022-10-08handle SectionBlocksUpdate packetmat
2022-10-07remove a printlnmat
2022-10-07fix errors with rewritten packet readingmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-10-02All block shapes & collisions (#22)mat
2022-09-19Fix connection writer being locked (#23)mat
2022-09-10fix outdated EntityDataValuemat
2022-09-09fix errors in enums inconsistent w/ vanillamat
2022-09-09cut off at 500 instead of 100mat
2022-09-09improve logUbuntu
2022-09-09add loggerUbuntu
2022-09-05add a todomat
2022-09-02get rid of Readable & Writable (#21)mat
2022-08-31remove some comments in az-protocol::readUbuntu