Carson McManus
|
610cda120e
|
get_server_time now returns Result, fixes #152
|
2022-06-20 20:56:36 -04:00 |
|
Carson McManus
|
1a6ad62a2e
|
cargo fmt
|
2022-06-19 14:52:17 -04:00 |
|
Carson McManus
|
eeded86641
|
protect Session memory, values are zeroized when dropped
|
2022-06-19 14:52:17 -04:00 |
|
Carson McManus
|
deabfc299d
|
protect top level secrets in SteamGuardAccount
except for session
|
2022-06-19 14:52:17 -04:00 |
|
Carson McManus
|
4e09b98d07
|
add TwoFactorSecret type, which zeros out memory when deallocated
|
2021-08-24 22:56:25 -04:00 |
|
Carson McManus
|
5da5d32976
|
add some unit tests for saving and loading the manifest
|
2021-08-14 13:46:09 -04:00 |
|
Carson McManus
|
1825acdbb3
|
add test for account recovery confirmation
|
2021-08-14 12:29:39 -04:00 |
|
Carson McManus
|
2fa4be52d9
|
parse descriptions for confirmations
|
2021-08-14 12:16:40 -04:00 |
|
Carson McManus
|
357d04f34b
|
add account removal, closes #10
|
2021-08-11 19:39:29 -04:00 |
|
Carson McManus
|
298d29dc07
|
improve error handling in accountlinker
|
2021-08-09 18:44:42 -04:00 |
|
Carson McManus
|
58897b6695
|
implement the first step for account linking process
|
2021-08-08 18:32:50 -04:00 |
|
Carson McManus
|
2e4058cfca
|
add add_authenticator to steamapi module
|
2021-08-08 15:25:27 -04:00 |
|
Carson McManus
|
31a888c0e4
|
add NetworkFailure to AccountLinkError
|
2021-08-08 13:06:29 -04:00 |
|
Carson McManus
|
b57bc38341
|
add rustfmt.toml and run cargo fmt
|
2021-08-08 12:54:46 -04:00 |
|
Carson McManus
|
52d247f102
|
cargo fmt
|
2021-08-08 12:34:06 -04:00 |
|
Carson McManus
|
a808fa1fe6
|
move userlogin to another module
|
2021-08-08 12:23:17 -04:00 |
|
Carson McManus
|
79f8341aad
|
move most http requests to the steam API into SteamApiClient
|
2021-08-08 01:26:25 -04:00 |
|
Tilo Spannagel
|
f3910790bb
|
Run "cargo fmt"
|
2021-08-01 12:43:18 +00:00 |
|
Carson McManus
|
6c34a8f2df
|
refactor confirmations parsing, fixes #66
|
2021-07-31 16:57:51 -04:00 |
|
Carson McManus
|
c6d9fd0d75
|
seperate cli stuff from library stuff, and put it in another crate
|
2021-07-31 12:24:49 -04:00 |
|