Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-26 | Merge pull request #192 from Scrumplex/refactor-remove-legacy-instances | Ezekiel Smith | |
Drop legacy instances | |||
2022-02-21 | refactor: drop LegacyInstance | Sefa Eyeoglu | |
2022-02-21 | refactor: drop migration for pre-component instances | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): interrupt MSAStep when client ID doesn't match | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): save client id in MSAStep | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): add disabled account state | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): support msa-client-id value | Sefa Eyeoglu | |
2022-02-12 | feat: implement MSA client id override | Sefa Eyeoglu | |
Closes #11 | |||
2022-02-03 | Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into develop | swirl | |
2022-02-03 | Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC ↵ | swirl | |
into feature/offline_mode | |||
2022-02-03 | make closeAfterLaunch good | swirl | |
2022-01-31 | refactor: simpler includes for quazip | Sefa Eyeoglu | |
2022-01-31 | refactor: bring back methods that need to be reimplemented | Sefa Eyeoglu | |
2022-01-31 | refactor: add in-tree QuaZip | Sefa Eyeoglu | |
2022-01-31 | refactor: initial migration to QuaZip 1.2 | Sefa Eyeoglu | |
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip | |||
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-29 | Close after Launch setting | swirl | |
2022-01-24 | Fix error message | Stypox | |
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp". | |||
2022-01-24 | NOISSUE log server response when failing to fetch profile | Petr Mrázek | |
2022-01-24 | NOISSUE correctly set http status code in auth reply | Petr Mrázek | |
2022-01-24 | NOISSUE add some logging to profile fetching failures | Petr Mrázek | |
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-17 | Revert "Merge pull request #81 from bexnoss/fix-msa-account-refresh" | Lenny McLennington | |
This reverts commit 0bc8baf1172d6967cdb2993826e3469ecd9aab66, reversing changes made to 81fe41a038ee12ff2ee0200525b39e4ad650bec2. | |||
2022-01-16 | Fix MSA account refresh | bexnoss | |
2022-01-12 | Remove unnecessary semicolon | bexnoss | |
2022-01-12 | Add offline mode support | bexnoss | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-31 | Merge remote-tracking branch 'upstream/develop' into upstream_update | dada513 | |
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-31 | NOISSUE fix some OS ifdefs | Petr Mrázek | |
2021-12-30 | NOISSUE proper fix for missing profile + demo mode | Petr Mrázek | |
2021-12-30 | Merge pull request #4345 from graemeg/freebsd-support | Petr Mrázek | |
Adds FreeBSD support to MultiMC | |||
2021-12-30 | NOISSUE detect when user loses entitlements | Petr Mrázek | |
2021-12-28 | Restore getNativePath() to its original form. | Graeme Geldenhuys | |
2021-12-20 | Move MSA Client ID to the same place as the others | Lenny McLennington | |
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory. | |||
2021-12-12 | NOISSE add a shortcut to the loaders mods to main window | Petr Mrázek | |
2021-12-12 | Fixes compilation error expanding from macro 'major'. | Graeme Geldenhuys | |
2021-12-12 | Changes required to support FreeBSD | Graeme Geldenhuys | |
2021-12-08 | NOISSUE account tweaks | Petr Mrázek | |
2021-12-06 | NOISSUE fix up some corner cases around migrating accounts | Petr Mrázek | |
2021-12-05 | NOISSUE fix some error mappings for Mojang accounts | Petr Mrázek | |
2021-12-04 | NOISSUE fix builds, make account refresh queue user friendly | Petr Mrázek | |
2021-12-04 | NOISSUE add missing chrono include | Petr Mrázek | |
2021-12-04 | GH-4071 Heavily refactor and rearchitect account system | Petr Mrázek | |
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid. | |||
2021-11-28 | GH-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-11-23 | NOISSUE fix fix fix the accounts again | Petr Mrázek | |
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |
2021-11-21 | NOISSUE more refactoring | Petr Mrázek | |
2021-11-21 | NOISSUE continue refactoring things to make tests pass | Petr Mrázek | |
2021-11-20 | NOISSUE Some happy little refactors | Petr Mrázek | |