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
Rossen Georgiev
340b7ffada
add initial CDNClient + DepotManifest
6 years ago
Rossen Georgiev
e0ea2c7264
client: add handle for server list
6 years ago
Rossen Georgiev
f8e35f17a2
bump to v1.0.0-alpha1
6 years ago
Rossen Georgiev
95024dbed1
add link for steamctl
[ci skip]
6 years ago
Rossen Georgiev
08ec8a3fdb
tweak __all__ generation code for enums
6 years ago
Rossen Georgiev
7221b1676e
game_servers: tweak master_query chunk size
6 years ago
Rossen Georgiev
f572095fea
webauth: fix ambiguous doc method ref
6 years ago
Rossen Georgiev
3d991390d3
game_servers: small tweaks to docstring
6 years ago
Rossen Georgiev
4117911041
remove imports from 'steam' namespace
Since there are many modules, importing anything inside the steam namespace introduces an extra
cost. Cleaning up the space will allow dependent stuff to import just the modules it needs without
anything extra. This will also improve start up times for cli programs.
6 years ago
Rossen Georgiev
4c763f6e2c
tweak __all__ generation for enums
6 years ago
Rossen Georgiev
699f4dce8b
SteamClient: only send ChangeStatus as normal user
[ci skip]
6 years ago
Rossen Georgiev
bb751b3166
add master server to README and docs
[ci skip]
6 years ago