Commit graph

71 commits

Author SHA1 Message Date
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
Carson McManus
7c58e28d56 clean up imports 2021-07-31 11:08:41 -04:00
Carson McManus
e0a668fa1e change LoginResult to Result<Session, LoginError> 2021-07-31 10:55:55 -04:00
Carson McManus
3dcccd1e63 add interactive confirmation menu 2021-07-29 19:42:45 -04:00
Carson McManus
bbc2f77b30 adjust trade subcommand loop 2021-07-29 09:08:06 -04:00
Carson McManus
d4c1758f1b implement --accept-all 2021-07-28 15:48:06 -04:00
Carson McManus
8b5d0ef0ff move confirmation description to function
probably temporary
2021-07-28 14:10:14 -04:00
Carson McManus
c23db2a5e9 add Confirmation struct, and improve confirmation parsing 2021-07-27 23:49:53 -04:00
Carson McManus
d2bf5478ba require login only when session is invalid 2021-07-27 19:50:39 -04:00
Carson McManus
d8ffc179e0 add incomplete account linker 2021-07-27 16:24:56 -04:00
Carson McManus
36c4b7c819 started get_trade_confirmations 2021-04-04 14:07:06 -04:00
Carson McManus
71bb8e8adc add a little bit of validation to user input 2021-04-04 10:40:16 -04:00
Carson McManus
fe6a51030f add working login process 2021-03-30 15:51:26 -04:00
Carson McManus
23257ee615 add account selection from arguments 2021-03-27 12:14:34 -04:00
Carson McManus
8ded30e09e add logging 2021-03-27 10:35:52 -04:00
Carson McManus
bde8a37d3f add argument parsing 2021-03-27 09:31:38 -04:00
Carson McManus
52b40ab582 load manifest and generate code 2021-03-27 08:39:26 -04:00
Carson McManus
05b944c40b add working manifest loading 2021-03-25 19:47:44 -04:00
Carson McManus
142f394d98 add working RSA encryption for password during login 2021-03-24 17:49:09 -04:00
Carson McManus
5b8d581a48 add working 2fa code generation 2021-03-21 23:00:16 -04:00