aboutsummaryrefslogtreecommitdiff
path: root/logic/net
AgeCommit message (Collapse)Author
2015-04-02NOISSUE Refactors and moving of thingsPetr Mrázek
2015-04-01GH-853 evict asset index files from cache when they don't parsePetr Mrázek
2015-03-27GH-841 fix for modpack downloads on windowsPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2015-01-11GH-721 Log errors in asset and MMC update downloads.Petr Mrázek
2015-01-11GH-721 Redo internal NetJob implementation.Petr Mrázek
NetJob is now using its own task queue and does not start more than 6 actions at the same time
2015-01-11GH-719 Fix paste upload encoding and do not try to upload over limitPetr Mrázek
2014-12-12NOISSUE Always follow redirects for NetAction based downloadsPetr Mrázek
2014-11-09Give paste upload a nice status messagePetr Mrázek
Fixes #364
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-11-02Update copyright year (finally...)Jan Dalheimer
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