Simon McVittie
8e01e6d9dc
cdn: Cope with depots with no name
App ID 1628350 "Steam Linux Runtime - Sniper" contains depot 1628351,
which has no name, causing steam.client.cdn.CDNClient to crash with
a KeyError while retrieving manifests from that depot. Fall back to
using the depot ID as a placeholder name.
Signed-off-by: Simon McVittie <[email protected] >
3 years ago
Rossen Georgiev
1cb46e181d
move monkey module to steam.monkey; #364
4 years ago
Rossen
107ef803d4
Remove gevent monkey patch by default in steam.client ( #364 )
* remove gevent monkey patch by default in steam.client
* add entry to changelog
4 years ago
Rossen Georgiev
8ce3b50414
fix license check for DLC depots
4 years ago
Rossen Georgiev
caa7072cf0
add CDNClient.clear_cache(); fix #291
4 years ago
Rossen Georgiev
03705d03c6
fix #269 ; get_product_info() fail for packages requiring access_token
Valve introduced access_tokens to packages that can be found in liceneses
5 years ago
Rossen Georgiev
c52f63f9f2
cdn: filter out OpenCache temporary
fix #264
review after #264
5 years ago
Rossen Georgiev
6e0871c499
CDNDepotFile: fix incorrect chunk location code
5 years ago
Rossen Georgiev
e5e1130e6b
rename steam.util to steam.utils
5 years ago
Rossen Georgiev
e6fc929c17
cdn: dont check licenses when decrypt=False for get_manifests()
6 years ago
Rossen Georgiev
b768304435
cdn: add decrypt param to get_manifests() and dont iter files on encrypted depots
6 years ago
Rossen Georgiev
6a0873c38b
cdn: add get_app_depot_info() to allow overriding caching behaviour
6 years ago
Rossen Georgiev
1606c71d3c
cdn: improve get_manifests() logic for shared repos
6 years ago
Rossen Georgiev
410756070a
fix CDNDepotFile.read() skipping chunks and returning bad data
6 years ago
Rossen Georgiev
b114c82f4c
fix buggy lzma decompressor producing shorter output
6 years ago
Rossen Georgiev
a83ca7f81b
cdn: make class overrides easier
6 years ago
Rossen Georgiev
451c53f021
cdn: use only depot_id for caching decrypt keys
6 years ago
Rossen Georgiev
a2d26f44b3
minor code tweaks; cell_id, cdn requests
6 years ago
Rossen Georgiev
1b4dba9c6d
update SteamError and add on CDNClient
6 years ago
Rossen Georgiev
91377faa82
refactor unified messages to use the new methods
* Removed SteamClient.unified_messages
* Added steam.exceptions.SteamError
6 years ago
Rossen Georgiev
dfcc0a748c
update README and docs
6 years ago
Rossen Georgiev
90c7466ed6
cdnclient: docstring tweaks
6 years ago
Rossen Georgiev
788c1be6aa
cdn: update all docs string
6 years ago
Rossen Georgiev
f3a21174a9
add support for password proected branches
6 years ago
Rossen Georgiev
fde332fd02
fix #196 ; remove ClientServerList handling
6 years ago
Rossen Georgiev
5042cf41bd
remove cdn_auth_token as its no longer required
6 years ago
Rossen Georgiev
7f8b033ecd
add support for anonymous user
6 years ago
Rossen Georgiev
4010691483
make get_manifest request parallel
6 years ago
Rossen Georgiev
99604bad8f
VZ decompress tweaks
6 years ago
Rossen Georgiev
7bfcf5cb4b
only get depots with a license + filter func
* resolve which apps and depots the account has licenses for
* add filter_func paramter to allow custom selection of depots for an app
6 years ago
Rossen Georgiev
9d1bd5974e
remove workshop lookup + add chunk caching
6 years ago
Rossen Georgiev
8c6c2eb546
improvements + CDNDepotManifest + CDNDepotFile
* fixed VZ decompressoin and add some checks
* add get_manifest() which returns a list of CDNDepotManifest for app_id and branch
* add iter_files() which will get all manifests, and iter files for app_id and branch
* add get_manifest_for_workshop_item() can be used to download steampiped hosted workshop items
* add basic caching inside CDNClient
* CDNDepotManifest, which enhances DepotManifest and inits CDNDepotFiles
* CDNDepotFile expands DepotFile to a file like object that can be used to directly seek and
read files from steampipe
6 years ago
Rossen Georgiev
5d0efb4bf2
add LZMA decompression for chunks
6 years ago
Rossen Georgiev
eb57e82b5b
add DepotFile + improve CDNClient
* DepotFile for Manifest mappings
* CDNClient now handles content servers selection better
* CDNClient can auto get and cache cdn auth tokens and depot keys
* added get_chunk() to CDNClient, only ZIP compression, TODO LZMA
6 years ago
Rossen Georgiev
340b7ffada
add initial CDNClient + DepotManifest
6 years ago