| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Kind of an important thing to do... Heh...
|
| |
|
|
|
|
|
|
|
|
| |
Conflicts:
gui/MainWindow.cpp
logic/OneSixInstance.h
Fix missing session id functionality for legacy and old onesix.
|
|
|
|
| |
Also, account list now saves profile lists.
|
|
|
|
|
| |
Currently it only saves when accounts are added or removed. We'll have
to fix this, but we need signals for when account objects change first.
|
| |
|
| |
|
|
|
|
| |
The authenticate task can now successfully log a user in.
|
|
|
|
| |
It doesn't actually do anything with the server's reply yet.
|
| |
|
|
|