Commit graph

217 commits

Author SHA1 Message Date
Carson McManus
e42d130741
Merge pull request #69 from dyc3/add-rust-ci
Add github actions for running rust tests
2021-08-01 09:21:53 -04:00
Carson McManus
e040630088
Create rust.yml 2021-07-31 17:10:07 -04:00
Carson McManus
8567a06f54
Merge pull request #68 from dyc3/multiple-confirmations-fix
refactor confirmations parsing, fixes #66
2021-07-31 17:07:48 -04:00
Carson McManus
6c34a8f2df refactor confirmations parsing, fixes #66 2021-07-31 16:57:51 -04:00
Carson McManus
ca93b7289c
Merge pull request #65 from dyc3/cleanup
Misc cleanup for rust code
2021-07-31 12:27: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
d6aedb771c add comment 2021-07-31 12:01:23 -04:00
Carson McManus
67a7b9b0ee use to_be_bytes for build_time_bytes 2021-07-31 11:47:37 -04:00
Carson McManus
fcc56d6d73 change parse_shared_secret to not panic, add test for build_time_bytes 2021-07-31 11:44:56 -04:00
Carson McManus
7c58e28d56 clean up imports 2021-07-31 11:08:41 -04:00
Carson McManus
66731164d6 remove commented code 2021-07-31 11:00:22 -04:00
Carson McManus
9aea25ea32 change import 2021-07-31 10:57:02 -04:00
Carson McManus
e0a668fa1e change LoginResult to Result<Session, LoginError> 2021-07-31 10:55:55 -04:00
Carson McManus
cc48bc9537 clean up and improve encrypt_password unit test 2021-07-31 10:39:48 -04:00
Carson McManus
98d0bb72c5
Merge pull request #56 from dyc3/rust-rewrite
rust rewrite
2021-07-30 12:33:49 -04:00
Carson McManus
5e7b614e92 update readme 2021-07-29 23:03:55 -04:00
Carson McManus
4be38f8854 update to rsa 0.5 2021-07-29 22:52:48 -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
e3f7d10394 add get_confirmation_details 2021-07-28 16:09:21 -04:00
Carson McManus
d4c1758f1b implement --accept-all 2021-07-28 15:48:06 -04:00
Carson McManus
489842cc78 add send_confirmation_ajax 2021-07-28 15:07:15 -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
c936d9a0ac add uuid crate 2021-07-27 10:10:20 -04:00
Carson McManus
e47a2173b1
Merge pull request #61 from cyrant/patch-2
Fix build issues
2021-05-23 19:01:24 -04:00
cyrant
fcc5900494
Fix build issues
I am sorry, I made mistake.
2021-05-23 21:25:56 +00:00
Carson McManus
e9475585ca
Merge pull request #60 from cyrant/patch-1
Fix build issues
2021-05-22 13:47:32 -04:00
cyrant
7385028554
Fix build issues
Fixes clean-chroot build for Arch User Repository
2021-05-20 18:15:04 +00:00
Carson McManus
c6ad1255be
Merge pull request #59 from salahmak/patch-1
fixed Missing file specifications error
2021-05-11 12:08:10 -04:00
Salah Eddine Makdour
ca22c634ac
fixed Missing file specifications error
I have figured it out
`echo "NEWTONSOFT_JSON_PATH=$(NEWTONSOFT_JSON_PATH)"`
this line was breaking it, it was setting it to an empty string, removing it fixes everything, without even needing to use a makefile variable.
2021-05-11 16:54:37 +01:00
Salah Eddine Makdour
34bf68d560
fixed Missing file specifications error
fix #54
2021-05-10 18:12:25 +01:00
Carson McManus
b313b857c8 fixed generate_confirmation_hash_for_time 2021-04-04 23:18:27 -04:00
Carson McManus
d64bf5cade can request trade confirmations, don't know if parsing works 2021-04-04 17:48:44 -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
747c09c91a add test for encrypt_password 2021-04-04 09:38:34 -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
e9d9b61024 add session serialization 2021-03-27 08:17:56 -04:00
Carson McManus
347322ce26 add the rest of the fields to SteamGuardAccount 2021-03-26 14:31:48 -04:00
Carson McManus
d7b952b40f add load_accounts 2021-03-26 14:05:54 -04:00
Carson McManus
4e583530cd update SteamGuardAccount struct to make it easier to serialize 2021-03-26 13:32:37 -04:00
Carson McManus
a355cb6644 update Manifest struct 2021-03-26 13:14:59 -04:00
Carson McManus
05b944c40b add working manifest loading 2021-03-25 19:47:44 -04:00