Rossen Georgiev
43f261d9c9
update and tweaks docs and sphinx conf
6 years ago
Rossen Georgiev
a2d26f44b3
minor code tweaks; cell_id, cdn requests
6 years ago
Rossen Georgiev
f8734226f7
make SteamClient.relogin() return login status
6 years ago
Rossen Georgiev
12f5ae7520
update UM protos
6 years ago
Rossen Georgiev
8dec921a59
update SteamClient to use new chat mode
6 years ago
Rossen Georgiev
da8d69dac4
add CMsgClientUIMode and enable chat_mode=2
6 years ago
Rossen Georgiev
e356933aa0
parse message body only when there are listeners
6 years ago
Rossen Georgiev
91377faa82
refactor unified messages to use the new methods
* Removed SteamClient.unified_messages
* Added steam.exceptions.SteamError
6 years ago
Rossen Georgiev
524a3981ce
steamclient: bump protocol version to 65580
6 years ago
Rossen Georgiev
c5e31508de
fix some docstrings
6 years ago
Rossen Georgiev
0f1b4ad824
remove cell_id prop from SteamClient
6 years ago
Rossen Georgiev
340b7ffada
add initial CDNClient + DepotManifest
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
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
85137c147a
fix cli_login() from hanging when CM send no hello
Fixes #127
8 years ago
Rossen Georgiev
9b27ca2e34
fix logoff() hanging in certain cases
8 years ago
Rossen Georgiev
362a6c2f15
updated enums: fix #73
8 years ago
Rossen Georgiev
4e11073056
SteamClient: use of sleep & idle methods
fix #89
8 years ago
Rossen Georgiev
a48a98a798
fix decode of SA secrets + geven monkey patch; #95
8 years ago
Rossen Georgiev
fd8c21985c
SteamClient: added sleep & idle methods
8 years ago
Rossen Georgiev
5e30327eb3
Change XOR mask for login_id; #63
Otherwise it will always clash with the Steam client running on the same machine.
That was the default behaviour before login_id was implemented.
8 years ago
Rossen Georgiev
9ef8e5d952
SteamClient: hold on return from login()
Allows the client to fully login, and won't be kicked off when
it sends a message immediately after login() returns
8 years ago
lopezloo
cd39231b9a
Implement Logon ID ( #63 )
8 years ago
Rossen Georgiev
ad80a2fe91
fix #58 ; ValueError raised when reading 'cm_servers.json'
8 years ago
Rossen Georgiev
db0ab2c0d3
SteamClient: fix cli_login() using raw_input on py3
8 years ago
Rossen Georgiev
7cbd44a4c5
SteamClient: added 'cli_login()'
The new method simplfiest the login process from CLI.
Examples and recipes are changed to use it.
9 years ago
Rossen Georgiev
610de3dd8a
SteamClient: login() now returns LogOn eresult
9 years ago
Rossen Georgiev
176fd196c8
SteamClient: avoid calling connect() while connecting
9 years ago
Rossen Georgiev
ff36295cbc
added 'wait_msg'
9 years ago
Rossen Georgiev
f4239daf2d
keep the CM server list fresh
9 years ago
Rossen Georgiev
e15bdf9a27
limit jobid range and clean up existing jobids
9 years ago
Rossen Georgiev
7ce2f360d9
fix credential_location check for sentry file
9 years ago
Rossen Georgiev
28a1d4ef8e
renamed can_relogin prop to relogin_available
9 years ago
Rossen Georgiev
520cf112cf
indicate support for rate limit response
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
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
3bc9c7c554
docs: clean up some internal refs in SteamClient
9 years ago
Rossen Georgiev
5523d2f9e4
SteamClient: added 'new_login_key' event
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
Rossen Georgiev
5528780e7a
document reconnect event
9 years ago
Rossen Georgiev
1465b7f40b
update docstring on stream.client
9 years ago
Rossen Georgiev
d68e9f1f23
docs: add event details for SteamClient; fix typos
9 years ago
Rossen Georgiev
7af1c66938
Reworked reconnect code #24
* reconnect is no longer done automatically
* added `reconnect` method to SteamClient implementing exp backoff
9 years ago
Rossen Georgiev
68f03b111b
added handling for login key; fix #27
9 years ago
Rossen Georgiev
c16ed4c773
migrate from PyCrypto to cryptograhy #17
9 years ago
Rossen Georgiev
318b9235c5
[minor] align variable comments
9 years ago
Rossen Georgiev
b008113df9
renamed features subpackage to builtins
9 years ago