PrismLauncher/launcher/minecraft/auth
Rachel Powers 12f0d51c0c Fix: signal/slot macro -> func pointer & network fixes
- convert qt connect calls to use function pointers instead of the signal/slot macros wherever practical (UI classes were mostly left alone, target was tasks and processes)
- give signals an explicit receivers to use the static method over the instance method wherever practical
- ensure networks tasks are using the `errorOccured` signal added in Qt5.15 over the deprecated `error` signal
- ensure all networks tasks have an sslErrors signal connected
- add seemingly missing `MinecraftAccount::authSucceeded` connection for `MSAInteractive` login flow

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-04-17 18:23:18 -07:00
..
flows refactor: make shared_qobject_ptr ctor explicit 2023-01-25 16:57:51 -03:00
steps refactor: add logging category for credentials 2022-12-27 17:04:42 +01:00
AccountData.cpp refactor: replace QRegExp with QRegularExpression 2022-07-10 12:17:52 +02:00
AccountData.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AccountList.cpp Pass index.parent() as parent parameter for rowCount 2022-11-14 19:05:57 +00:00
AccountList.h Rename 2022-10-19 15:02:43 +05:30
AccountTask.cpp fix: fix warnings reported by LGTM.com 2022-06-17 16:34:32 +02:00
AccountTask.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
AuthRequest.cpp Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
AuthRequest.h GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
AuthSession.cpp NOISSUE proper fix for missing profile + demo mode 2021-12-30 21:26:29 +01:00
AuthSession.h NOISSUE proper fix for missing profile + demo mode 2021-12-30 21:26:29 +01:00
AuthStep.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
AuthStep.h GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
MinecraftAccount.cpp Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
MinecraftAccount.h Rename 2022-10-19 15:02:43 +05:30
Parsers.cpp refactor: add logging category for credentials 2022-12-27 17:04:42 +01:00
Parsers.h Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint 2022-04-22 23:39:38 -04:00
Yggdrasil.cpp Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint 2022-04-22 23:39:38 -04:00
Yggdrasil.h GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00