Commit graph

4836 commits

Author SHA1 Message Date
JustArchi
f636da6a77 Fix IPC not stopping the listener on Stop() 2017-10-10 21:29:43 +02:00
JustArchi
293d259b10 Misc 2017-10-10 03:59:49 +02:00
JustArchi
8515efd6ee Fix ASF not reacting to Docker SIGTERM
This one is tricky, trap code works properly but bash is not reacting to it when executing a binary.

> If Bash is waiting for a command to complete and receives a signal for which a trap has been set, the trap will not be executed until the command completes.

https://www.gnu.org/software/bash/manual/html_node/Signals.html
2017-10-10 03:49:24 +02:00
JustArchi
261b5f77a0 Bump 2017-10-08 22:44:30 +02:00
JustArchi
149a0423ec Patch https://github.com/travis-ci/travis-ci/issues/8552
And while I'm at it, bump OSX image to see if it helps.
2017-10-08 22:43:51 +02:00
JustArchi
e13341a585 Debump
I wonder if AppVeyor is fixed yet, I need my 3.0.3.5 release please.
2017-10-08 22:32:15 +02:00
JustArchi
df5efb6870 Merge branch 'master' of https://github.com/JustArchi/ArchiSteamFarm 2017-10-08 22:29:44 +02:00
JustArchi
8b60e73743 Rewrite IPC in preparation for #667 2017-10-08 22:29:43 +02:00
JustArchi
43667f3b8c Merge branch 'master' of https://github.com/JustArchi/ArchiSteamFarm 2017-10-08 15:41:13 +02:00
JustArchi
91657963fb Bump 2017-10-08 15:41:12 +02:00
Łukasz Domeradzki
88d8dfa6b4 Misc 2017-10-08 15:25:44 +02:00
JustArchi
3eab43780b Add arguments parsing to batch script
Kill me.
2017-10-08 15:14:29 +02:00
JustArchi
f210499874 Improve docker args 2017-10-08 15:08:15 +02:00
JustArchi
ad2c45adb6 Fix wrong args order 2017-10-07 20:16:27 +02:00
JustArchi
94b3e9e776 Add chmod +x permission for scripts 2017-10-07 20:01:39 +02:00
JustArchi
685e52d53f Docker: make it possible to pass arguments 2017-10-07 19:54:23 +02:00
JustArchi
5c737a286b Misc 2017-10-07 18:28:57 +02:00
JustArchi
8fa58a4841 Docker enhancements 2017-10-07 17:26:08 +02:00
JustArchi
334488919f Bump 2017-10-07 14:53:44 +02:00
JustArchi
355c8888de Address docker culture 2017-10-07 14:48:44 +02:00
JustArchi
653e528f82 Closes #665 2017-10-07 14:36:25 +02:00
JustArchi
cc4c7c9dcd Fix infinite redeem attempts
This happened when we had more keys than bots to feed, e.g. because all of them were rate limited.
2017-10-07 12:11:38 +02:00
JustArchi
a5abe9a1c3 Improve redeem efficiency with rate limited bots
If we stumble upon rate limited bot, it doesn't make any sense to retry that bot anytime soon, just skip it for the rest of the flow instead.
2017-10-07 11:07:48 +02:00
JustArchi
d184466090 Bump 2017-10-07 09:51:24 +02:00
JustArchi
2bc3a1afe0 ToRevert: Temporarily use SK2 alpha8
Should address https://github.com/JustArchi/ArchiSteamFarm/issues/665
2017-10-07 09:48:15 +02:00
JustArchi
aac4469d46 Misc
Misc improvement I noticed as part of #665
2017-10-07 06:05:01 +02:00
JustArchi
057a79824a Bump 2017-10-07 01:55:39 +02:00
JustArchi
8e322b3632 Closes #661 2017-10-07 01:39:21 +02:00
JustArchi
a931b11d9a One more Dockerfile fix 2017-10-07 00:16:32 +02:00
JustArchi
24b73ec187 Fix Dockerbuild 2017-10-07 00:06:12 +02:00
JustArchi
7a3bc2c22f Add Dockerfile
Based on https://github.com/dotnet/dotnet-docker-samples
2017-10-06 23:56:39 +02:00
JustArchi
c1d934ba00 Remove no longer needed workaround
I fixed this as part of https://github.com/SteamRE/SteamKit/pull/443
2017-10-02 04:09:50 +02:00
JustArchi
fcb6d79b5b Packages update 2017-10-02 04:08:49 +02:00
JustArchi
2ac78476cb Fix idling priority queue order 2017-09-30 22:09:57 +02:00
JustArchi
38bb08ec93 Bump 2017-09-30 06:37:00 +02:00
JustArchi
3746fe5608 Misc 2017-09-30 06:36:02 +02:00
JustArchi
8f8c8a158f Improve discarding non-ascii symbols 2017-09-30 06:22:28 +02:00
JustArchi
6929bf09f3 Add extra helper links 2017-09-28 05:07:23 +02:00
JustArchi
08140f1e3f Inform user if !update succeeded 2017-09-27 20:57:34 +02:00
JustArchi
be30a1629c Fix !resume not working for operators 2017-09-27 16:40:05 +02:00
JustArchi
0d44611afd Bump 2017-09-27 04:35:53 +02:00
JustArchi
68c4c046b2 Packages update 2017-09-27 04:31:57 +02:00
JustArchi
2ebbc219f8 Closes #657 2017-09-27 04:19:10 +02:00
JustArchi
88ebe105c0 Include ico also in generic variant 2017-09-27 03:03:38 +02:00
JustArchi
04a5d59d52 Hack ASF icon 2017-09-27 02:58:57 +02:00
JustArchi
c31ff08192 Make IPC respect bot order 2017-09-27 01:06:48 +02:00
JustArchi
47cccc2bee Optimize GitHub pre-release request 2017-09-26 19:14:44 +02:00
JustArchi
156dd2f76d Bump 2017-09-26 09:39:06 +02:00
JustArchi
4c4a7d970b CI: Remove caching
Slows down the build up 30 sec on both travis and appveyor, caching is pointless, dotnet restore is faster than re-using old cache.
2017-09-26 09:19:00 +02:00
JustArchi
07f08ece25 Misc 2017-09-26 09:06:32 +02:00