Rossen Georgiev
a05be6f98e
bump v1.2.0
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
05ff121c0a
add license and billing enums
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
070e4a3c95
bump to v1.1.1
4 years ago
Rossen Georgiev
bb2963af4e
guard: syntax error on one of the exceptions
4 years ago
Rossen Georgiev
d6a2c240d6
bump to v1.1.0
4 years ago
Rossen Georgiev
24237f44e4
get_product_info fills access_tokens automatically
4 years ago
Melvyn Depeyrot
6f955c4b4d
WebAuth: Add oauth login functionality ( #211 )
5 years ago
Rossen Georgiev
6209db9a05
add EPurchaseResultDetail enum
5 years ago
Rossen Georgiev
8191d87392
steamid: fix failing test
5 years ago
Rossen Georgiev
92c5107c7c
fix #259 : not validating input for uint64 in make_steam64
5 years ago
Rossen Georgiev
a01bfe374f
fix #271 : code bugs detected by sonarcloud
5 years ago
Rossen Georgiev
9c33cc1a4a
bump to v1.0.2
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
8725143be7
update protobufs
5 years ago
Rossen Georgiev
c52f63f9f2
cdn: filter out OpenCache temporary
fix #264
review after #264
5 years ago
Rossen Georgiev
c20b5902e3
SteamAuthenticator: add revocation_code param to remove() method
fix #262
5 years ago
Rossen Georgiev
79c7f2c729
bump v1.0.1
5 years ago
Rossen Georgiev
447e14ce32
fix EMsg having *Base messages overriding and breaking get_cmsg
5 years ago
Rossen Georgiev
49e6c6bbbd
bump to v1.0.0
5 years ago
Rossen Georgiev
0390644943
salt.utils.appcache: fix packageinfo parse for new magic
fix #253
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
3a118a3b2f
steam.utils.appcache: remove extra double quote
5 years ago
Rossen Georgiev
384ab9bafc
steam.utils.appcache: update docstrings
5 years ago
Rossen Georgiev
d2a3772c17
bump to v1.0.0-alpha8
5 years ago
Rossen Georgiev
61e32e4ef3
add steam.utls.appcache methods to parse appcache files
Close #179
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
7b88d0edfb
bump to v1.0.0-alpha7
5 years ago
Rossen Georgiev
7df7bfcfc9
re-record VCRs; fix SteamID.from_url for groups
Closes #188
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
42af857e73
update protobufs
5 years ago
Rossen Georgiev
8fd398f9c4
update enums
* updated EResult
* updated various other enums
* added a few missing enums
Closes #178
5 years ago
Rossen Georgiev
bb9013a0fe
update EMsg enum
Part of #178
5 years ago
Rossen Georgiev
dc1fa7bd3f
add reconnect delay jitter
Close #227
5 years ago
Rossen
04a392753b
Add s.team invite codes to SteamID ( #218 )
* add invite_code and invite_url properties to SteamID
* steam64_from_url now handles invite codes (they redirect to profiles)
* invite_code_to_tuple for parsing invite code (as link, or alone)
* add a few tests to cover the obvious cases for invite codes
5 years ago
Rossen Georgiev
19eee7659e
remove extra Max from EServerType enum
5 years ago
Rossen Georgiev
acd8b39c76
update common enums
close #244
5 years ago
Philipp Joos
d9d6c76823
Implemented method to claim free licenses ( #213 )
5 years ago
int3l
46e4cdf1b6
Fix unhandled exception for invalid numeric SteamIDs ( #248 )
Too big integers or numeric strings raise TypeError in make_steam64 instead of returning valid SteamID object with the invalid flag set.
Examples:
SteamID(111111111111111111111111111111111111111)
SteamID('11111111111111111111111111111111111111')
5 years ago