Carson McManus
e25ab17fd6
Bump steamguard v0.9.5, steamguard-cli v0.9.7
2023-07-02 07:39:57 -04:00
Carson McManus
f05f423d23
Bump steamguard v0.9.4, steamguard-cli v0.9.6
2023-06-30 11:11:09 -04:00
Carson McManus
71d399f645
Bump steamguard v0.9.3, steamguard-cli v0.9.5
2023-06-29 19:04:11 -04:00
Carson McManus
b30eb050de
update log crate
2023-06-29 17:58:48 -04:00
Carson McManus
09fd78a5a5
Bump steamguard v0.9.2, steamguard-cli v0.9.4
2023-06-26 20:22:31 -04:00
Carson McManus
7d39da8213
Bump steamguard v0.9.1, steamguard-cli v0.9.3
2023-06-26 19:12:07 -04:00
Carson McManus
f8ae7d4e0e
fix SDA encryption compatibility ( #236 )
...
fixes #233
2023-06-26 23:02:48 +00:00
Carson McManus
fdf54e6498
Bump steamguard-cli v0.9.2
2023-06-25 20:27:47 -04:00
Carson McManus
ac7717bde8
Bump steamguard-cli v0.9.1
2023-06-25 19:53:12 -04:00
Carson McManus
93a5fe643c
Bump steamguard v0.9.0, steamguard-cli v0.9.0, safety bump steamguard-cli v0.9.0
2023-06-25 13:15:00 -04:00
Carson McManus
1632e2f10e
add PhoneLinker, and the ability to add a phone number to the account during setup ( #223 )
...
- add proto for IPhoneService
- add PhoneClient
- add PhoneLinker
- fix lints and such
- add comments
- update phone linker
- use phonenumber crate for phone linker
- adjust errors for account linker
- update setup command to be able to add phone numbers
- adjust logging in the setup command
- update account linker
2023-06-25 17:11:24 +00:00
Carson McManus
d87caa06f6
add an update checker ( #222 )
2023-06-25 09:24:53 -04:00
Carson McManus
2dc6376533
print better errors when deserializing json ( #218 )
...
- print stripped json whenever there is a type mismatch when
deserializing
- Revert "print stripped json whenever there is a type mismatch when
deserializing"
- print better errors when deserializing json
2023-06-24 16:06:12 +00:00
Carson McManus
2d180f0209
Bump steamguard-cli v0.8.2
2023-06-24 08:25:56 -04:00
Carson McManus
fe0d6e9aca
Bump steamguard v0.8.1, steamguard-cli v0.8.1
2023-06-23 15:22:51 -04:00
Carson McManus
9835b8a52f
change built artifact name from steamguard-cli
to steamguard
( #208 )
2023-06-23 15:21:46 -04:00
Carson McManus
cbc46ad8eb
Dead code cleanup, subcommand refactor ( #206 )
...
- clean up dead code
- fix lints
- move Session type to legacy module
- refactor service names into constants
- refactor build_url to be less restrictive for service names
- refactor most commands into their own modules
2023-06-23 17:36:23 +00:00
Carson McManus
e4eabdcdd3
Bump steamguard v0.8.0, steamguard-cli v0.8.0, safety bump steamguard-cli v0.8.0
2023-06-22 17:01:58 -04:00
Carson McManus
bfd0667f3a
Use IAuthenticationService for login, account migrations, other major refactors ( #194 )
...
fixes #193
fixes #192
fixes #107
- [x] Implement the new login process
- [x] Tested
- [x] Update the authenticator setup process
- [x] Tested
- [x] Update the authenticator remove process
- [x] Tested
- [x] Manifest format migrator
- [x] Tested
- [x] Make it possible to import SDA accounts
- [x] Make sure confirmations still work
- [x] Fetching
- [x] Responding
- [x] Make it so that the login process doesn't prompt for which method
to use
- [x] Make it so that device confirmation and email confirmation auth
session guards work
2023-06-22 20:20:15 +00:00
Carson McManus
b277e53099
Bump steamguard v0.7.1, steamguard-cli v0.7.1
2023-03-18 10:52:41 -04:00
Carson McManus
9def58a39c
Release steamguard v0.7.0, steamguard-cli v0.7.0, safety bump steamguard-cli v0.7.0
2022-12-05 11:58:57 -05:00
Carson McManus
c86eedd63c
increment to v0.6.0 so smart-release increments it again
2022-12-05 11:58:27 -05:00
Carson McManus
5599e28c9f
add the ability to generate a QR code for 2fa secrets
2022-12-05 08:47:33 -05:00
Carson McManus
352a892075
specify version for steamguard in steamguard-cli
2022-06-25 11:26:43 -04:00
Carson McManus
9657ea6822
Release steamguard v0.5.0, steamguard-cli v0.5.0, safety bump steamguard-cli v0.5.0
2022-06-25 11:24:43 -04:00
Carson McManus
9d1f2a7ee7
remove version specification for steamguard in steamguard-cli
2022-06-25 11:22:43 -04:00
Carson McManus
15349156db
remove termion
2022-06-25 11:04:12 -04:00
Carson McManus
230f85b6ac
add crossterm to cargo.toml
2022-06-25 09:09:23 -04:00
Carson McManus
cac5f57cc7
add STEAMGUARD_CLI_PASSKEY environment variable
2022-06-23 23:39:41 -04:00
Carson McManus
4a8f7a74d2
reimplement completion subcommand
2022-06-19 12:37:40 -04:00
Carson McManus
abe808b7bf
upgrade to clap v3, convert global level arguments
2022-06-14 06:37:30 -04:00
Carson McManus
a19f379314
Release steamguard-cli v0.4.5
2022-06-14 06:17:40 -04:00
Carson McManus
43f73e91bd
Release steamguard v0.4.2, steamguard-cli v0.4.4
2022-06-12 11:05:19 -04:00
Carson McManus
0374525697
switch to using rustls-tls to make binaries more portable
2022-06-12 09:41:47 -04:00
Carson McManus
eb199178b1
Adjusting changelogs prior to release of steamguard v0.4.1, steamguard-cli v0.4.3
2022-01-15 12:26:40 -05:00
Carson McManus
df699f0785
Release steamguard-cli v0.4.2
2021-11-14 11:46:08 -05:00
Carson McManus
7c949a75c8
Release steamguard-cli v0.4.1
2021-08-29 21:01:17 -04:00
Carson McManus
a2ab02c3a2
supply version in cargo toml
2021-08-25 12:06:49 -04:00
Carson McManus
1e2d82afb5
remove the need for nightly toolchain
2021-08-25 10:26:34 -04:00
Carson McManus
f892f1afdc
more misc cargo toml update
2021-08-25 09:22:36 -04:00
Carson McManus
c119484c1f
binary gets renamed to steamguard
from steamguard-cli
2021-08-25 08:49:02 -04:00
Carson McManus
5a004efd06
update package metadata and stuff
2021-08-25 00:26:07 -04:00
Carson McManus
f3e6c11240
enable link time optimization for release builds
2021-08-25 00:26:07 -04:00
Carson McManus
49a264ba3f
move incorrect passkey error
2021-08-20 10:49:43 -04:00
Carson McManus
fdc606fb0e
add a unit test for encryption
2021-08-20 09:37:55 -04:00
Carson McManus
531e69ea88
prompt for passkey if not provided
2021-08-17 18:24:26 -04:00
Carson McManus
7d7dd6701e
add broken encrypted maFiles test
2021-08-17 18:24:26 -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
a5f9f7671b
better logic for determining where the user's maFiles are located
2021-08-12 18:06:18 -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