Rossen Georgiev
8ac3cdfaac
remove extra variable added in 07d6898
3 years ago
Rossen Georgiev
07d6898b09
fix CDNDepotFile.read() not returning the whole file
3 years ago
Rossen Georgiev
eb8930aa2e
implement manifest request codes
3 years ago
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 Georgiev
3275225637
SteamLeaderboard: make data param optional
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
b2e1f7755c
SteamUser: add refresh() method and rework logic
4 years ago
Hexiro
22ad89ed27
revert logic change in client
4 years ago
Hexiro
083d1a9a23
replace `else: if:` with a literal `elif`
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
33d2279699
update protobufs ( #293 )
* update protobufs
* add utils.ip6_*; code changes due to proto update
* add win_inet_pton for py27 on windows
4 years ago
Rossen
dca87e07cc
do not emit chat_message event when its local_echo
Fix for a bug reported in #13
4 years ago
Rossen Georgiev
12b11f3217
get_product_info: _sha in hex representation
This garantees that the output is serializable by JSON (no bytes objects)
4 years ago
Rossen Georgiev
94b666f431
add raw parm to get_product_info()
Allows for the raw buffer to be returned in the response
4 years ago
Rossen Georgiev
936bb58e3f
get_product_info can now request only meta data
4 years ago
Rossen Georgiev
4cc3d3aff5
remove stray print statement in get_product_info
4 years ago
Rossen Georgiev
24237f44e4
get_product_info fills access_tokens automatically
4 years ago
Rossen Georgiev
a01bfe374f
fix #271 : code bugs detected by sonarcloud
5 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
PinkDraconian
2267f9cc2a
Added function 'get_encrypted_app_ticket'
Added function. Full further support is already there. Function runs the existing but unused proto
5 years ago
Rossen Georgiev
42069825a2
fix a couple of code blocks in docstrings
5 years ago
Rossen Georgiev
6e0871c499
CDNDepotFile: fix incorrect chunk location code
5 years ago
Rossen Georgiev
58f51a94f9
move proto related util functions to steam.utils.proto
5 years ago
Rossen Georgiev
e5e1130e6b
rename steam.util to steam.utils
5 years ago
Rossen Georgiev
0d5609a553
fix undefined for set_ui_mode()
5 years ago
Rossen Georgiev
ae0656a144
improve user relationship state handling
block/unblock of users caused states that we don't handle well.
This patch fixes it, as blocked user become part of the friend list
Related #243
5 years ago
Rossen Georgiev
d7f852dde3
SteamUser: show relationship in repr
5 years ago
Rossen Georgiev
abd737589b
client: add block/unblock methods for steam users
Close #243
Close #225
5 years ago
Rossen Georgiev
68d6df49d3
add set_ui_mode() method
Closes #242
5 years ago
Rossen Georgiev
443c0dac0a
client: remove Account methods as they been deprecated
Closes #231
These methods no longer work, and have been replaced by https://help.steampowered.com/en/wizard/HelpWithLoginInfo
5 years ago
Rossen Georgiev
dc1fa7bd3f
add reconnect delay jitter
Close #227
5 years ago
Philipp Joos
d9d6c76823
Implemented method to claim free licenses ( #213 )
5 years ago
Rossen Georgiev
024acb14a9
expose _missing_token in get_product_info() result
6 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
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 Georgiev
12f5ae7520
update UM protos
6 years ago