JustArchi
a3e7e93469
And another one
2017-10-22 19:29:10 +02:00
JustArchi
de349adf6c
Fix fuckup
2017-10-22 19:27:47 +02:00
JustArchi
667b693762
Bump
2017-10-21 23:36:14 +02:00
JustArchi
3e5268362b
Fix auto-update when using --path
2017-10-21 23:20:23 +02:00
JustArchi
e1ddd99935
Various script improvements
2017-10-21 23:03:45 +02:00
JustArchi
811177f749
Bump
2017-10-21 21:51:29 +02:00
JustArchi
428cd63b43
Translations update
2017-10-21 16:57:39 +02:00
JustArchi
3f066cf882
Make --path <path> argument variant work too
2017-10-21 16:56:48 +02:00
Łukasz Domeradzki
e73a797f5c
Create CODE_OF_CONDUCT.md
2017-10-19 13:37:31 +02:00
JustArchi
feafd16269
Add handling of --path to headless detection
2017-10-19 12:46:42 +02:00
JustArchi
d34128910b
Bump
2017-10-19 11:51:36 +02:00
JustArchi
bca3624fe5
Rename !id to !ib
2017-10-19 01:37:52 +02:00
JustArchi
673b181f8d
Packages update
2017-10-19 01:07:15 +02:00
JustArchi
dc08c6aace
Remove workaround for https://github.com/travis-ci/travis-ci/issues/8552
2017-10-19 00:28:56 +02:00
JustArchi
919007834a
Add !id, !idadd, !idrm
2017-10-19 00:13:08 +02:00
Łukasz Domeradzki
3fc8df555f
Update SK2 to Beta1 ( #675 )
...
* Revert "ToRevert: SK2 Alpha10"
This reverts commit 88928466fc
.
* Trigger build
* Try https://github.com/appveyor/ci/issues/1861#issuecomment-337719176 workaround
2017-10-18 22:50:01 +02:00
JustArchi
ad4e4ed92f
Don't catch EXIT signal
...
It's not only pointless, but causes issues when scripts are being run in another set -e container.
2017-10-18 15:10:32 +02:00
JustArchi
944421e47e
cc.sh/run.sh code review
2017-10-18 15:03:52 +02:00
JustArchi
00d8804607
Bump
2017-10-18 12:29:02 +02:00
JustArchi
263c7dc806
Translations update
2017-10-18 12:26:59 +02:00
JustArchi
254cd79f0a
Change default of HoursUntilCardDrops
...
As seen in https://www.steamgifts.com/go/comment/P7chllw
2017-10-18 12:26:03 +02:00
JustArchi
4cb0ae59dd
Translations update
2017-10-17 18:19:39 +02:00
JustArchi
09adad5d4e
Packages update
2017-10-17 18:18:42 +02:00
JustArchi
624a61af2e
Address weird AppVeyor behaviour
2017-10-15 11:45:05 +02:00
JustArchi
88928466fc
ToRevert: SK2 Alpha10
...
Fixed AppVeyor build until https://github.com/appveyor/ci/issues/1861 is dealt with.
2017-10-15 11:42:18 +02:00
JustArchi
6881272610
Rewrite CardDropsRestricted
...
https://www.steamgifts.com/go/comment/eoRTMqb
2017-10-15 11:15:36 +02:00
JustArchi
b1fb216083
AppVeyor: Misc
2017-10-15 11:04:25 +02:00
JustArchi
af39c55e61
Fix build
2017-10-14 14:35:41 +02:00
JustArchi
3b64b4b900
Packages update
2017-10-14 14:09:05 +02:00
JustArchi
7b34a84442
Misc
...
This will accept varying number of whitespace characters
2017-10-14 11:59:07 +02:00
JustArchi
128b6d2e5b
Add stdin handling for generic scripts
2017-10-14 11:32:47 +02:00
JustArchi
0c7d9bae48
Handle chmod +x for generic helper scripts
2017-10-14 07:47:51 +02:00
JustArchi
d8160df985
Bump
2017-10-14 07:12:38 +02:00
JustArchi
6b4ab6bf5e
Packages update
2017-10-14 07:08:58 +02:00
JustArchi
779acf79c4
Docker misc
2017-10-14 06:59:22 +02:00
JustArchi
acae0d8d0e
Improve shutdown looting
...
As discussed in http://steamcommunity.com/groups/ascfarm/discussions/1/1483232961032339275/ - it's possible that SendOnFarmingFinished + ShutdownOnFarmingFinished bot will shutdown before master receives the trade and accepts it through default trading preferences.
This can be easily solved by caching SteamID and using it instead. While I'm at it, let's rewrite other parts that made use of SteamID as well.
2017-10-13 09:05:08 +02:00
JustArchi
426fb12221
Translations update
2017-10-12 11:44:24 +02:00
JustArchi
459f57ea38
Packages update
2017-10-12 11:43:36 +02:00
JustArchi
97333e7eb5
Code review
2017-10-12 11:41:19 +02:00
JustArchi
0d6f0c788b
Closes #670
2017-10-11 21:25:34 +02:00
JustArchi
35ad4f0f36
Remove RuntimeIdentifiers from ArchiSteamFarm.Tests
...
I'm not sure if this is required, tests should always run in source "dotnet build" variant and not anything being published, in worst case my CIs will poke me to add this back.
2017-10-11 00:50:25 +02:00
JustArchi
49c5a53497
Packages update
2017-10-10 21:52:44 +02:00
JustArchi
9e92d14cbe
Misc
2017-10-10 21:33:50 +02:00
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