Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-10 | fix: emit signals when aborting NetJob | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | Merge pull request #966 from flowln/refactor_tasks | flow | |
Reduce code duplication in tasks, fix some bugs and add some tests | |||
2022-09-05 | Merge pull request #1034 from Scrumplex/detect-performance-features | Sefa Eyeoglu | |
2022-08-28 | refactor: make NetJob inherit from ConcurrentTask as well! | flow | |
Avoids lots of code duplication Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-21 | feat: add eternal cache entries | flow | |
Those are entries that don't get stale over time, so we don't invalidate them if they 'expire'. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-11 | Merge pull request #920 from flowln/metacache_fix | timoreo | |
2022-08-08 | refactor: store current capabilities | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-23 | Merge pull request #877 from Scrumplex/refactor-offline-accounts | Sefa Eyeoglu | |
2022-07-23 | fix: treat accounts as offline, if auth servers are down | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-21 | change(cache): use cache-specific http headers for their lifetime | flow | |
This uses the 'Age', 'Cache-Control' and 'Expires' HTTP headers to more accurately set up the cache lifetime, falling back to a static 1-week time if they're not present in the response. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: allow aborting upload tasks | flow | |
This maintains the same behaviour as the Download task. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-16 | fix: add expiration time to cache entries | flow | |
This is to prevent problems where the cache entry would still be used way after the remote resource got updated. The limit is hardcoded for 1 week, which I think is a reasonable time, but this could be further tweaked. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-11 | Merge pull request #678 from Scrumplex/improvements-around-proprietary-services | Sefa Eyeoglu | |
2022-07-10 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: fix slots for Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | chore: add missing license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | feat: track capabilities of application | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | refactor: rename references to CurseForge to Flame | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | Revert "fix: remove updater if it is not used" | Sefa Eyeoglu | |
This reverts commit 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-04 | feat: custom user-agent | Ryan Cao | |
2022-05-28 | Rework curseforge download (#611) | timoreo22 | |
* Use the bulk endpoint on mod resolution for faster download * Search on modrinth for api blocked mods * Display a dialog for manually downloading blocked mods | |||
2022-05-21 | Change paste settings and add copyright headers | Lenny McLennington | |
- There's now a notice reminding people to change the base URL if they had a custom base URL and change the paste type (that was something I personally had problems with when I was testing, so a reminder was helpful for me). - Broke down some of the long lines on APIPage.cpp to be more readable. - Added copyright headers where they were missing. - Changed the paste service display names to the names they are more commonly known by. - Changed the default hastebin base URL to https://hst.sh due to the acquisition of https://hastebin.com by Toptal. | |||
2022-05-21 | Support paste.gg, hastebin, and mclo.gs | Lenny McLennington | |
2022-05-21 | Merge pull request #500 from flowln/net_refactor | Sefa Eyeoglu | |
Refactor a little the code in `launcher/net/` files | |||
2022-05-20 | Add cursefrog key override | dada513 | |
2022-05-17 | chore: remove copyright from files i didnt mess with | flow | |
This is what happens when you auto-pilot stuff xdd | |||
2022-05-12 | chore: add polymc license headers to launcher/net files | flow | |
2022-05-12 | fix: abort and fail logic in tasks | flow | |
Also sets up correctly the status connections | |||
2022-05-12 | refactor: more net cleanup | flow | |
This runs clang-tidy on some other files in launcher/net/. This also makes use of some JSON wrappers in HttpMetaCache, instead of using the Qt stuff directly. Lastly, this removes useless null checks (crashes don't occur because of this, but because of concurrent usage / free of the QByteArray pointer), and fix a fixme in Download.h | |||
2022-05-12 | refactor: remove some superfluous signals | flow | |
Since now we're inheriting from Task, some signals can be reused. | |||
2022-05-12 | refactor: organize a little more the code in launcher/net/ | flow | |
This also reduces some code duplication by using some Task logic in NetAction. | |||
2022-05-08 | adopt changes from #497 remapped | Ryan Cao | |
2022-01-23 | support paste.polymc.org | swirl | |
2022-01-19 | PasteUpload: Trim whitespace from response body | Lenny McLennington | |
2022-01-19 | PasteUpload task changed to use 0x0.st's protocol | Lenny McLennington | |
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code. | |||
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-29 | GH-4299 Fix screenshot upload | Janrupf | |
2021-12-29 | GH-4299 Don't hard crash on when missing network | Janrupf | |
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-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |
2013-08-17 | Move all the things (YES. Move them.) | Petr Mrázek | |
Also, implemented some basic modlist logic, to be wired up. | |||
2013-01-11 | CMake build system, big pile of libs: bspatch, quazip, java, the launcher | Petr Mrázek | |