abitmoony
0c5c8a5292
Fixed typo: uknown → unknown
3 years ago
Rossen
053bbdc39c
guard: document secret.json format
Closes #363
4 years ago
Rossen Georgiev
b96a2203c0
SteamAuthenticator: refactor add phone methods + add confirm_email
fix #312
4 years ago
Rossen Georgiev
bb2963af4e
guard: syntax error on one of the exceptions
4 years ago
Rossen Georgiev
c20b5902e3
SteamAuthenticator: add revocation_code param to remove() method
fix #262
5 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
91377faa82
refactor unified messages to use the new methods
* Removed SteamClient.unified_messages
* Added steam.exceptions.SteamError
6 years ago
Rossen Georgiev
2e12e09120
guard: fix code block in docstring
6 years ago
Rossen Georgiev
b8bfdeb4aa
guard: fix codeblock in docstring
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
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
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
4cc07bedad
tweak UM and update guard and gameservers
6 years ago
Rossen Georgiev
a48a98a798
fix decode of SA secrets + geven monkey patch; #95
8 years ago
Rossen Georgiev
d0a57cc445
android_extract func now handles extra adb output
related issue #69
* extract_secrets_from_android_rooted calling adb for the first
will correctly handle the extra adb output
8 years ago
Rossen Georgiev
0a32c5d88e
bugfix extract_secrets_from_android_rooted; #69
* fixed file split
* fixed bytes to str comparison in py3
8 years ago
Rossen Georgiev
484536eff9
SteamAuthenticator can add/verify phone number
fix #59
New methods:
* add_phone_number()
* has_phone_number()
* confirm_phone_number()
* validate_phone_number()
8 years ago
Rossen Georgiev
d8e5c941b7
fix generate_confirmation_key typo
[ci skip]
9 years ago
Rossen Georgiev
af0b709f0f
guard: handle no response for steam time
* get_time_offset() now returns `None` when http request fails
* SteamAuthenticator has a property to determine whether to realign
time after a certain interval of time
9 years ago
Rossen Georgiev
f37ac6158f
SA: add key name to AttributeError
[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
Rossen Georgiev
b35ac2acbf
extract secrets from Android #37
9 years ago
Rossen Georgiev
99d74c82f2
implemented SteamAuthenticator; fix #32
9 years ago
Rossen Georgiev
1a69623fee
intial version of guard module; #32
* currently includes totp related functions
9 years ago