aboutsummaryrefslogtreecommitdiff
path: root/logic/net
AgeCommit message (Collapse)Author
2014-09-30Translation downloading!robotbrain
2014-09-06Sync from quickmodsPetr Mrázek
2014-07-07Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek
The url will now be shown as link, put into the clipboard AND opened in a browser. At the same time. To avoid losing the URL.
2014-07-03Make paste.ee logs expire after a monthPetr Mrázek
2014-06-09Implement adding jar mods, break saving library order.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-04-21Add proper FML libs URLPetr Mrázek
2014-04-19Download and cache FML libs for legacy minecraft versions.Petr Mrázek
* minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
2014-03-30Fix many memory leaks.Petr Mrázek
2014-03-07Fix a few paste upload bugsJan Dalheimer
Fixes https://www.pivotaltracker.com/story/show/66994990
2014-02-25Merge branch 'feature_screenshots' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file.
2014-02-25Reorganize all the screenshot filesPetr Mrázek
2014-02-24Imgur album creationJan Dalheimer
2014-02-24Working screenshot uploadJan Dalheimer
2014-02-24Screenshot fixes, move some code around, fix some stuffJan Dalheimer
2014-02-23Close to finished. Need to fix the upload part. Viewing works (in grayscale)robotbrain
2014-02-23Initial stuff. It doesnt work.robotbrain
2014-02-19New, better, liteloader supportJan Dalheimer
2014-01-27Offline mode can be used even when online.Petr Mrázek
Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
2014-01-18Marginally improve OneSix offline mode launchPetr Mrázek
While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
2014-01-13Small fix for stale files getting stuck in the cachePetr Mrázek
2014-01-12Show Mojang service statuses in status barSky
2014-01-11Harden CacheDownload.Petr Mrázek
It's now super hard. SRSLY.
2014-01-10Make CacheDownload use QSaveFilePetr Mrázek
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