Commit Graph

1145 Commits

Author SHA1 Message Date
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
JustArchi
5c686397dd Packages update 2016-10-05 08:53:20 +02:00
JustArchi
102caac4f0 Silent some more intrusive ReSharper inspections 2016-10-05 07:31:27 +02:00
JustArchi
b9b4cdb3f9 Revert "Fix Mono 4.8+"
This reverts commit a261dc44fd.

No longer needed, Mono switched to legacy TLS once again due to those issues.
2016-10-05 00:38:22 +02:00
JustArchi
3c5bea6850 Enhance !statusall 2016-10-04 22:02:34 +02:00
JustArchi
a261dc44fd Fix Mono 4.8+ 2016-10-01 23:16:44 +02:00
JustArchi
b613b5ab38 Bump and remove debug 2016-10-01 22:14:04 +02:00
JustArchi
4986bee410 Code review 2.1.5.7 2016-10-01 21:40:11 +02:00
JustArchi
242e85cc36 Misc 2016-10-01 21:20:20 +02:00
JustArchi
96dc3246b8 Add Paused bot config property, closes #344 2016-10-01 21:09:24 +02:00
JustArchi
ab0bbcf924 More family sharing enhancements, and some debug 2016-10-01 21:02:47 +02:00
JustArchi
5a274baf9f Bump 2016-10-01 01:04:10 +02:00
JustArchi
2aec630b71 Final code review for today 2.1.5.6 2016-10-01 01:02:16 +02:00
JustArchi
ab129f27c3 Code review 2016-10-01 00:56:29 +02:00
JustArchi
e3534f4440 Code review 2016-10-01 00:36:48 +02:00