Commit graph

645 commits

Author SHA1 Message Date
Carson McManus
c81458ea68 Merge branch 'master' of github.com:dyc3/steamguard-cli 2020-05-06 09:08:38 -04:00
Carson McManus
2726781651 small refactor 2020-05-06 09:06:01 -04:00
Carson McManus
e4ebf4a392 update help text, less useless info 2020-05-06 09:02:41 -04:00
Carson McManus
1b4bbabd15
Merge pull request #43 from spkane/skane-macos-build
Add macOS support documentation
2020-01-31 12:32:55 -05:00
Sean P. Kane
1a2feaf853 Add macOS support documentation 2020-01-27 17:43:25 -04:00
Alex
8815121cff fix #36 trade action behavior on a specific account
* Fix trade action behavior on a specific account

* Replace break statement with continue instead
2018-06-13 19:37:49 -04:00
Alex
5e4dec604b Update makefile (#32) 2018-04-11 21:45:04 -04:00
Carson McManus
2b50148397 update .gitmodules to custom SteamAuth, fix #31 2018-04-11 21:18:12 -04:00
Carson McManus
4f7b2d1bfd increment version number 2018-04-11 19:27:00 -04:00
Carson McManus
27a440a568 reimplement confirmation descriptions for usability 2018-04-11 19:27:00 -04:00
Carson McManus
2c429b4dec update SteamAuth, but remove trade descriptions, fix #28, fix #29 2018-04-11 19:26:53 -04:00
Carson McManus
11adeb570a increment version number 2018-03-27 19:25:47 -04:00
Carson McManus
62a5817376 fix #11 again, this time for accept-all 2018-03-27 19:20:21 -04:00
Carson McManus
8f9cbda78e fix some logging stuff so it's easier to read 2018-03-27 19:17:51 -04:00
Carson McManus
704b1c8f44 add .deb to gitignore 2018-03-27 17:49:43 -04:00
Carson McManus
6d28f8ab52 add Utils.Verbose for easy verbose-only Console.WriteLine 2018-03-27 17:48:22 -04:00
Carson McManus
14fc46bf45 increment version to v0.3.4.0 2018-01-29 20:30:01 -05:00
Carson McManus
baff4e33fc fix #26, "deny" actually accepts trades confirmations (oops) 2018-01-29 20:28:59 -05:00
Carson McManus
cf1388d3e2 Merge branch 'master' of github.com:dyc3/steamguard-cli 2017-09-27 00:39:21 -04:00
Carson McManus
5c7f31dc96 increment version number 2017-09-27 00:39:10 -04:00
Carson McManus
deddd0fc4b fix accept-all action so that it works 2017-09-27 00:38:56 -04:00
Yangtse Su
11cd2eed11 Add Archlinux AUR. (#22)
* Add Archlinux AUR.

* small grammar correction
2017-09-13 16:46:00 -04:00
Carson McManus
89fb0d333a update version number 2017-09-10 14:20:14 -04:00
Carson McManus
712a8a1138 avoid repeating code 2017-09-10 14:13:46 -04:00
Carson McManus
a0ae3ac369 fix #24, Unhandled exception after issuing passkey with special characters in prompt 2017-09-10 14:00:26 -04:00
Carson McManus
8c11d227d8 add license 2017-08-26 18:26:48 -04:00
Carson McManus
fe26a5cc45 Increment version number 2017-06-25 21:41:39 -04:00
Carson McManus
79d477ac3a fix #18, ReadLineSecure causes ArgumentOutOfRangeException in setup 2017-06-25 21:38:22 -04:00
Carson McManus
1f4f7901a1 increment version number 2017-06-04 15:01:27 -04:00
Carson McManus
a94d224282 fix #15, thanks @bontibon 2017-06-04 15:00:03 -04:00
Carson McManus
b7d6489ea9 add mono-complete dependency to package building 2017-05-22 18:44:58 -04:00
Carson McManus
33feb155a1 add github link to metadata 2017-05-22 18:34:57 -04:00
Carson McManus
27a6823785 increment version number 2017-05-22 18:34:57 -04:00
Carson McManus
0785a4baf7 change usage in help text to resemble other help texts 2017-05-22 18:34:57 -04:00
Carson McManus
8be48008c2 update README.md with new help text 2017-05-22 18:34:57 -04:00
Carson McManus
f68b617e7c add --passkey to bash tab completion 2017-05-22 18:34:56 -04:00
Carson McManus
df301b1f5a add Utils.cs to makefile 2017-05-22 18:34:56 -04:00
Carson McManus
da55b9a247 add --passkey to help 2017-05-22 18:34:56 -04:00
Carson McManus
c7a2418ca9 remove maximum descWidth 2017-05-22 18:34:56 -04:00
Carson McManus
8d89d63053 add --passkey, -p argument, fix #6 2017-05-22 18:34:32 -04:00
Carson McManus
2dccd9c4ef add passkey argument to all action methods 2017-05-22 18:02:38 -04:00
Carson McManus
0a21502a8f refactor: add brackets to some abbreviated if statements 2017-05-22 17:56:54 -04:00
Carson McManus
5018803889 implement ReadLineSecure(), fix #7 2017-05-22 17:45:49 -04:00
Carson McManus
d514a4546d add Utils class and Utils.ReadLineSecure() 2017-05-22 17:35:55 -04:00
Carson McManus
9bdb740495 add trade and accept-all actions to help text, fix #12 2017-05-19 13:12:47 -04:00
Carson McManus
f337520b70 incremented version to 0.2.2.0 2017-01-20 18:57:18 -05:00
Carson McManus
71512e6634 Merge pull request #13 from CyberShadow/pull-20170119-191048
Setup improvements and fixes
2017-01-20 18:51:09 -05:00
Vladimir Panteleev
bdba870c9e Fix setup without a passkey for new manifests
PromptSetupPassKey was never being called with
inAccountSetupProcess=true.
2017-01-20 21:38:47 +00:00
Vladimir Panteleev
a252a4b019 Allow removing the existing authenticator using a revocation code 2017-01-20 21:38:47 +00:00
Vladimir Panteleev
bde0fe4ab3 Allow login during setup using a provided email or 2FA code 2017-01-20 21:38:47 +00:00