aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/src
AgeCommit message (Expand)Author
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-04remove executable bit from filesmat
2025-02-24don't remove LocalEntity from disconnected players, add new debug logs, and m...mat
2025-02-22update to rust edition 2024mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-08-15fix incorrect comment in with_microsoft_access_token docsmat
2024-08-11Auth Customization Options (#159)Aditya Kumar
2024-03-21fix: GameOwnershipResponse key_id format (#138)1zuna
2024-01-06add doc comment about d=mat
2023-12-28Make check_ownership pub (#126)veronoicc
2023-12-16fix non-u8 gamemodesmat
2023-12-16force user to reauth when refresh failsmat
2023-12-03clippymat
2023-12-03let plugins override query responsesmat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-29fix typo in auth docsmat
2023-11-18replace log with tracingmat
2023-06-24Add functions `auth_with_link_code`, `get_ms_link_code`, and `get_ms_auth_tok...Adam Reisenauer
2023-06-14Vec3::distance_to and clippymat
2023-05-27random fixes mostly related to auth and cryptomat
2023-05-26add stuff related to chat signingmat
2023-02-04Use an ECS (#52)mat
2023-01-30More packet fixes, tests, handle error (#61)EightFactorial
2023-01-30have docs for all cratesUbuntu
2023-01-25Fix test and packets (#60)EightFactorial
2023-01-21clippymat
2023-01-21Server functions and proxy example (#59)EightFactorial
2023-01-05log headers on unknown sessionserver errormat
2023-01-05fix auto reauthenticationmat
2022-12-08wrap_comments = truemat
2022-12-07Reauth on invalid session (#50)mat
2022-12-071.19.3 (#34)mat
2022-11-27tell the user what email they're using in authmat
2022-11-27Swarm (#36)mat
2022-11-12Pathfinder (#25)mat
2022-10-29ClientboundContainerClosePacketmat
2022-10-27use variables directly in format stringsmat
2022-10-23Add Client::set_client_information (#33)mat
2022-10-23write more documentationmat
2022-10-20Remove let chainsmat
2022-10-18Create cache file directory if it doesn't existUbuntu
2022-10-18fix rustc panicUbuntu
2022-10-17refactor: remove println statements (#31)Sculas
2022-10-16Microsoft Authentication (#29)mat
2022-08-06Better errors (#14)mat