62 Commits (8d9b5690060424a603b9ffafb5e236180559ca86)

Author SHA1 Message Date
Rossen Georgiev 8d9b569006 fix #408; heartbeat_seconds on login 3 years ago
Rossen 4650362945
fix typo before the grammer police gets me 3 years ago
Rossen 33d2279699
update protobufs (#293) 4 years ago
Rossen Georgiev 58f51a94f9 move proto related util functions to steam.utils.proto 5 years ago
Rossen Georgiev e5e1130e6b rename steam.util to steam.utils 5 years ago
Rossen Georgiev 09f4f51a28 bump to v1.0.0-alpha6 6 years ago
Rossen Georgiev b47f267aa1 CMClient: move _LOG attr to class level 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 6 years ago
Rossen Georgiev 6cd718e2f9
Improve CM server bootstrap discovery (#168) 6 years ago
Rossen Georgiev bde363cf2f remove dead CM servers 7 years ago
Rossen Georgiev d247b9676d fix missing and incorrect return statements 7 years ago
Rossen Georgiev 43d98fbe39 update CM bootstrap list #127 8 years ago
Rossen Georgiev 96fecc42a5 fix bootstrap_from_webapi(); #127 8 years ago
Rossen Georgiev 4e11073056 SteamClient: use of sleep & idle methods 8 years ago
Rossen Georgiev 20410a6939 fix missing , in bootstrap list 8 years ago
Rossen Georgiev 62802d19cc remove dead CMs from bootstrap list 8 years ago
Rossen Georgiev 13088eea11 docs: clean up disconnect() docstring 9 years ago
Rossen Georgiev 3ab6c14fb4 SC: get_web methods will get new nonce when called 9 years ago
Rossen Georgiev 49e4d35d3b added EVENT properties for each event identifier 9 years ago
Rossen Georgiev 19b8272647 renamed log property in CMServerList 9 years ago
Rossen Georgiev 5f11d6d7cc persist CM server list in credential location 9 years ago
Rossen Georgiev f36ddfd116 use new webapi shortcuts in SteamClient 9 years ago
Rossen Georgiev a96c7f0737 fix connect retry bug; add reconnect event 9 years ago
Rossen Georgiev 7af1c66938 Reworked reconnect code #24 9 years ago
Rossen Georgiev 2265b22651 CMClient: added retry param to connect() 9 years ago
Rossen Georgiev f5b04d66b4 reworked secure channel request handling 9 years ago
Rossen Georgiev 318b9235c5 [minor] align variable comments 9 years ago
Rossen Georgiev cf7b5223b2 give 5s for logon handler to call disconnect; #22 9 years ago
Rossen Georgiev d19cc954d3 remove unneeded return 9 years ago
Rossen Georgiev 881a0731c3 fix not reseting channel_key on disconnect 9 years ago
Rossen Georgiev 8989338bac fix steamclient logon race condition 9 years ago
Rossen Georgiev a327e853d0 reworked debug message in multi message 9 years ago
Rossen Georgiev a98ec478a3 turn CMClient into a mixin 9 years ago
Rossen Georgiev 51344f3ac9 prevent overlapping connect(); no client reconnect 9 years ago
Rossen Georgiev 6666aed490 fix wait_event during channel encrypt handshake 9 years ago
Rossen Georgiev ae8326f591 reworked CMClient conn drop handling; fix #21 9 years ago
Rossen Georgiev 947b93c6fe fix #23; protocol_version=65579 and gzip decomp 9 years ago
Rossen Georgiev 6a0f61bcd8 fix #21; introduce exponential backoff delay when reconnecting 9 years ago
Rossen Georgiev f0d91015c6 fix #22; don't reset current_server_addr 9 years ago
Rossen Georgiev 95389f8da8 few py3 comp changes 9 years ago
Rossen Georgiev 771425bb1a up v0.6.5; add 5s min connection retry interval 9 years ago
Rossen Georgiev d60c9f222b fix reset_attribute sometimes raising AttributeError 9 years ago
Rossen Georgiev 4ac7b78f16 updated built in cm list + bootstrap from WebAPI 9 years ago
Rossen Georgiev 63043a0a43 added webapi_nonce to CMClient; updated docs 9 years ago
Rossen Georgiev 531f7543cf removed EventEmitter as it's now a seperate module 9 years ago
Rossen Georgiev bd91c81ca6 steam_id should always be a SteamID instance 9 years ago
Rossen Georgiev cc780b249c move verbose_debug outside of __init__ 9 years ago
Rossen Georgiev 1630dd93c8 fix type introduces in fa470a6b24 9 years ago
Rossen Georgiev fa470a6b24 CMClient: fix identation for _parse_message 9 years ago