Rossen Georgiev
5f11d6d7cc
persist CM server list in credential location
fix #31
When credential location is set, SteamClient will save CM server list
and use it to bootstrap when necessary.
9 years ago
Rossen Georgiev
f1350db2a4
fix webauth test VCRs
10 years ago
Rossen Georgiev
77a3106ebd
implemented MobileWebAuth
fix #30
related to #32
10 years ago
Rossen Georgiev
1a69623fee
intial version of guard module; #32
* currently includes totp related functions
10 years ago
Rossen Georgiev
1543a7f263
added hmac_sha1 shortuct function
10 years ago
Rossen Georgiev
8e3957969f
failing to resolvw proto for EMsg.EconTrading
fix #33
10 years ago
Rossen Georgiev
ba9a0ea29e
fix error in WebAuth docs example code
10 years ago
Rossen Georgiev
fd2d8fcb65
webapi: minor identation fix
[ci skip]
10 years ago
Rossen Georgiev
793a200edd
WebAuth: rework how cookies are set on all domains
10 years ago
Rossen Georgiev
aef88e4547
WebAPI: fix list serialization
10 years ago
Rossen Georgiev
f36ddfd116
use new webapi shortcuts in SteamClient
10 years ago
Rossen Georgiev
4ee1fef63f
WebAPI: apihost param; get/post shortcuts
* tweaks to WebAPI user guide section
* can now specify hostname for API
* added post/get function as shortcuts for calling endpoints
10 years ago
Rossen Georgiev
ba634f1c24
bump to v0.8.3
10 years ago
Rossen Georgiev
bbdf886e89
docs: addd versionadded to steamleaderboards
10 years ago
Rossen Georgiev
5cc86147e3
SteamLeaderboard: use repr on name
10 years ago
Rossen Georgiev
ac25105c8c
added OnlineUsingVR to EPersonaStateFlag
10 years ago
Rossen Georgiev
d28acd77ff
SteamLeaderboards: added get_iter
10 years ago
Rossen Georgiev
c3b35da638
added list chunking function to utils
10 years ago
Rossen Georgiev
05102196c6
added pythonic api for access to steam leaderboads
10 years ago
Rossen Georgiev
3a2a844e24
bump to v0.8.2
10 years ago
Rossen Georgiev
901643ca54
added util for throttling code
10 years ago
Rossen Georgiev
4fce3a0692
WebAuth: remember_login = True; update docs
10 years ago
Rossen Georgiev
5528780e7a
document reconnect event
10 years ago
Rossen Georgiev
a96c7f0737
fix connect retry bug; add reconnect event
10 years ago
Rossen Georgiev
167cd6d6b3
docs: fix typos for steam.client.mixins
10 years ago
Rossen Georgiev
8cc8bbcecb
bump v0.8.1
10 years ago
Rossen Georgiev
d9f752c3bd
implemented GlobalID
10 years ago
Rossen Georgiev
b6b1ab8458
added EResult.IPBanned
10 years ago
Rossen Georgiev
c3c2fe6dfc
add missing line in GC example
10 years ago
Rossen Georgiev
1465b7f40b
update docstring on stream.client
10 years ago
Rossen Georgiev
383383569e
update docs strings in steam.core.crypto
10 years ago
Rossen Georgiev
f33839e1d8
fix some docstring formating
10 years ago
Rossen Georgiev
0ad7068d6e
bump v0.8.0; py3 support [skip ci]
10 years ago
Rossen Georgiev
9c867f5dad
fix mathod name in GameCoordinator
10 years ago
Rossen Georgiev
59878ad7a2
update protobufs
10 years ago
Rossen Georgiev
fcc3b15137
protobuf 3.0.0b2 compiled protos
10 years ago
Rossen Georgiev
2cfaf6fd4c
bump v0.7.5
10 years ago
Rossen Georgiev
9d3835c632
tweak GameCoordinator
* make it better for inheritance
* update example to use inheritance
10 years ago
Rossen Georgiev
57237cdf73
get_web_session_cookies: update domain list in docstring
[ci skip]
10 years ago
Rossen Georgiev
d68e9f1f23
docs: add event details for SteamClient; fix typos
10 years ago
Rossen Georgiev
94f34bc288
SteamClient: limit cookie domains in get_web_session
10 years ago
Rossen Georgiev
d0592f36ed
webauth: fix password encoding for py3
10 years ago
Rossen Georgiev
1ecc7ba9dc
webapi: doc() now returns str, instead of print
10 years ago
Rossen Georgiev
0533c9328e
webauth: limit the domains where cookies are used
10 years ago
Rossen Georgiev
323c0ebbda
webauth: fix using get instead of post
10 years ago
Rossen Georgiev
45f41314fa
steamid: fix exception handling and http_timeout
10 years ago
Rossen Georgiev
f00063681c
webauth: reword docstring
10 years ago
Rossen Georgiev
c4ecb58d2a
SteamID: added from_url to class + cleanup
* added http_timeout param
* from_url is now available as a static method on SteamID
* added nocache query param when resolving steamid
* recorded new vcr for steamid tests
10 years ago
Rossen Georgiev
7af1c66938
Reworked reconnect code #24
* reconnect is no longer done automatically
* added `reconnect` method to SteamClient implementing exp backoff
10 years ago
Rossen Georgiev
2265b22651
CMClient: added retry param to connect()
10 years ago