aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/account
AgeCommit message (Collapse)Author
7 dayssupport yggdrasil accountsHEADmainLizzy Fleckenstein
7 daysadd certs_backend to AccountTraitLizzy Fleckenstein
2026-01-30warn if pathfinder is running without optimizations, and other minor fixesmat
2026-01-23Add `Account::microsoft_with_opts` (#306)Elijah Bare
* Refactor Microsoft account auth options handling also some cache stuff Read PR * Make MicrosoftAccountOpts public and clarify usage
2026-01-05fix compilation with online-mode feature disabledmat
2026-01-03cleanupmat
2026-01-01Extensible Account (#301)mat
* refactor Account * clean up implementation and docs * add AccountTrait::join * update changelog * update example