Commit Graph

9133 Commits

Author SHA1 Message Date
dependabot-preview[bot]
3adf1db1d0 Bump ASF-ui from 13e2902 to 98c9140
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `13e2902` to `98c9140`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](13e2902e58...98c9140b0c)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-25 01:37:08 +00:00
GitHub Action
924ff86bdc Automatic translations update 2021-01-24 03:08:06 +00:00
GitHub Action
5520d75b54 Automatic translations update 2021-01-23 03:05:28 +00:00
JustArchi
05973a65c1 Bump 2021-01-22 16:00:45 +01:00
GitHub Action
58ddf450c7 Automatic translations update 5.0.3.0 2021-01-22 03:06:35 +00:00
dependabot-preview[bot]
349a1912d4 Bump ASF-ui from ee70bfa to 13e2902
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `ee70bfa` to `13e2902`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](ee70bfa817...13e2902e58)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-22 01:33:23 +00:00
GitHub Action
89939e76fa Automatic translations update 2021-01-21 03:07:20 +00:00
dependabot-preview[bot]
bd8f753ea5 Bump wiki from 4401eb5 to 93f3f70
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `4401eb5` to `93f3f70`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](4401eb5b0b...93f3f70f99)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-21 01:47:56 +00:00
dependabot-preview[bot]
c92718e73f Bump ASF-ui from 0a1d9ea to ee70bfa
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `0a1d9ea` to `ee70bfa`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](0a1d9ea72c...ee70bfa817)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-21 01:32:19 +00:00
dependabot-preview[bot]
403993e5a6 Bump NLog from 4.7.6 to 4.7.7
Bumps [NLog](https://github.com/NLog/NLog) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/NLog/NLog/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 23:50:09 +00:00
JustArchi
f0c3b0bfa9 Update README.md 2021-01-20 21:28:38 +01:00
JustArchi
00bc2daeac Correct wiki to follow master
Impossible to change for now
2021-01-20 21:26:55 +01:00
JustArchi
01bc30e49c master -> main 2021-01-20 21:14:45 +01:00
GitHub Action
724cc8f6d4 Automatic translations update 2021-01-20 03:07:59 +00:00
dependabot-preview[bot]
e3436d6935 Bump ASF-ui from 8990971 to 0a1d9ea
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `8990971` to `0a1d9ea`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](899097182e...0a1d9ea72c)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 01:45:50 +00:00
dependabot-preview[bot]
641eee88e5 Bump wiki from 6983d3a to ce6bfda
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `6983d3a` to `ce6bfda`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](6983d3a6cf...ce6bfda0c1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 01:32:41 +00:00
JustArchi
b6a2bcd89e Misc 2021-01-19 23:21:53 +01:00
GitHub Action
fb0eb9aec4 Automatic translations update 2021-01-19 03:05:44 +00:00
dependabot-preview[bot]
0eb5a4de82 Bump wiki from 6d4459e to 8e86108
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `6d4459e` to `8e86108`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](6d4459e881...8e86108ab4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 01:32:04 +00:00
Sebastian Göls
b8fe02e2b6 Limit full set trades (#2133)
* Limit items to send when looting full sets

* Add test for item limit when looting full sets

* Fix small mistakes

* Change another type to byte

* And another one

* Add test to verify that the amount of appIDs does not matter in limiting the amount of items

* Add maxItems parameter to GetFullItemSets

* Test for exception with too small parameter value

* Let's get the finishing touches on that PR :'<,'>s/byte/ushort/g

* Use named const instead of hard-coded magic number

* Fix the last remaining typecast (hopefully)

* Send as many sets as possible and Add test for this and Check values of amountsToExtract as it is part of the public API

* Remove check for minimum items per set. Plugins could still use this with smaller sets on non-steam items

* Correct force of habit to match the projects code-style
2021-01-18 14:58:25 +01:00
GitHub Action
434ea8096b Automatic translations update 2021-01-18 03:03:26 +00:00
dependabot-preview[bot]
5e85ca7e5a Bump ASF-ui from 6b6f9dc to 8990971
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `6b6f9dc` to `8990971`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](6b6f9dcef7...899097182e)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-18 01:38:07 +00:00
GitHub Action
cc175b9847 Automatic translations update 2021-01-17 03:04:18 +00:00
dependabot-preview[bot]
945e94dd80 Bump Markdig.Signed from 0.22.1 to 0.23.0
Bumps [Markdig.Signed](https://github.com/xoofx/markdig) from 0.22.1 to 0.23.0.
- [Release notes](https://github.com/xoofx/markdig/releases)
- [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md)
- [Commits](https://github.com/xoofx/markdig/compare/0.22.1...0.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-16 12:39:35 +00:00
GitHub Action
447850f2ed Automatic translations update 2021-01-16 03:03:20 +00:00
GitHub Action
c3fbd60564 Automatic translations update 2021-01-15 03:02:45 +00:00
dependabot-preview[bot]
795c3d914e Bump ASF-ui from b527871 to 6b6f9dc
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `b527871` to `6b6f9dc`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](b5278714b6...6b6f9dcef7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-15 01:32:39 +00:00
JustArchi
fc16e7b29a Misc 2021-01-14 20:05:43 +01:00
JustArchi
00fba90928 Misc STD enhancements in cc.sh 2021-01-14 11:03:42 +01:00
JustArchi
24d82503ff Closes #2129 2021-01-14 10:54:15 +01:00
GitHub Action
4b76d6875b Automatic translations update 2021-01-14 03:06:01 +00:00
dependabot-preview[bot]
222c26bcc5 Bump ASF-ui from 3f9913d to b527871
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `3f9913d` to `b527871`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](3f9913da01...b5278714b6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-14 01:34:34 +00:00
dependabot-preview[bot]
d03209c98f Bump ASF-ui from 718bc6e to 3f9913d
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `718bc6e` to `3f9913d`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](718bc6efcf...3f9913da01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-13 01:47:59 +00:00
dependabot-preview[bot]
56091070e8 Bump System.Composition from 5.0.0 to 5.0.1
Bumps [System.Composition](https://github.com/dotnet/runtime) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-13 01:32:15 +00:00
GitHub Action
323258b5cb Automatic translations update 2021-01-12 02:58:38 +00:00
dependabot-preview[bot]
2df7afded1 Bump ASF-ui from e0032a9 to 718bc6e
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `e0032a9` to `718bc6e`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](e0032a97a1...718bc6efcf)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-12 01:31:13 +00:00
GitHub Action
c6f5a8d252 Automatic translations update 2021-01-11 02:55:43 +00:00
dependabot-preview[bot]
a1d68d0827 Bump ASF-ui from 39743c7 to e0032a9
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `39743c7` to `e0032a9`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](39743c7455...e0032a97a1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-11 01:37:18 +00:00
JustArchi
253d8bf269 NH2 Update 2021-01-10 21:28:01 +01:00
JustArchi
8c702a4d2d Misc 2021-01-10 21:27:52 +01:00
GitHub Action
95a55e9c47 Automatic translations update 2021-01-10 02:55:34 +00:00
GitHub Action
b2988e4829 Automatic translations update 2021-01-09 02:51:31 +00:00
GitHub Action
ba870d07b9 Automatic translations update 2021-01-08 02:51:16 +00:00
dependabot-preview[bot]
9efe6ceb9a Bump wiki from 6aa24aa to eceef9c
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `6aa24aa` to `eceef9c`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](6aa24aa3a5...eceef9c295)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-08 01:50:28 +00:00
dependabot-preview[bot]
51a809d95d Bump ASF-ui from 546a0cb to 39743c7
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `546a0cb` to `39743c7`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](546a0cbf2b...39743c7455)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-08 01:34:53 +00:00
GitHub Action
ddd7a0403e Automatic translations update 2021-01-07 02:50:55 +00:00
dependabot-preview[bot]
9d619ee269 Bump ASF-ui from be5c4c3 to 546a0cb
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `be5c4c3` to `546a0cb`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](be5c4c35a6...546a0cbf2b)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-07 01:50:52 +00:00
dependabot-preview[bot]
cc1272026f Bump wiki from 0eed60b to 280330e
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `0eed60b` to `280330e`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](0eed60bd0a...280330e85e)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-07 01:33:37 +00:00
JustArchi
432b18acd7 Bump 2021-01-06 22:30:48 +01:00
JustArchi
e00e615b02 Misc 2021-01-06 20:43:51 +01:00