aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto/src/lib.rs
AgeCommit message (Collapse)Author
9 daysupgrade depsmat
2026-03-02bump depsmat
2026-01-14upgrade depsmat
2025-12-12Refactor azalea-registry (#294)mat
* move registries in azalea-registry into separate modules * rename Item and Block to ItemKind and BlockKind * remove 'extra' registries from azalea-registry * hide deprecated items from docs * use DamageKindKey instead of Identifier when parsing registries * store tag entries as a Vec instead of a HashSet * sort tag values by protocol id * update changelog
2025-12-09make signing module optional in azalea-cryptomat
2025-12-09move offline-mode uuid generation to azalea-cryptomat
2025-06-15update depsmat
2025-05-30formatting: merge importsmat
2025-04-04remove executable bit from filesmat
2025-02-22update to rust edition 2024mat
2024-04-231.20.5 (#127)mat
* 23w51b * make recalculate_near_end_of_path public so other plugins can do .after(recalculate_near_end_of_path) * update to 24w03a i think * start implementing 24w13a * registries work (but a lot of packets are still broken) * fix recipes and commands packets * i love codecs :D i am not going insane :D mojang's java is very readable :D * item components are "implemented" meowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeow * update to 1.20.5-pre3 * fix all the broken packets and clippy (mojang please don't do an update like this again or i will murder someone) * 1.20.5-rc1 * fix failing tests * 1.20.5
2023-01-30have docs for all cratesUbuntu
2022-12-08wrap_comments = truemat
2022-11-12Pathfinder (#25)mat
Pathfinding is very much not done, but it works enough and I want to get this merged. TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
2022-11-11change some dependenciesmat
2022-10-16Microsoft Authentication (#29)mat
* a * try to do more work on auth signing (untested) * well auth works when i remove the d= so * auth stuff * sessionserver stuff * add auth in azalea-protocol/client * caching* refreshing microsoft auth tokens isn't implemented yet, also i haven't tested it * how did i not notice that i had the code duplicated * fix cache * add refreshing msa token * replace some printlns with log::trace * auth works! * Update main.rs * fix clippy warnings
2022-08-28encryption benchmark & testmat
2022-07-101.19.1-pre4mat
2022-05-261.19mat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-03clippymat
2022-05-01Remove some resolved todo commentsmat
2022-04-30azalea_auth::encryption -> azalea_cryptomat