Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-13 | refactor: generalize mod models and APIs to resources | flow | |
Firstly, this abstract away behavior in the mod download models that can also be applied to other types of resources into a superclass, allowing other resource types to be implemented without so much code duplication. For that, this also generalizes the APIs used (currently, ModrinthAPI and FlameAPI) to be able to make requests to other types of resources. It also does a general cleanup of both of those. In particular, this makes use of std::optional instead of invalid values for errors and, well, optional values :p This is a squash of some commits that were becoming too interlaced together to be cleanly separated. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | refactor: use QIODevice instead of a whole QByteArray for hash calc. | flow | |
This allows Qt to do its thing and optimize the data gathering from the JAR. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-05-23 | chore: add license headers | flow | |
Prevents a massive inload of Scrumplex ditto's :) I didn't add it to every file modified in this PR because the other changes are pretty minor, and would explode the diff of the PR. I hope that's not a problem O_O | |||
2022-05-23 | change: support newest changes with packwiz regarding CF | flow | |
2022-05-23 | feat: allow trying to use multiple hash types | flow | |
2022-05-23 | refactor: make mod metadata presence (or lack of) easier to find out | flow | |
2022-05-23 | refactor: move code out of ModIndex.h | flow | |
Now it's in ModIndex.cpp |