summaryrefslogtreecommitdiffstats
path: root/logic/net
Commit message (Collapse)AuthorAgeLines
* Give paste upload a nice status messagePetr Mrázek2014-11-09-0/+1
| | | | Fixes #364
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-5/+5
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-7/+7
|
* Translation downloading!robotbrain2014-09-30-1/+4
|
* Sync from quickmodsPetr Mrázek2014-09-06-14/+65
|
* Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek2014-07-07-4/+12
| | | | | 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.
* Make paste.ee logs expire after a monthPetr Mrázek2014-07-03-1/+1
|
* Implement adding jar mods, break saving library order.Petr Mrázek2014-06-09-1/+0
|
* Begin the transformation!Petr Mrázek2014-06-09-642/+1
| | | | Nuke all the things.
* Add proper FML libs URLPetr Mrázek2014-04-21-1/+1
|
* Download and cache FML libs for legacy minecraft versions.Petr Mrázek2014-04-19-0/+4
| | | | | | * 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
* Fix many memory leaks.Petr Mrázek2014-03-30-3/+7
|
* Fix a few paste upload bugsJan Dalheimer2014-03-07-7/+6
| | | | Fixes https://www.pivotaltracker.com/story/show/66994990
* Merge branch 'feature_screenshots' into integration_json_and_toolsPetr Mrázek2014-02-25-15/+34
|\ | | | | | | | | | | | | Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file.
| * Reorganize all the screenshot filesPetr Mrázek2014-02-25-268/+0
| |
| * Imgur album creationJan Dalheimer2014-02-24-17/+148
| |
| * Working screenshot uploadJan Dalheimer2014-02-24-4/+3
| |
| * Screenshot fixes, move some code around, fix some stuffJan Dalheimer2014-02-24-12/+18
| |
| * Close to finished. Need to fix the upload part. Viewing works (in grayscale)robotbrain2014-02-23-96/+31
| |
| * Initial stuff. It doesnt work.robotbrain2014-02-23-0/+198
| |
* | New, better, liteloader supportJan Dalheimer2014-02-19-0/+1
|/
* Offline mode can be used even when online.Petr Mrázek2014-01-27-4/+0
| | | | | | 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.
* Marginally improve OneSix offline mode launchPetr Mrázek2014-01-18-11/+19
| | | | | While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
* Small fix for stale files getting stuck in the cachePetr Mrázek2014-01-13-5/+11
|
* Show Mojang service statuses in status barSky2014-01-12-0/+2
|
* Harden CacheDownload.Petr Mrázek2014-01-11-25/+39
| | | | It's now super hard. SRSLY.
* Make CacheDownload use QSaveFilePetr Mrázek2014-01-10-30/+24
|
* Use the central URL list for forge URLsPetr Mrázek2013-12-23-0/+2
|
* Make pack200 use QFile by proxy, eliminating some unicode issues.Petr Mrázek2013-12-22-6/+39
|
* Fix issues with the updaterPetr Mrázek2013-12-21-16/+30
| | | | | | * 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.
* Some test madnessPetr Mrázek2013-12-20-1/+4
|
* Use asset sizes from the index to make the progress bar betterPetr Mrázek2013-12-15-264/+69
|
* First sweep moving URLs to a constants fileSky2013-12-13-1/+32
|
* Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek2013-12-10-0/+9
|\ | | | | | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.cpp
| * Merge branch 'feature_updater' into developAndrew2013-12-09-0/+9
| |\
| | * Implement update installerAndrew2013-12-05-0/+9
| | |
* | | Finish assets update for 1.7.3Petr Mrázek2013-12-10-15/+16
|/ /
* | Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 ↵Petr Mrázek2013-12-08-0/+110
|\ \ | | | | | | | | | into develop
| * | Open the url direectly.robotbrainify2013-12-06-7/+2
| | |
| * | Fixes to pastingrobotbrainify2013-12-06-4/+5
| | |
| * | work on pasting instance logsrobotbrainify2013-12-06-0/+114
| |/ | | | | | | blame clang for formatting changes
* / Finish preliminary offline supportPetr Mrázek2013-12-08-0/+2
|/ | | | | | | | | * 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.
* Nuke dead codeAndrew2013-11-28-369/+0
|
* Implement user info stub for newest minecraft snapshotPetr Mrázek2013-11-22-11/+20
|
* Forge XZ downloads now use temp files local to MultiMC, files are removed.Petr Mrázek2013-11-19-1/+4
|
* Use the forge mirrors for downloading forge librariesPetr Mrázek2013-11-17-44/+285
| | | | Let's hope we never, ever see a forge download error again.
* Mark forge lib downloads as failed when they failPetr Mrázek2013-11-16-0/+10
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-130/+368
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-118/+310
| | | | | | * 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
* Add assets download status to status bar.Sky2013-10-26-1/+6
|