Ryan Kistner
|
6b05a3e8cb
|
When downloading files into a target directory, remove files with conflicting paths from earlier depots. Fixes #188
|
5 years ago |
Ryan Kistner
|
27960f3d18
|
Target SteamKit 2.4.0-Alpha.2
|
5 years ago |
Pavel Djundik
|
60b4451417
|
Normalize slashes in filepath; explicit regex support (#175)
Fixes #30 #18 #17
|
5 years ago |
Pavel Djundik
|
9d4b87ba60
|
Fix ugc web download and remove dead code (#174)
|
5 years ago |
Margen67
|
d7870040fe
|
ci improvements (#169)
|
5 years ago |
Margen67
|
11e1bdbea6
|
Delete .travis.yml (#168)
|
5 years ago |
Yaakov
|
069e8985ed
|
Merge pull request #156 from SteamRE/dependabot/nuget/protobuf-net-3.0.73
Bump protobuf-net from 3.0.52 to 3.0.73
|
5 years ago |
dependabot-preview[bot]
|
223815dca5
|
Bump protobuf-net from 3.0.52 to 3.0.73
Bumps [protobuf-net](https://github.com/protobuf-net/protobuf-net) from 3.0.52 to 3.0.73.
- [Release notes](https://github.com/protobuf-net/protobuf-net/releases)
- [Changelog](https://github.com/protobuf-net/protobuf-net/blob/main/docs/releasenotes.md)
- [Commits](https://github.com/protobuf-net/protobuf-net/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
5 years ago |
Ryan Kistner
|
70da480efe
|
Allow a list of -manifest ids to match -depot
|
5 years ago |
Ryan Kistner
|
ffd22a52ff
|
Use C# 7.0 tuples
|
5 years ago |
Ryan Kistner
|
f146251555
|
Anonymous users cannot use UFSGetUGCDetails
|
5 years ago |
Ryan Kistner
|
a58059eb80
|
When downloading using -ugc we need to check UGCDetails first for a file URL (like -pubfile). Resolves #59
|
5 years ago |
Ryan Kistner
|
8fcfd837b0
|
Alternate -pubfile implementation using GetDetails
|
5 years ago |
Ryan Kistner
|
079f91167f
|
Allow multiple depot ids to be specified. Resolves #147
|
5 years ago |
Ryan Kistner
|
cda5eb5137
|
Proxy logic brought into SteamKit
|
5 years ago |
Ryan Kistner
|
729d4cdc61
|
Actually flag off new CDNClient features
|
5 years ago |
Ryan Kistner
|
618090e23d
|
Support for proxying requests through OpenCache
|
5 years ago |
Ryan Kistner
|
30312af050
|
If an output directory is not specified, the deleted files list should be limited to each individual depot.
|
5 years ago |
Ryan Kistner
|
ac97c01107
|
Process download chunks as tasks to increase concurrency
|
5 years ago |
dependabot-preview[bot]
|
df7b44f7da
|
Bump protobuf-net from 3.0.24 to 3.0.52 (#138)
Bumps [protobuf-net](https://github.com/protobuf-net/protobuf-net) from 3.0.24 to 3.0.52.
- [Release notes](https://github.com/protobuf-net/protobuf-net/releases)
- [Changelog](https://github.com/protobuf-net/protobuf-net/blob/main/docs/releasenotes.md)
- [Commits](https://github.com/protobuf-net/protobuf-net/compare/3.0.24...3.0.52)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
5 years ago |
NicknineTheEagle
|
952cba8627
|
Implemented deleting files when updating (#113)
Implemented deleting files when updating
|
5 years ago |
NicknineTheEagle
|
a6d30efade
|
Re-fetch app info after obtaining FreeOnDemand license (#140)
|
5 years ago |
NicknineTheEagle
|
618ce3a3df
|
Fixed loading old manifest for updating (#139)
|
5 years ago |
Ryan Kistner
|
4c36d5ca31
|
Only capture one of each PackageToken
|
5 years ago |
Yaakov
|
8436d67afa
|
Merge branch 'dependabot/nuget/protobuf-net-3.0.24'
|
5 years ago |
dependabot-preview[bot]
|
93c89552a4
|
Bump SteamKit2 from 2.3.0-beta.2 to 2.3.0
Bumps [SteamKit2](https://github.com/SteamRE/SteamKit) from 2.3.0-beta.2 to 2.3.0.
- [Release notes](https://github.com/SteamRE/SteamKit/releases)
- [Commits](https://github.com/SteamRE/SteamKit/compare/2.3.0-beta.2...2.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
5 years ago |
dependabot-preview[bot]
|
84e8be5c80
|
Bump protobuf-net from 2.4.6 to 3.0.24
Bumps [protobuf-net](https://github.com/protobuf-net/protobuf-net) from 2.4.6 to 3.0.24.
- [Release notes](https://github.com/protobuf-net/protobuf-net/releases)
- [Changelog](https://github.com/protobuf-net/protobuf-net/blob/main/docs/releasenotes.md)
- [Commits](https://github.com/protobuf-net/protobuf-net/commits/3.0.24)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
5 years ago |
Yaakov
|
4372ea7045
|
Merge pull request #104 from xPaw/gh-actions
Add github action build workflow
|
5 years ago |
Ryan Kistner
|
f8d67d8c9b
|
Print task timeouts as connection timeouts
|
5 years ago |
NicknineTheEagle
|
4299c23bed
|
Various manifest related improvements (#94)
* Changed saved manifest name format for better clarity
* Expanded manifest-to-text conversion
|
5 years ago |
Pavel Djundik
|
05d6da9662
|
Implement package tokens (#103)
|
5 years ago |
Pavel Djundik
|
70a6e97bef
|
Add github action build workflow
|
5 years ago |
Ryan Kistner
|
2ca1f3e8e6
|
Filter CDN server list to the two types of content servers we support: SteamCache and CDN.
|
5 years ago |
Pavel Djundik
|
9979cda684
|
Format readme and add missing parameters (#96)
* Add missing parameters to readme
* Format readme
* Add examples to readme
|
5 years ago |
Ryan Kistner
|
5423bdc759
|
Use PublishedFile.GetItemDetails when looking up pubfiles. This also requires -app to be specified with -pubfile.
|
5 years ago |
NicknineTheEagle
|
6c37e21364
|
Updated usage help
|
5 years ago |
NicknineTheEagle
|
feb0f19e0d
|
Added -osarch parameter
|
5 years ago |
NicknineTheEagle
|
96e975aad9
|
Added -language and -lowviolence parameters
|
5 years ago |
Ryan Kistner
|
3e6cd3b4b1
|
Limit unnecessary concurrent CDN token requests. Combine CDN token requests for steamcontent.com. Added a diagnostic timeout for lost CDN token requests.
|
5 years ago |
Ryan Kistner
|
7476cdb0a3
|
Updated to SteamKit 2.3.0
|
6 years ago |
Ryan Kistner
|
642f43864a
|
Added -debug command line option to enable DebugLog. Report unhandled exceptions before re-throwing them.
|
6 years ago |
Michael
|
04214ed516
|
Update readme for -loginid
|
6 years ago |
Michael
|
231a05c3a6
|
-loginid console option to support concurrent processes
|
6 years ago |
Michael
|
266c4acc04
|
Normalize forward slashes in filelists on Win
|
6 years ago |
Ryan Kistner
|
751538019b
|
TryWaitForLoginKey should always attempt to wait a short period of time for login key updates if configured
|
6 years ago |
Pavel Djundik
|
def0729fce
|
Set LoginID
|
6 years ago |
Pavel Djundik
|
8dd7c4c1b5
|
Fix crashing on duplicate license
|
6 years ago |
Ryan Kistner
|
90dfd03b5e
|
Corrected FileMode when saving AccountSettingsStore
|
6 years ago |
Ryan Kistner
|
0d427acbb9
|
Added RollForward setting
|
6 years ago |
Ryan Kistner
|
436519d445
|
Split DepotDownloader configuration file into account settings stored in IsolatedStorage, and depot installation data stored in the .DepotDownloader config directory alongside cached manifests
|
6 years ago |