Commit Graph

6198 Commits

Author SHA1 Message Date
dependabot[bot]
4026e9dbfd Bump ASF-ui from d0f7b7a to 1e02a6d
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `d0f7b7a` to `1e02a6d`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](d0f7b7ab09...1e02a6dcfb)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-21 01:32:30 +00:00
dependabot[bot]
925c256690 Bump ASF-WebConfigGenerator from 90df00c to f1f1604
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator) from `90df00c` to `f1f1604`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases)
- [Commits](90df00cd59...f1f16046de)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-21 01:25:34 +00:00
JustArchi
4cf24b8d1e Travis: bump 2019-01-19 04:18:54 +01:00
JustArchi
ee8e9f27c6 Misc GetBots() enhancements 2019-01-19 04:08:08 +01:00
dependabot[bot]
f668dd3309 Bump tools/ArchiCrowdin from 74ee1bc to 5ab83ca
Bumps [tools/ArchiCrowdin](https://github.com/JustArchiNET/ArchiCrowdin) from `74ee1bc` to `5ab83ca`.
- [Release notes](https://github.com/JustArchiNET/ArchiCrowdin/releases)
- [Commits](74ee1bc9ef...5ab83ca573)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-18 18:16:10 +00:00
JustArchi
08b1d4190d Expose version in update API 2019-01-18 17:07:00 +01:00
dependabot[bot]
9308333ee7 Bump ASF-ui from 8c43dea to d0f7b7a
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `8c43dea` to `d0f7b7a`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](8c43dea993...d0f7b7ab09)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-18 03:06:48 +00:00
dependabot[bot]
ecc7029a48 Bump wiki from dea0198 to b045c25
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `dea0198` to `b045c25`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](dea019808f...b045c25ef0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-18 02:57:58 +00:00
dependabot[bot]
07d470f7ff Bump HtmlAgilityPack from 1.8.12 to 1.8.13
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.8.12 to 1.8.13.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.8.12...v1.8.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-18 02:32:45 +00:00
JustArchi
ceff02df22 Avoid matching the same set with the same user as well
In several cases ASF sent more than 1 trade considering the same items, this happens when we have more possible matches than just one but for the same card of other side.

Since we do not preserve the state (due to various reasons), the proper thing to do is to make set exclusive not only to user, but also to a single trade offer. At worst we'll just finish remaining part of it in the next round, if by any chance our trade offer is so huge it stumbles upon 255 items limit.
2019-01-18 03:31:36 +01:00
JustArchi
ba8f4db93a Misc 2019-01-17 21:09:00 +01:00
JustArchi
a48510b765 Open global database for public API 2019-01-17 20:43:45 +01:00
JustArchi
6f9810f8b8 Misc 2019-01-17 20:36:24 +01:00
JustArchi
371de1ec40 Misc 2019-01-17 18:50:14 +01:00
JustArchi
014047eb79 Open more PublicAPI interfaces 2019-01-17 16:48:38 +01:00
JustArchi
d5259c230e Open more PublicAPI interfaces 2019-01-17 16:37:16 +01:00
JustArchi
bc56b8ac8c Avoid potential NRE during shutdown 2019-01-17 16:14:47 +01:00
dependabot[bot]
869fca7957 Bump ASF-ui from 0f97f48 to 8c43dea
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `0f97f48` to `8c43dea`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](0f97f4869e...8c43dea993)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-17 02:26:31 +00:00
dependabot[bot]
53eeb7da65 Bump wiki from c4c441a to dea0198
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `c4c441a` to `dea0198`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](c4c441a3dd...dea019808f)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-16 02:30:38 +00:00
dependabot[bot]
2daa902190 Bump JetBrains.Annotations from 2018.2.1 to 2018.3.0
Bumps JetBrains.Annotations from 2018.2.1 to 2018.3.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-15 11:36:40 +00:00
JustArchi
92e28ecc5b Open more interfaces for PublicAPI 2019-01-15 12:30:29 +01:00
JustArchi
5e7053cd90 Merge remote-tracking branch 'origin/master' 2019-01-15 12:23:58 +01:00
JustArchi
e0ede90525 Closes #1036 2019-01-15 12:23:20 +01:00
dependabot[bot]
1a4ea287f7 Bump ASF-ui from d98ba9a to 0f97f48
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `d98ba9a` to `0f97f48`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](d98ba9a572...0f97f4869e)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-15 02:42:00 +00:00
dependabot[bot]
4ed730ad55 Bump wiki from 9297280 to c4c441a
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `9297280` to `c4c441a`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](9297280fc2...c4c441a3dd)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-15 02:38:45 +00:00
JustArchi
18d5f1938f Open configs for public API 2019-01-14 21:50:23 +01:00
JustArchi
15c0f8ebbe Misc 2019-01-14 20:15:28 +01:00
Javier
b3f11e0188 Add Marketable property into inventory Assets (#1031)
* Add files via upload

Add Marketable

* Add files via upload

Add Marketable

* Fix
2019-01-14 20:03:55 +01:00
JustArchi
e1e9a9f457 Rider cleanup 2019-01-14 19:11:17 +01:00
JustArchi
6c80de1078 Misc 2019-01-14 18:29:49 +01:00
JustArchi
876cabaa2c Merge branch 'master' of github.com:JustArchiNET/ArchiSteamFarm 2019-01-14 18:27:06 +01:00
Łukasz Domeradzki
d306028945 Conditionally disable netf on non-Windows platforms (#1032) 2019-01-14 18:23:06 +01:00
dependabot[bot]
20158ad62c Bump Markdig.Signed from 0.15.6 to 0.15.7
Bumps [Markdig.Signed](https://github.com/lunet-io/markdig) from 0.15.6 to 0.15.7.
- [Release notes](https://github.com/lunet-io/markdig/releases)
- [Changelog](https://github.com/lunet-io/markdig/blob/master/changelog.md)
- [Commits](https://github.com/lunet-io/markdig/compare/v0.15.6...v0.15.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 17:11:49 +00:00
dependabot[bot]
5800bf4249 Bump HtmlAgilityPack from 1.8.11 to 1.8.12
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.8.11 to 1.8.12.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.8.11...v1.8.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 03:19:10 +00:00
dependabot[bot]
776bff8e75 Bump wiki from cc3cb2d to 9297280
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `cc3cb2d` to `9297280`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](cc3cb2d651...9297280fc2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 03:04:04 +00:00
dependabot[bot]
410fd2ff53 Bump ASF-ui from 7ffbf75 to d98ba9a
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `7ffbf75` to `d98ba9a`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](7ffbf75898...d98ba9a572)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 02:55:19 +00:00
dependabot[bot]
2f64d2777b Bump ConfigureAwaitChecker.Analyzer from 2.0.0 to 2.0.1
Bumps [ConfigureAwaitChecker.Analyzer](https://github.com/cincuranet/ConfigureAwaitChecker) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/cincuranet/ConfigureAwaitChecker/releases)
- [Commits](https://github.com/cincuranet/ConfigureAwaitChecker/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 02:34:04 +00:00
JustArchi
5ee3afe85f Bump 2019-01-13 17:06:56 +01:00
JustArchi
804bb16605 Translations update 4.0.0.0 2019-01-13 17:00:57 +01:00
JustArchi
67aa8ab364 Update wiki 2019-01-13 15:59:39 +01:00
JustArchi
b28e45fb87 Misc 2019-01-12 19:13:29 +01:00
JustArchi
e448284174 Misc 2019-01-12 19:08:36 +01:00
JustArchi
92431c1d3e Update public API of access 2019-01-12 18:48:00 +01:00
JustArchi
ca74f1f4a7 Open utilities for public API 2019-01-12 17:51:24 +01:00
JustArchi
7aff2ecbb1 Misc 2019-01-12 17:48:56 +01:00
JustArchi
1bbdce06c4 Apply chmod +x 2019-01-12 02:03:04 +01:00
JustArchi
da8ffec706 Merge scripts with overlay 2019-01-12 02:00:19 +01:00
JustArchi
3ca09514c3 .gitignore update 2019-01-12 01:52:06 +01:00
JustArchi
fcd972d7af Add overlay 2019-01-12 01:32:44 +01:00
JustArchi
4d23f6d335 Misc 2019-01-12 01:24:07 +01:00