Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-11-17 | NOISSUE qnam -> network | Petr Mrázek | |
2021-11-16 | NOISSUE Error on launch when launching 1.18 with < Java 17 | Jamie Mansfield | |
2021-11-16 | NOISSUE fix account re-adding not updating current account | Petr Mrázek | |
2021-11-10 | NOISSUE fix build some more | Petr Mrázek | |
2021-11-10 | NOISSUE fix build | Petr Mrázek | |
2021-11-10 | GH-4217 Add support for GamePass accounts and MC profile setup | Petr Mrázek | |
- We now use the new endpoint for loggiong in via XBox tokens (/launcher/login) - We now check game entitlements instead of only relying on MC profile presence - Accounts can now be added even when they do not have a profile - The launcher will guide you through selecting a Minecraft name if you don't have one yet | |||
2021-11-06 | GH-4227 Don't blindly trust mods.toml to be valid | Janrupf | |
2021-10-31 | GH-1795 add terminal launch option to use a specific Minecraft profile | Petr Mrázek | |
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ``` | |||
2021-10-24 | NOISSUE fix debranding changes affecting version file format | Petr Mrázek | |
2021-10-24 | NOISSUE Use common duration format for global and instances | Jamie Mansfield | |
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-10-21 | NOISSUE debranding for real, initial work | Petr Mrázek | |
This is probably very broken on macOS and Windows and will need a lot of work to complete fully. | |||
2021-10-03 | Merge pull request #4103 from tobfos2611/develop | Petr Mrázek | |
Fix underaged account that isn't linked to a family help link. | |||
2021-10-03 | Merge pull request #4143 from phit/patch-1 | Petr Mrázek | |
NOISSUE Remove outdated SSL docs | |||
2021-10-03 | NOISSUE fix typo in FMLLibrariesTask.cpp | Petr Mrázek | |
2021-10-03 | NOISSUE Remove outdated SSL docs | Philip T | |
the link is dead and the equivalent newer page is useless, https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn265983(v=ws.11)?redirectedfrom=MSDN#related-content | |||
2021-09-23 | NOISSUE add shader pack page for instances | Petr Mrázek | |
Only theme with an icon is simple colored, rest is TBD |