Carson McManus
|
49bee022e9
|
added setup action as alias for add action
|
2016-08-25 21:25:14 -04:00 |
|
Carson McManus
|
3c12772e7a
|
fixed a bug when running with the arguments: "<any account that wasn't first>"
|
2016-08-25 21:21:06 -04:00 |
|
Carson McManus
|
b7d2f8a0ee
|
redid ShowHelp() for easier future changes, and for the ability to word wrap
|
2016-08-25 21:17:25 -04:00 |
|
Carson McManus
|
9648b9a27f
|
updated help text
|
2016-08-25 20:11:56 -04:00 |
|
Carson McManus
|
0eef63eca0
|
improved argument system for optimization and ease of use
|
2016-08-25 19:24:17 -04:00 |
|
Carson McManus
|
e57ad4e2ce
|
moved help text to a seperate function
|
2016-08-25 17:23:16 -04:00 |
|
Carson McManus
|
11ff450c25
|
added --accept-all
|
2016-08-25 15:57:23 -04:00 |
|
Carson McManus
|
0a6843e46a
|
Added --trade to list all trade confirmations
|
2016-08-25 15:27:40 -04:00 |
|
Carson McManus
|
0dfd595820
|
updated README.nd
|
2016-08-25 00:18:37 -04:00 |
|
Carson McManus
|
297ec32f54
|
fixed missing install.sh file appearing in project
|
2016-08-24 21:27:25 -04:00 |
|
Carson McManus
|
596ffc2f60
|
now you only have to change the version number in AssemblyInfo.cs to update the version number everywhere.
|
2016-08-24 13:01:49 -04:00 |
|
Carson McManus
|
00e5ebd868
|
added debian packaging script
|
2016-08-24 12:45:48 -04:00 |
|
Carson McManus
|
a1ecb1df47
|
added bash tab completion
|
2016-08-24 11:59:28 -04:00 |
|
Carson McManus
|
6c2acad02f
|
updated README.md
|
2016-08-23 19:56:39 -04:00 |
|
Carson McManus
|
cf7e858b88
|
added install and uninstall scripts to makefile
|
2016-08-23 19:55:06 -04:00 |
|
Carson McManus
|
6a6befa7d2
|
Added AssemblyInfo.cs
|
2016-08-23 19:08:45 -04:00 |
|
Carson McManus
|
69b8ed7ef6
|
Updated Readme.md
|
2016-08-23 15:53:11 -04:00 |
|
Carson McManus
|
05829537fd
|
Merge pull request #2 from dyc3/dyc3-encryption
Encryption Support
|
2016-08-23 15:29:21 -04:00 |
|
Carson McManus
|
64797e77a9
|
fixed extra text at the end when writing to a previously encrypted maFile
|
2016-08-23 14:49:07 -04:00 |
|
Carson McManus
|
c8a863f098
|
removed some commented code
|
2016-08-23 13:59:48 -04:00 |
|
Carson McManus
|
3a0c63b589
|
made Encrypt() and Decrypt() actions return success boolean
|
2016-08-23 13:58:00 -04:00 |
|
Carson McManus
|
0b0331bcc0
|
removed unnneeded verbosity
|
2016-08-23 13:51:59 -04:00 |
|
Carson McManus
|
1b6a702593
|
Fixed encryption changes not being written
|
2016-08-23 13:49:52 -04:00 |
|
Carson McManus
|
c0c14e1fc3
|
added some verbose logging statements
|
2016-08-23 13:31:50 -04:00 |
|
Carson McManus
|
10b7240999
|
fixed default namespace and assembly name
|
2016-08-23 13:07:22 -04:00 |
|
Carson McManus
|
8069716cb7
|
updated .gitignore for SteamAuth/SteamAuth/packages/
|
2016-08-23 11:49:58 -04:00 |
|
Carson McManus
|
b33614161a
|
updated .gitignore
|
2016-08-23 11:41:27 -04:00 |
|
Carson McManus
|
e7acfcdd91
|
added .csproj and .sln files
|
2016-08-23 11:40:51 -04:00 |
|
Carson McManus
|
f31e38d0aa
|
I dont know what i did, but it doesn't break building.
|
2016-08-23 10:38:53 -04:00 |
|
Carson McManus
|
8ed592f08f
|
implemented --decrypt
|
2016-08-22 22:16:47 -04:00 |
|
Carson McManus
|
3f3bf6e9d8
|
Updated help text
|
2016-08-22 21:20:55 -04:00 |
|
Carson McManus
|
34a78da416
|
implemented --encrypt
|
2016-08-22 21:12:48 -04:00 |
|
Carson McManus
|
a4f164a128
|
added action based system where the program will perform different actions based on cli arguments.
|
2016-08-22 19:16:43 -04:00 |
|
Carson McManus
|
725562ffcd
|
Added a Path.Combine in GetManifest
|
2016-08-22 18:54:14 -04:00 |
|
Carson McManus
|
9b58adb6a2
|
Added some TODO
|
2016-08-22 18:52:02 -04:00 |
|
Carson McManus
|
d33ddc0d4a
|
added Manifest.GetAccount method
added convertion to base64 when saving accounts
|
2016-08-22 18:42:44 -04:00 |
|
Carson McManus
|
6fab87b485
|
fixed CryptographicException: Length of the data to decrypt is invalid. when attempting to decrypt
|
2016-08-22 17:11:13 -04:00 |
|
Carson McManus
|
374fe6c793
|
added encrypted maFile reading, writing
added passkey prompt
|
2016-08-22 15:51:37 -04:00 |
|
Carson McManus
|
00474371a8
|
added a reference to System.Security for crypto functions
|
2016-08-22 14:14:26 -04:00 |
|
Carson McManus
|
270749446a
|
copied some crypto functions from SDA
|
2016-08-22 14:13:36 -04:00 |
|
Carson McManus
|
c10b353fc9
|
Changed how mafiles are read
|
2016-08-22 13:50:43 -04:00 |
|
Carson McManus
|
c7937c769b
|
Merge pull request #1 from dyc3/dyc3-add-readme
Create README.md
|
2016-08-22 11:57:48 -04:00 |
|
Carson McManus
|
68191b6a1d
|
removed some lines added by git
|
2016-08-22 11:56:21 -04:00 |
|
Carson McManus
|
69e52b3b42
|
Merge branch 'master' of https://github.com/dyc3/steamguard-cli
|
2016-08-22 11:53:22 -04:00 |
|
Carson McManus
|
35c130b9bf
|
Create README.md
|
2016-08-22 11:52:14 -04:00 |
|
Carson McManus
|
b42ffef920
|
Finished --help output
|
2016-08-22 11:44:14 -04:00 |
|
Carson McManus
|
941f37b92f
|
Finished --help output
|
2016-08-21 19:38:58 -04:00 |
|
Carson McManus
|
99f60bb2d5
|
Moved Manifest class to seperate file
|
2016-08-21 19:30:49 -04:00 |
|
Carson McManus
|
766e9122a1
|
made it work :P
|
2016-08-21 19:24:23 -04:00 |
|
Carson McManus
|
5735bd2185
|
add make clean
|
2016-08-21 17:18:07 -04:00 |
|