aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/login
AgeCommit message (Expand)Author
2025-06-171.21.6 (#215)mat
2025-05-30more formatting fixesmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04remove executable bit from filesmat
2024-12-21more verbose login_disconnect errormat
2024-12-19fix incorrect packetsmat
2024-11-28switch some packet structs to unit structsmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-10-231.21.2 (#171)mat
2024-04-231.20.5 (#127)mat
2023-12-051.20.3 (#110)mat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-211.20.2 (#99)mat
2023-02-04Use an ECS (#52)mat
2022-12-071.19.3 (#34)mat
2022-11-12Pathfinder (#25)mat
2022-10-30more docsmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-10-02All block shapes & collisions (#22)mat
2022-09-06rename variants in packet enums to be shorterUbuntu
2022-09-05Publish everything* to crates.iomat
2022-09-02get rid of Readable & Writable (#21)mat
2022-09-01fix bad u32::write_into and add testsmat
2022-08-20Implement ALL packets (#16)mat
2022-08-19shut up clippyUbuntu
2022-08-06Better errors (#14)mat
2022-07-29Split clientbound and serverbound packetsmat
2022-07-07Update ServerboundHelloPacketmat
2022-06-25read_into -> read_frommat
2022-06-23Fix everything so azalea-buf worksmat
2022-06-08get rid of ProfilePublicKey structmat
2022-05-26Compilesmat
2022-05-26Fixesmat
2022-05-261.19mat
2022-05-14add derive McBuf to every packetmat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-07Initialize worldborder packetmat
2022-05-03clippymat
2022-05-01Remove some resolved todo commentsmat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Reduce usage of AsyncReadmat
2022-04-27player info packetmat
2022-04-26default implementation for read and write Vec<T>mat
2022-04-24ENCRYPTION WORKS!!!!!!!!!!!mat
2022-04-24Add ServerboundKeyPacketmat
2022-04-241.18.2 supportmat
2022-04-22simplify error handlingmat