Rossen Georgiev
f8e35f17a2
bump to v1.0.0-alpha1
6 years ago
Rossen Georgiev
95024dbed1
add link for steamctl
[ci skip]
6 years ago
Rossen Georgiev
08ec8a3fdb
tweak __all__ generation code for enums
6 years ago
Rossen Georgiev
7221b1676e
game_servers: tweak master_query chunk size
6 years ago
Rossen Georgiev
f572095fea
webauth: fix ambiguous doc method ref
6 years ago
Rossen Georgiev
3d991390d3
game_servers: small tweaks to docstring
6 years ago
Rossen Georgiev
4117911041
remove imports from 'steam' namespace
Since there are many modules, importing anything inside the steam namespace introduces an extra
cost. Cleaning up the space will allow dependent stuff to import just the modules it needs without
anything extra. This will also improve start up times for cli programs.
6 years ago
Rossen Georgiev
4c763f6e2c
tweak __all__ generation for enums
6 years ago
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