aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/MinecraftAccount.cpp
AgeCommit message (Expand)Author
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2022-08-04refactor+fix: use QSharedPointer for shared_qobject_ptrflow
2022-07-10refactor: replace QRegExp with QRegularExpressionSefa Eyeoglu
2022-06-22fix: add missing connections to the abort signalflow
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-02-18feat(accounts): add disabled account stateSefa Eyeoglu
2022-01-30Add offline mode supportbexnoss
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
2022-01-17Revert "Merge pull request #81 from bexnoss/fix-msa-account-refresh"Lenny McLennington
2022-01-16Fix MSA account refreshbexnoss
2022-01-12Add offline mode supportbexnoss
2021-12-04NOISSUE fix builds, make account refresh queue user friendlyPetr Mrázek
2021-12-04GH-4071 Heavily refactor and rearchitect account systemPetr Mrázek
2021-11-28GH-4071 handle network errors when logging in with MSA as 'soft'Petr Mrázek
2021-11-20NOISSUE Some happy little refactorsPetr Mrázek
2021-11-10GH-4217 Add support for GamePass accounts and MC profile setupPetr Mrázek
2021-08-29GH-3392 Add recognition of already migrated Mojang accountsPetr Mrázek
2021-08-27NOISSUE introduce the concept of secrets static libraryPetr Mrázek
2021-08-15GH-3392 dirty initial MSA support that shares logic with Mojang flowsPetr Mrázek