Rossen Georgiev
828c3c61d8
generate native enums from protos
2 years ago
alec-hs
74e4292499
Added DepotFile missing properties ( #414 )
* Added DepotFile missing properties
2 years ago
Rossen Georgiev
dd147db07f
bump to v1.4.4
2 years ago
Rossen Georgiev
abf65abff1
utils: update appinfo for new format
Close #418
2 years ago
Rossen Georgiev
eb3bf3188f
bump to v1.4.3
3 years ago
Rossen Georgiev
8ac3cdfaac
remove extra variable added in 07d6898
3 years ago
Rossen Georgiev
1e4e018890
bump to v1.4.2
3 years ago
Rossen Georgiev
07d6898b09
fix CDNDepotFile.read() not returning the whole file
3 years ago
Rossen Georgiev
06a1057025
bump to v1.4.1
3 years ago
Rossen Georgiev
8d9b569006
fix #408 ; heartbeat_seconds on login
3 years ago
Rossen Georgiev
45723f1230
bump to v1.4.0
3 years ago
Rossen Georgiev
89113bf6d7
update protobufs
3 years ago
Rossen
4650362945
fix typo before the grammer police gets me
3 years ago
Rossen Georgiev
843a132fa7
bump to v1.3.0
3 years ago
Rossen Georgiev
eb8930aa2e
implement manifest request codes
3 years ago
Rossen Georgiev
2a572c99c6
bump to v1.2.1
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
Sam.An
7aef9d2df5
Change exception name
`TooManyTimesFailed` -> `TooManyLoginFailures`
3 years ago
sammiee5311
e8c929dda1
Update raise exception in `Webauth.cli_login`
4 years ago
abitmoony
0c5c8a5292
Fixed typo: uknown → unknown
3 years ago
Joshua May
0a6d152e51
Fixed typo: s/fiendly/friendly/
3 years ago
Rossen Georgiev
1cb46e181d
move monkey module to steam.monkey; #364
3 years ago
Rossen Georgiev
3275225637
SteamLeaderboard: make data param optional
3 years ago
Rossen
053bbdc39c
guard: document secret.json format
Closes #363
4 years ago
Rossen Georgiev
a45c91dff6
add steam.version_report + github templates
Closes #266
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
f48192bdaa
update protobufs
4 years ago
Tim Jensen
7ddb7f3eb9
Add optional "binary" argument to a2s_rules function ( #359 )
* Adding optional binary option to a2s_rules function
* Adding "u" prefix to expected string value to keep legacy Python compatibility
* Setting upper limit on protobuf version to keep legacy Python compatibility because protobuf version 3.18 dropped 2.7 support
* Adding docs for new a2s_rules optional binary argument
* Correcting return type for a2s_rules function
* Setting upper limit on protobuf version to keep legacy Python compatibility because protobuf version 3.18 dropped 2.7 support
* Lifting protobuf upper version limit for Python 3, per PR comment
* Removing duplicate binary check, per PR comment
* Lifting protobuf upper version limit for Python 3, per PR comment
4 years ago
Rossen Georgiev
b2e1f7755c
SteamUser: add refresh() method and rework logic
4 years ago
Rossen
955b38ff95
a2s_info: replace to_bytes with _pack
4 years ago
philippj
2c608af8bd
Fixed a typo and added support for new A2S Info challenge #298
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
Hexiro
743725dd2d
properly pass `http_timeout`
4 years ago
Hexiro
fee99bb56f
fix: webauth `donotcache` was mispelled
4 years ago
Rossen Georgiev
9ac4202004
add EPackageStatus enum
4 years ago
Rossen Georgiev
05465cb250
add EPaymentMethod enum
4 years ago
Rossen Georgiev
8ce3b50414
fix license check for DLC depots
4 years ago
Rossen Georgiev
b96a2203c0
SteamAuthenticator: refactor add phone methods + add confirm_email
fix #312
4 years ago
Rossen Georgiev
078521788c
update protobufs
4 years ago
Rossen Georgiev
f448646ca1
SteamID: invite_code_to_tuple() to SteamID.from_invite_code()
4 years ago
Rossen Georgiev
6defa19d01
SteamID: add CSGO friend code
fix #303
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 Georgiev
ca051e18e3
add DepotFile.is_executable
4 years ago
Rossen Georgiev
0054ea2067
refactor decrypt_filenames() for speed
4 years ago
EncryptedKitten
57e3dbdffa
Added a linktarget_raw and linktarget property to DepotFile, and added decryption of the linktarget to decrypt_filenames in DepotManifest.
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
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