Commit Graph

1159 Commits

Author SHA1 Message Date
JustArchi
03dcb2897a Bump 2016-11-05 08:37:35 +01:00
JustArchi
43a56246c4 Optimize unused references 2.1.6.5 2016-11-05 08:06:56 +01:00
JustArchi
c6843b8347 Packages update 2016-11-05 08:03:42 +01:00
JustArchi
46825424d8 Sync LogOnWithoutMachineID() with SK2 2016-11-04 07:48:54 +01:00
JustArchi
87371c160b Rework CardsFarmer pauses 2016-11-04 07:45:31 +01:00
JustArchi
e428a7a4f9 Misc 2016-11-02 13:12:26 +01:00
JustArchi
57be7cf237 Misc 2016-11-02 13:11:16 +01:00
JustArchi
9a339a8e55 Misc 2016-11-02 05:38:04 +01:00
JustArchi
92ed63dff3 Misc 2016-11-02 04:39:19 +01:00
JustArchi
9594b69847 ASF icon design, closes #323
Thanks @stackia !
2016-11-01 13:54:01 +01:00
JustArchi
3d6d89ad7c Bump 2016-10-31 06:36:49 +01:00
JustArchi
549284d988 Fix ASF restart 2.1.6.4 2016-10-31 06:29:48 +01:00
JustArchi
1e4d60a696 I knew I forgot about something there 2016-10-29 20:59:54 +02:00
JustArchi
592aaed45b Add missing delay 2016-10-29 20:47:21 +02:00
JustArchi
4958fa82d7 Add new sell confirmation type 2016-10-29 03:02:35 +02:00
JustArchi
fcfbd2453d Misc 2016-10-27 22:51:44 +02:00
JustArchi
aba96e3d08 Bump 2016-10-27 22:42:58 +02:00
JustArchi
b2e3d435dd Misc trading logic enhancements, #351 2.1.6.3 2016-10-27 22:01:38 +02:00
JustArchi
2daa80112c Fix multiple callback tasks race condition 2016-10-27 15:44:45 +02:00
JustArchi
cb0b8ecb34 Misc 2016-10-27 02:19:10 +02:00
JustArchi
b521d6dfde But never call it when reloading configs 2016-10-26 19:48:32 +02:00
JustArchi
09f22153e1 Add missing program shutdown 2016-10-26 19:44:35 +02:00
JustArchi
f8f1f8ce18 Add BTC donate to readme
As per request
2016-10-25 23:17:34 +02:00
JustArchi
2d29506f04 Bump 2016-10-21 21:51:46 +02:00
JustArchi
1fe628bd5d Code review 2.1.6.2 2016-10-21 21:39:58 +02:00
JustArchi
4029bb1670 Bump 2016-10-21 21:34:08 +02:00
JustArchi
4ed1ceeff4 Add MatchEveryting trading preference 2016-10-21 21:33:55 +02:00
JustArchi
7f0fec7eb0 Remove obsolete workaround and require Mono 4.6+ 2016-10-21 21:09:43 +02:00
JustArchi
53b07fb1bb Optimize ParseActiveTrades()
Never bother with checking trades if user didn't enable any trading preferences
2016-10-21 21:03:01 +02:00
JustArchi
00e5e7812c Misc 2.1.6.1 2016-10-21 20:34:44 +02:00
JustArchi
af45ac1e2d Implement TradingPreferences, closes #351
It also kills deprecated now SteamTradeMatcher bool property
2016-10-21 20:32:22 +02:00
JustArchi
e6cc3e060c Hopefully final fix 2016-10-19 02:00:40 +02:00
JustArchi
c07a0b8940 Misc 2016-10-19 01:42:35 +02:00
JustArchi
fe62039ff9 Update AppVeyor 2016-10-19 01:41:48 +02:00
JustArchi
ab9792bc6d Fix login limiter not working properly when Steam is entirely down 2016-10-19 01:09:25 +02:00
JustArchi
f0256597ff Bump 2016-10-19 00:57:18 +02:00
JustArchi
4a720f0bdb Add !redeem&, #350 2.1.6.0 2016-10-19 00:52:24 +02:00
JustArchi
6aec98d3d0 Use selected PasswordFormat also for login keys 2016-10-15 21:09:53 +02:00
JustArchi
7580544e27 Fix !redeem of coupons 2016-10-15 02:21:57 +02:00
JustArchi
b341bc453e Misc 2016-10-14 22:57:57 +02:00
JustArchi
79ebe75d02 Add support for reloading ASF.json + misc 2016-10-14 20:22:28 +02:00
JustArchi
c20a658c45 Bump 2016-10-12 23:09:39 +02:00
JustArchi
f7d822be99 Add support for steam wallet keys, #239 2.1.5.9 2016-10-12 22:56:19 +02:00
JustArchi
e7cda0f472 Rename EUpdateChannel.Unknown -> None
Makes more sense
2016-10-09 22:57:00 +02:00
JustArchi
939391a275 Add 5 seconds delay when issuing reconnects due to network issues
Also clean up that part of code while I'm at it
2016-10-08 17:42:52 +02:00
JustArchi
fc9ae8dd7b Add support for creating new files
Now it's complete, bug-hunting begins
2016-10-07 01:36:02 +02:00
JustArchi
562cf24491 Add support for cd-keys in XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX format 2016-10-07 00:12:11 +02:00
JustArchi
f108829129 Decent work on config reload ability
It was always annoying to restart whole ASF process just to issue a small config update for one of the bots, with this commit - auto reload has been implemented. ASF will automatically restart given bot instance if it's config file gets changed. With introduction of this commit, we also ditch StartOnLaunch property (because it no longer means sense, any disabled bot can be started through config edit), and we also ditch auto-shutdown of ASF process, because it's possible to edit bot config file to start it.
Some further work might be needed, this is pretty much work in progress. It would be super if ASF was also able to automatically decent new bot configs, and create new bots for them, but this is initial step.
2016-10-07 00:04:08 +02:00
JustArchi
1ea731d878 Bump 2016-10-06 12:43:16 +02:00
JustArchi
6f55e0dd33 Fix passwords with non-ASCII characters 2.1.5.8 2016-10-05 11:52:15 +02:00