steamguard-cli/src
Carson McManus 4348529ffd
import: add support for importing steam mobile app v2 format, remove --sda argument (#307)
- add account schema for steam app v2
- make it possible to import steam v2 accounts
- import: remove the `--sda` flag, the format should be detected
automatically
- add unit tests
- make it actually work

closes #305
2023-08-23 17:59:14 +00:00
..
accountmanager import: add support for importing steam mobile app v2 format, remove --sda argument (#307) 2023-08-23 17:59:14 +00:00
commands import: add support for importing steam mobile app v2 format, remove --sda argument (#307) 2023-08-23 17:59:14 +00:00
encryption upgrade base64 crate to 0.21 (#289) 2023-07-10 15:41:36 +00:00
fixtures/maFiles import: add support for importing steam mobile app v2 format, remove --sda argument (#307) 2023-08-23 17:59:14 +00:00
accountmanager.rs import: add support for importing steam mobile app v2 format, remove --sda argument (#307) 2023-08-23 17:59:14 +00:00
commands.rs add an argument to accept invalid TLS certs (#279) 2023-07-05 10:58:08 +00:00
debug.rs add a debug command to help triage deserialization issues (#213) 2023-06-24 08:17:56 -04:00
encryption.rs upgrade some dependencies (#272) 2023-07-03 15:42:10 +00:00
errors.rs Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
login.rs add a comment 2023-08-10 09:14:59 -04:00
main.rs fix manifest failing to save after migration on encrypted maFiles when providing passkey via the prompts on stdin (#297) 2023-08-09 17:40:58 +00:00
secret_string.rs Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
tui.rs refactor passkey/password prompts so they are always SecretString (#281) 2023-07-05 12:35:32 +00:00
updater.rs add an update checker (#222) 2023-06-25 09:24:53 -04:00