Rossen Georgiev
|
623ee25a6d
|
SteamLeaderboards fixes; neg.index + entry count
* fix negative index lookup not working
* update entry count when looking up entries
|
9 years ago |
Rossen Georgiev
|
4f7e23d5a4
|
move UMs and Leaderboards into seperate files
|
9 years ago |
Rossen Georgiev
|
3404d6e3fc
|
UM: use proto_fill_from_dict
|
9 years ago |
Rossen Georgiev
|
63d6cb702c
|
make MobileWebAuth available at top level
|
9 years ago |
Rossen Georgiev
|
08c80dd5af
|
fix using set_persona after being removed
|
9 years ago |
Rossen Georgiev
|
ce47476f4c
|
docs: clean up docstrings
|
9 years ago |
Rossen Georgiev
|
3ab6c14fb4
|
SC: get_web methods will get new nonce when called
|
9 years ago |
Rossen Georgiev
|
7e11969933
|
SC: send can now fill message body params
|
9 years ago |
Rossen Georgiev
|
03bf4e3cf7
|
SC: refactored change status
|
9 years ago |
Rossen Georgiev
|
49e4d35d3b
|
added EVENT properties for each event identifier
This should make documenting events much better
|
9 years ago |
Rossen Georgiev
|
291948a28f
|
util: add converts for proto messages to/from dict
* updated proto_to_dict, performs deep conversion of protobuf message to dict
* added proto_fill_from_dict, fills protobuf message values from dict (deep)
|
9 years ago |
Rossen Georgiev
|
ebd2360c8f
|
SteamClient: removed RuntimeError from send()
send method will no longer raise an exception when the instance
is not connected
|
9 years ago |
Rossen Georgiev
|
a07acbaee9
|
SteamClient: added relogin method
|
9 years ago |
Rossen Georgiev
|
361dd4c613
|
bump to v0.8.4
|
9 years ago |
philippj
|
708be84d6f
|
Fixed: encryption issues, file pointer inconsistency; Added a new parameter for get_api_key, changed attributes from instance attributes to variables accessed via __getattr__, proper atexit handling
|
9 years ago |
Rossen Georgiev
|
f37ac6158f
|
SA: add key name to AttributeError
[ci skip]
|
9 years ago |
philippj
|
05172f461b
|
Revert change
|
9 years ago |
Philipp Joos
|
d91608ccae
|
Merge branch 'master' of https://github.com/philippj/steam
|
9 years ago |
Philipp Joos
|
5757f5309d
|
Merge branch 'master' of https://github.com/ValvePython/steam
|
9 years ago |
Rossen Georgiev
|
c7448aac46
|
fix docs links in README
[ci skip]
|
9 years ago |
Rossen Georgiev
|
ea3d5c5ac0
|
SA: used entire AddAuthenticator response
|
9 years ago |
Rossen Georgiev
|
4b2bc7f9f0
|
SteamAuthenticator: remove unnecessary action map
|
9 years ago |
Rossen Georgiev
|
7c59f6917a
|
fix #38: genenerate_twofactor_code parameter order
|
9 years ago |
philippj
|
fa0e88c99e
|
SteamAuthenticator.get_confirmation_key paramerter order fix #38
|
9 years ago |
philippj
|
aa3678b8b6
|
Removed webpresence & cleanup
|
9 years ago |
Rossen Georgiev
|
3bc9c7c554
|
docs: clean up some internal refs in SteamClient
|
9 years ago |
Philipp Joos
|
2ce9be2ce6
|
Merge branch 'master' of https://github.com/ValvePython/steam
|
9 years ago |
Rossen Georgiev
|
b35ac2acbf
|
extract secrets from Android #37
|
9 years ago |
Rossen Georgiev
|
b679392f76
|
test docs build in travis
|
9 years ago |
Rossen Georgiev
|
99d74c82f2
|
implemented SteamAuthenticator; fix #32
|
9 years ago |
Rossen Georgiev
|
0beac3d425
|
WebAuth: steamid -> steam_id for consistency
|
9 years ago |
Rossen Georgiev
|
8060647c32
|
UM: send can now intialize message and fill params
|
9 years ago |
philippj
|
e4b7e263b1
|
Added mobile authenticator features & Mobile/WebAuth to account.py
|
9 years ago |
philippj
|
c6be934eec
|
Added webpresence.py
|
9 years ago |
Rossen Georgiev
|
5523d2f9e4
|
SteamClient: added 'new_login_key' event
|
9 years ago |
Rossen Georgiev
|
19b8272647
|
renamed log property in CMServerList
|
9 years ago |
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 |
philippj
|
250912777e
|
Added account.py
|
9 years ago |
Philipp J
|
e142411ade
|
cleanup
|
9 years ago |
philippj
|
dfeba66e8c
|
Added account.py
|
9 years ago |
Philipp
|
dcc7f0d65d
|
Update webauth.py
fixed
|
9 years ago |
Philipp J
|
af3246e538
|
Merge remote-tracking branch 'refs/remotes/ValvePython/master'
# Conflicts:
# steam/webauth.py
|
9 years ago |
Rossen Georgiev
|
4ab5b56a75
|
fix scrutinizer + add py3.3 as supported
|
9 years ago |
Rossen Georgiev
|
f1350db2a4
|
fix webauth test VCRs
|
9 years ago |
Rossen Georgiev
|
77a3106ebd
|
implemented MobileWebAuth
fix #30
related to #32
|
9 years ago |
Philipp Joos
|
253dcdd4cb
|
Cleanup
|
9 years ago |
Philipp
|
3396d86aed
|
Update and rename twofactorservice.py to authenticator.py
|
9 years ago |
Philipp
|
bc4532fb3d
|
Update mobileauth.py
|
9 years ago |
Philipp
|
b2f619f824
|
Update mobileauth.py
|
9 years ago |
root
|
bbcbc97ff8
|
Merge branch 'master' of https://github.com/ValvePython/steam
|
9 years ago |