aboutsummaryrefslogtreecommitdiff
path: root/logic/auth/flows/AuthenticateTask.cpp
AgeCommit message (Collapse)Author
2014-07-06Fix liteloader, some cleanups.Petr Mrázek
2014-04-16Give more feedback for YggdrasilTask network errors.Petr Mrázek
2013-12-23Tidy status messages a bitSky
2013-12-14Fix twitchPetr Mrázek
2013-12-13Do not log auth crudPetr Mrázek
2013-12-13Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek
2013-12-05Offline mode support, part 1Petr Mrázek
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.
2013-12-01Fix login and startup logging issuesPetr Mrázek
Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint.