aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/auth
AgeCommit message (Collapse)Author
2017-09-02NOISSUE handle error 201 in Auth codePetr Mrázek
This is something I ran into when one of my accounts stopped working. The auth token probably expired. This should now be handled as a normal auth error, not a network failure.
2017-05-03NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek
2017-04-29NOISSUE refactor NetAction to be based on TaskPetr Mrázek
Still missing some things, this is part 1.
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-11-30GH-1524 Regenerate Minecraft client token when the auth token is invalidPetr Mrázek
This makes the case where users copy MultiMC to other machines easier to handle. It doesn't require manual intervention and the tokens do not go in a desync loop.
2016-11-17NOISSUE mark used accounts/sessions in selection menusPetr Mrázek
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek