aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto/src/lib.rs
AgeCommit message (Collapse)Author
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