Rossen Georgiev
fda65156b3
fix #223 ; incorrect import statement in docs
5 years ago
Rossen Georgiev
09f4f51a28
bump to v1.0.0-alpha6
fix bug introduced in b47f267aa1
6 years ago
Rossen Georgiev
e49d0b15cf
bump to v1.0.0-alpha5
6 years ago
Rossen Georgiev
c708ed0c75
update gevent-eventemitter req to >=2.1
6 years ago
Rossen Georgiev
b47f267aa1
CMClient: move _LOG attr to class level
6 years ago
Pavel Djundik
a2d79a085b
docs: update url to xPaw api page ( #214 )
6 years ago
Rossen Georgiev
fcb584f205
bump to v1.0.0-alpha4
6 years ago
Rossen Georgiev
e6fc929c17
cdn: dont check licenses when decrypt=False for get_manifests()
6 years ago
Rossen Georgiev
e0cf6f1d22
bump to v1.0.0-alpha3
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
e7427414a9
bump to v1.0.0-alpha2
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
060f976cf8
update Msg/MsgProto __repr__
6 years ago
Rossen Georgiev
43f261d9c9
update and tweaks docs and sphinx conf
6 years ago
Rossen Georgiev
a2d26f44b3
minor code tweaks; cell_id, cdn requests
6 years ago
Rossen Georgiev
f8734226f7
make SteamClient.relogin() return login status
6 years ago
Rossen Georgiev
1b4dba9c6d
update SteamError and add on CDNClient
6 years ago
offish
510cce33f5
fix docstring type for persona_state attr ( #202 )
6 years ago
Rossen
c3547c3492
update badges in README
6 years ago
Rossen Georgiev
12f5ae7520
update UM protos
6 years ago
Rossen Georgiev
8dec921a59
update SteamClient to use new chat mode
6 years ago
Rossen Georgiev
da8d69dac4
add CMsgClientUIMode and enable chat_mode=2
6 years ago
Rossen Georgiev
e356933aa0
parse message body only when there are listeners
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
278a0c365a
update CHANGES.md
6 years ago
Rossen Georgiev
97087b54ea
add payload property to messages
6 years ago
Rossen Georgiev
620cd8cecd
update EMsg enum
6 years ago
Rossen Georgiev
524a3981ce
steamclient: bump protocol version to 65580
6 years ago
Rossen Georgiev
c5e31508de
fix some docstrings
6 years ago
Rossen
12b75e2519
Merge pull request #191 from ValvePython/cdn_client
Implements CDNClient
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
0f1b4ad824
remove cell_id prop from SteamClient
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