aboutsummaryrefslogtreecommitdiff
path: root/launcher/net/ByteArraySink.h
AgeCommit message (Collapse)Author
2023-06-15Made ByteSynkArray to use shared_ptrTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-09Updated the messagesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-09Fixed some crashesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2022-05-12chore: add polymc license headers to launcher/net filesflow
2022-05-12refactor: more net cleanupflow
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-12refactor: organize a little more the code in launcher/net/flow
This also reduces some code duplication by using some Task logic in NetAction.
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek