Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-27 | refactor: add logging category for credentials | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-25 | Use suggested error handling | TheCodex6824 | |
2022-04-23 | Re-add base64 decode option for Qt versions that support it | TheCodex6824 | |
2022-04-23 | Remove base64 decode option that was added in Qt 5.15 | TheCodex6824 | |
2022-04-22 | Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint | TheCodex6824 | |
2022-01-24 | Fix error message | Stypox | |
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp". | |||
2021-12-30 | NOISSUE proper fix for missing profile + demo mode | Petr Mrázek | |
2021-12-30 | NOISSUE detect when user loses entitlements | Petr Mrázek | |
2021-12-04 | GH-4071 Heavily refactor and rearchitect account system | Petr Mrázek | |
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid. |