aboutsummaryrefslogtreecommitdiff
path: root/libraries/katabasis
AgeCommit message (Collapse)Author
2023-05-25fix: katabasis and QStyle leaksRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-03-14chore: format markdown filesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-12-27refactor: use ECM logging categories insteadSefa Eyeoglu
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-12-27refactor: add logging category for credentialsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-22Change old style cast to C++ castBensuperpc
Change old style cast to C++ cast Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-10-19RenameSamisafool
Signed-off-by: Samisafool <thenerdiestguy@gmail.com>
2022-08-06chore(markdown): MD009 Trailing spacestxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-08-06chore(markdown): MD007 Unordered list indentationtxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-08-06chore(markdown): MD025 Multiple top-level headings in the same documenttxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-08-06chore(markdown): MD012 Multiple consecutive blank linestxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-10feat: add Qt 6 support to CMakeSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-03-22Enable LTO/IPO on release buildsPhilipp David
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2022-01-08stop cmake from blocking builds on wslseth
2021-11-28GH-4071 handle invalid MSA refresh token as a hard errorPetr Mrázek
2021-11-28GH-4071 handle network errors when logging in with MSA as 'soft'Petr Mrázek
This makes the tokens not expire when such errors happen. Only applies to MSA, not the XBox and Mojang steps afterwards. Further testing and improvements are still needed.
2021-09-21NOISSUE Remove Requestor, it is unusedPetr Mrázek
2021-08-27NOISSUE introduce the concept of secrets static libraryPetr Mrázek
2021-08-25NOISSUE cut down RequestorPetr Mrázek
2021-08-22GH-3392 Switch MS account login to use device flow insteadPetr Mrázek
Device flow involves the user manually opening a web page and putting in a code. We no longer need to interact with the browser.
2021-08-19NOISSUE sanitize some MSA auth loggingPetr Mrázek
2021-08-18NOISSUE print errorString in RequestorPetr Mrázek
2021-08-18NOISSUE add ssl error logging to RequestorPetr Mrázek
2021-07-25NOISSUE loosen requirements on CMake version in katabasisPetr Mrázek
2021-07-25NOISSUE bulk addition of code from KatabasisPetr Mrázek