Commit Graph

32 Commits

Author SHA1 Message Date
Max
6df1be94dd Authlib injector, local auth server and ely by accounts support (#31)
* Add injector

* Add uuid generation for profile

* Add auth server emulator

* Start auth server on random port and bypass it to injector

* Run injector only when account type is dummy

* Clean authlib injector

* Add ely by authentication

* Remove old comments

* Add response status text to auth server

* Fix json value access

as done by @maximmasterr
2021-06-10 17:00:54 +03:00
Zakhar Afonin
18d24678fe Removes the existing "crack". Will be replaced by proper support of different account types. 2021-05-26 14:28:59 +03:00
Zakhar Afonin
7bb9a94210 Merge branch 'MultiMC:develop' into develop 2021-05-25 17:58:05 +03:00
Janrupf
ea6c42a93c NOISSUE Allow joining servers from the servers page 2021-05-22 18:07:08 +02:00
Sebastian-byte
aa04069265 Fix indent 2021-05-09 17:40:01 -05:00
Sebastian-byte
c1de58cb84 Revert "Replaced username writing with a proper dropdown selection saved in a file and ordered by last used"
This reverts commit ec8ee53c76.
2021-05-09 17:31:09 -05:00
Mateo Pidal
41c87bd403 Replaced standard C file writing to a QT standard 2021-05-04 02:27:03 -03:00
Mateo Pidal
f869518e3f fixed indentation errors
Signed-off-by: Mateo Pidal <pidal.mateo@gmail.com>
2021-05-04 02:08:44 -03:00
Mateo Pidal
0164d220f4 Fixed a little mistake
Signed-off-by: Mateo Pidal <pidal.mateo@gmail.com>
2021-05-03 17:35:47 -03:00
Mateo Pidal
1fd8dc8da0 Increased a little the performance on common cases of the dropdown list
Signed-off-by: Mateo Pidal <pidal.mateo@gmail.com>
2021-05-02 04:23:33 -03:00
Mateo Pidal
ec8ee53c76 Replaced username writing with a proper dropdown selection saved in a file and ordered by last used 2021-05-02 03:55:27 -03:00
21102341
3e4f8d4c4f why the fuck there is no bool ok 2020-05-08 22:11:01 +03:00
21102341
f241d047d4 separating real offline from cracked 2020-05-08 21:31:16 +03:00
Zakhar Afonin
6ede3c13b2 base patch 2020-05-08 21:07:34 +03:00
Ashleigh
137fe7e3c0 Cleaned up messages, made some more descriptive, made some nicer. 2019-09-14 22:31:13 -05:00
Ashleigh
9689e5cea7 Added text notifying that password change may cause logout 2019-09-14 22:12:23 -05:00
Petr Mrázek
932160818e NOISSUE add option to open global settings from instance settings
This should hopefully giude people towards using the right thing.
2019-06-01 12:28:53 +02:00
Petr Mrázek
70ed30f9e6 GH-2591 less std::shared_ptr and more shared_qobject_ptr
This eliminates some weird crashes.
2019-04-07 23:59:04 +02:00
Petr Mrázek
bbb3b3e6f6 NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
Petr Mrázek
0a56b56286 NOISSUE in offline mode, do not contact the auth server if there is a valid account already 2017-12-03 14:05:35 +01:00
Petr Mrázek
85ae710d40 GH-2026 implement changes necessary to support 1.13 snapshots 2017-12-03 01:22:34 +01:00
Petr Mrázek
89d3a66658 NOISSUE some safe refactors and changes of the task subsystem
Possibly also some bug fixes.
2017-06-26 01:14:32 +02:00
Petr Mrázek
035bdc7576 GH-1524 Regenerate Minecraft client token when the auth token is invalid
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-30 00:19:27 +01:00
Petr Mrázek
66ffab71ae NOISSUE allow killing the instance from main window 2016-11-26 18:06:08 +01:00
Petr Mrázek
3780a25d27 NOISSUE add an option to show console on error and default other options to false 2016-11-04 00:19:32 +01:00
Petr Mrázek
fe68d59460 GH-1645 reimplement open/close instance window based on settings 2016-11-01 01:25:04 +01:00
Petr Mrázek
412855ae3d NOISSUE refactor window management and launch, make MultiMC a single instance application. 2016-10-30 02:37:38 +01:00
Petr Mrázek
2f0441b3c1 GH-1433 with no default account, show profiles instead of accounts in selection dialog 2016-08-11 00:44:01 +02:00
Petr Mrázek
5dd48e89f5 GH-1034 do jar modding separate from update 2015-07-10 00:06:05 +02:00
Petr Mrázek
5133b0f34f GH-1053 cleanup 2015-07-05 02:47:22 +02:00
Petr Mrázek
5f41886d76 GH-1053 split settings dialog creation to its own namespace 2015-07-05 02:29:41 +02:00
Petr Mrázek
7f1320390c GH-1053 move launch process UI to a separate class 2015-07-05 01:54:30 +02:00