Rossen Georgiev
26166e047b
ci: update action versions
2 years ago
Rossen Georgiev
546122235a
ci: use ubuntu-20.04 instead of latest temporary
2 years ago
Rossen Georgiev
3651b45e8e
limit urllib3 sub-dependency
* dropped python <=3.6
* incompatibility with vcrpy
2 years ago
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
4b34c98090
Makefile: remove pypi registration
No longer needed
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
e8ab3c3078
README: replace single quotes with double quotes
Commands may file in certain environments where single and double quotes cannot be used interchangeably.
Fix #390
3 years ago
Rossen
bf3cb330d3
docs: fix steam.monkey pointing to wrong module
3 years ago
Rossen Georgiev
843a132fa7
bump to v1.3.0
3 years ago
Rossen Georgiev
5d35642519
fix #385 ; incorrect version spec for protobuf
3 years ago
Rossen Georgiev
16f16ad571
Vagrantfile: update to ubuntu 20.04
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 <smcv@collabora.com>
3 years ago
Rossen Georgiev
be5d6adc5a
README: add quotes in pip command for zsh users
Fix #347
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
43fd929d11
fix config
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
061ca33842
docs: remove extra g in logging
4 years ago
Rossen Georgiev
8631c550c2
docs: logging should be subsection
4 years ago
Rossen Georgiev
66f1ee9f76
docs: add logging section to user guide
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
f00e7b86cd
README: update irc to libera
4 years ago
Rossen Georgiev
9ac4202004
add EPackageStatus enum
4 years ago