aboutsummaryrefslogtreecommitdiff
path: root/logic/net
AgeCommit message (Collapse)Author
2013-12-23Use the central URL list for forge URLsPetr Mrázek
2013-12-22Make pack200 use QFile by proxy, eliminating some unicode issues.Petr Mrázek
2013-12-21Fix issues with the updaterPetr Mrázek
* Bad URLs used for downloading update files * MD5ETagDownload resetting the expected ETag after failure to the failed file MD5 checksum * Delete MD5ETagDownload downloaded files if the download fails.
2013-12-20Some test madnessPetr Mrázek
2013-12-15Use asset sizes from the index to make the progress bar betterPetr Mrázek
2013-12-13First sweep moving URLs to a constants fileSky
2013-12-10Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
Conflicts: CMakeLists.txt gui/MainWindow.cpp
2013-12-10Finish assets update for 1.7.3Petr Mrázek
2013-12-09Merge branch 'feature_updater' into developAndrew
2013-12-08Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 ↵Petr Mrázek
into develop
2013-12-08Finish preliminary offline supportPetr Mrázek
* ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work.
2013-12-06Open the url direectly.robotbrainify
2013-12-06Fixes to pastingrobotbrainify
2013-12-06work on pasting instance logsrobotbrainify
blame clang for formatting changes
2013-12-05Implement update installerAndrew
2013-11-28Nuke dead codeAndrew
2013-11-22Implement user info stub for newest minecraft snapshotPetr Mrázek
2013-11-19Forge XZ downloads now use temp files local to MultiMC, files are removed.Petr Mrázek
2013-11-17Use the forge mirrors for downloading forge librariesPetr Mrázek
Let's hope we never, ever see a forge download error again.
2013-11-16Mark forge lib downloads as failed when they failPetr Mrázek
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-10-26S3 bucket listing support and network code refactors.Petr Mrázek
* Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors
2013-10-26Add assets download status to status bar.Sky
2013-10-23Actually use QJson for Yggdrasil requestsPetr Mrázek
2013-10-18Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek
2013-10-17Use Yggdrasil error response when available, or fall back to legacy HTTP ↵Sky
error codes
2013-10-17Un-copy-pasta the login response handler using std::function magicSky
2013-10-15Improve error message for invalid login details using yggdrasil, add debug ↵Sky
log for unknown codes
2013-10-11Fix auth for 13w41aPetr Mrázek
2013-10-06Log failure reasons of cache downloadsPetr Mrázek
2013-10-06Added file loggerPetr Mrázek
2013-10-02Add user agent header to most MultiMC download requests.Petr Mrázek
2013-10-01Add missing includePetr Mrázek
2013-09-30``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek
2013-09-26Compression algo dependencies, still need hackery...Petr Mrázek
2013-09-23Implement basic yggdrasil auth.Petr Mrázek
No fancy login token saving involved.
2013-09-22Cache forge version list (it's huge)Petr Mrázek
2013-09-18Implement legacy forge button!Petr Mrázek
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
2013-09-10Progress works for null downloads (header checks)Petr Mrázek
2013-09-10Fix download progress (bars)Petr Mrázek
2013-09-08Use youtrack for bugsPetr Mrázek
2013-09-08Use HttpMetaCache to minimize network use.Petr Mrázek
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-09-06Untested ETag cache class.Petr Mrázek
Yep.
2013-09-02Speed up the downloads. Massively.Petr Mrázek
2013-08-26OS compatibility and generic cleanup.Petr Mrázek
Removed bspatch/patchlib Now builds and runs on Windows
2013-08-24Legacy jar reassembly, base of proper custom jar supportPetr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.