summaryrefslogtreecommitdiffstats
path: root/logic/net
Commit message (Collapse)AuthorAgeLines
* 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
|
* Actually use QJson for Yggdrasil requestsPetr Mrázek2013-10-23-8/+10
|
* Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek2013-10-18-8/+20
|
* Use Yggdrasil error response when available, or fall back to legacy HTTP ↵Sky2013-10-17-19/+54
| | | | error codes
* Un-copy-pasta the login response handler using std::function magicSky2013-10-17-84/+63
|
* Improve error message for invalid login details using yggdrasil, add debug ↵Sky2013-10-15-0/+6
| | | | log for unknown codes
* Fix auth for 13w41aPetr Mrázek2013-10-11-2/+3
|
* Log failure reasons of cache downloadsPetr Mrázek2013-10-06-7/+7
|
* Added file loggerPetr Mrázek2013-10-06-61/+62
|
* Add user agent header to most MultiMC download requests.Petr Mrázek2013-10-02-14/+19
|
* Add missing includePetr Mrázek2013-10-01-0/+1
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-6/+330
|