Rossen Georgiev
699f4dce8b
SteamClient: only send ChangeStatus as normal user
[ci skip]
6 years ago
Rossen Georgiev
bb751b3166
add master server to README and docs
[ci skip]
6 years ago
Rossen Georgiev
ebcfdace79
add CHANGES file
[ci skip]
6 years ago
Rossen Georgiev
6cd718e2f9
Improve CM server bootstrap discovery ( #168 )
* remove builtin cm list
* add bootstrap_from_dns to resolve cm0.steampowered.com
* add error and logging when cm server list is empty
* add auto_discovery flag; true by default
* when CMServerList is empty it will try to bootstrap from webapi, with dns fallback
* rework SteamClient CM server persistance logic
* move discovery logic from CMServerList to CMClient
* propagate connect() return through all login methods
* detect stale persisted cm list and update
6 years ago
Rossen Georgiev
a0201998fb
remove nose from requirements
[ci skip]
6 years ago
Rossen Georgiev
2e12e09120
guard: fix code block in docstring
6 years ago
Rossen Georgiev
d46ae6aee7
fix requests req, vcr fails + py3.4 support was dropped
6 years ago
Rossen Georgiev
2de1364c47
remove steam.client.mixins as it was never used
6 years ago
Rossen Georgiev
b8bfdeb4aa
guard: fix codeblock in docstring
6 years ago
Rossen Georgiev
6affbb78df
Add python3.7 to travis environments ( #189 )
* travis ci: add python 3.7
* use pyyaml 5.1 in requirements.txt
6 years ago
Rossen Georgiev
b9855f12d8
fix failing WebAuth test
6 years ago
Rossen Georgiev
231b04446d
SteamAuthenticator: rename medium prop to backend
6 years ago
Rossen Georgiev
0c07b6ba02
WebAuth: add cli_login() + captcha tweaks
* refactor login code to handle captcha prompt better
* add cli_login() that implements the entire login flow for CLI
* renamed 'complete' property to 'logged_on' to match with SteamClient
* other minor tweaks
6 years ago
Rossen Georgiev
3b11fdfb10
WebAuth: make password optional on init
6 years ago
Rossen Georgiev
a6e221b53d
update protobufs
6 years ago
Rossen Georgiev
e218a456ed
add code param to create_emergency_codes
Add paramter to provide confirmation code for creating emergency codes.
fix #187
6 years ago
Rossen Georgiev
f1df605ae3
remove change_email method
6 years ago
Rossen Georgiev
146197c5f9
protobuf update + UMs for new chat
6 years ago
Rossen Georgiev
44fca27287
update ECurrencyCode enum
close #177
[ci skip]
6 years ago
Rossen Georgiev
609eb72ec3
fix SimpleWebAPI recipe
* make python3 compat
* rework and simplify login logic
* replace gevent.wsgi with gevent.pywsgi
fix #176
[ci skip]
6 years ago
Rossen Georgiev
a2b6f34561
MobileWebAuth: fix password encryption missed in b31354f
6 years ago
Rossen Georgiev
6eed2b9f11
bring back coveralls
6 years ago
Rossen Georgiev
5f9a655bbd
update scrutinizer conf + coverage images
6 years ago
Rossen Georgiev
eb5e088161
tweaks to README and docs
[ci skip]
6 years ago
Rossen Georgiev
b31354f53a
replace cryptography with pycryptodomex
6 years ago
Rossen Georgiev
43f52a3cfb
SteamUser: add link for PersonaState propeties
6 years ago
Rossen Georgiev
fa8a5127e9
SteamUser: add rich_presence property
Fixes #53 , #135
6 years ago
Rossen Georgiev
c5f2b28190
Vagrantfile: usage ubuntu1804
6 years ago
Rossen Georgiev
1f86e9ff67
fix create_emergency_codes() not returning codes
6 years ago
Rossen Georgiev
e9c4d2360c
fix #154 ; validate_phone_number() returning no data
6 years ago
Rossen Georgiev
99d02a3d32
fix file permissions; remove x
[ci skip]
6 years ago
Rossen Georgiev
4cc07bedad
tweak UM and update guard and gameservers
6 years ago
Rossen Georgiev
12ab5eae71
expose unified message errors
7 years ago
Rossen Georgiev
8c80ab8473
add UM protos for chat
7 years ago
Rossen Georgiev
b1d24664f9
remove create_account()
CMsgClientCreateAccount was diabled and now removed from the protos
7 years ago
Rossen Georgiev
c63170764b
update existing protos
7 years ago
Rossen Georgiev
7aaadcea2c
fix #164 ; replace instead of ignoring decoding errors
7 years ago
Rossen Georgiev
9373bd782c
fix #164 get_product_info throwing UnicodeDecodeError
7 years ago
Rossen Georgiev
f6ef17303f
update Msg & MsgProto str formatting
7 years ago
Rossen Georgiev
e2a35413c6
fix assigning 'msg' prop on Msg & MsgProto
Related #151
7 years ago
Rossen Georgiev
52ecf0685f
add EMsg.ClientLogonGameServer to proto map
From #151
7 years ago
Rossen Georgiev
830272fd85
update SteamID.is_valid method
7 years ago
Rossen Georgiev
e64f7e18e1
update enums
7 years ago
Rossen Georgiev
28c44449df
bump to v0.9.0
7 years ago
Rossen Georgiev
defcea5dfe
update SteamID
* better SteamID validation
* handling for chat SteamIDs
* improve .as_steam3 representation
* more tests
Fix #117
7 years ago
Rossen Georgiev
0fdcb67a75
use pytest to run tests
7 years ago
Rossen Georgiev
f2aae35b30
add note to create_account; #142
7 years ago
Rossen Georgiev
2ac13e9d11
game_servers: add max_servers param
Related to #140
7 years ago
Rossen Georgiev
ec243f8a37
update protobufs
7 years ago
Rossen Georgiev
705a3a2ab7
a2s: fix typos; remove return None; fix CSGO
Related to #140
7 years ago