Commit Graph

8222 Commits

Author SHA1 Message Date
dependabot-preview[bot]
9fd1d4ce7f Bump NLog from 4.7.5 to 4.7.6
Bumps [NLog](https://github.com/NLog/NLog) from 4.7.5 to 4.7.6.
- [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>
2020-12-06 19:48:41 +00:00
JustArchi
bc8ee3592d Cleanup some obsolete warnings 2020-12-05 21:53:18 +01:00
JustArchi
4e190b7dfd Misc code improvements 2020-12-05 20:30:15 +01:00
JustArchi
6265aa7271 Misc code improvements 2020-12-05 20:27:10 +01:00
JustArchi
f66d5e6116 Remove unneeded restriction 2020-12-04 20:05:45 +01:00
GitHub Action
fda7755102 Automatic translations update 2020-12-04 02:09:53 +00:00
GitHub Action
5f8482cdae Automatic translations update 2020-12-03 02:09:56 +00:00
dependabot-preview[bot]
31bc1a10b0 Bump ASF-ui from 906dfdf to b6e4dc8
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `906dfdf` to `b6e4dc8`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](906dfdf315...b6e4dc8cac)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-03 01:33:17 +00:00
dependabot-preview[bot]
a9080ba01a Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.8.3.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.0...v16.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 23:34:29 +00:00
JustArchi
31257449ed STD: Make loading GlobalCache fully async 2020-12-03 00:10:52 +01:00
JustArchi
b712706149 Remove no-longer-needed casts after C# compiler got smarter 2020-12-02 23:50:49 +01:00
JustArchi
82ff7762f2 Convert possible substring calls to string ranges 2020-12-02 23:45:20 +01:00
dependabot-preview[bot]
6acca200c1 Bump ASF-ui from bddaee9 to 906dfdf (#2073)
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `bddaee9` to `906dfdf`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](bddaee99fc...906dfdf315)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-02 11:55:53 +01:00
dependabot-preview[bot]
dc1ef983c2 Bump Markdig.Signed from 0.22.0 to 0.22.1
Bumps [Markdig.Signed](https://github.com/lunet-io/markdig) from 0.22.0 to 0.22.1.
- [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/0.22.0...0.22.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 10:53:20 +00:00
GitHub Action
9c845fb614 Automatic translations update 2020-12-02 02:09:14 +00:00
JustArchi
93582696fe Avoid attempting to save database without a FilePath 2020-12-01 23:32:00 +01:00
GitHub Action
a0dc81804e Automatic translations update 2020-12-01 02:09:52 +00:00
dependabot-preview[bot]
da129386a1 Bump ASF-ui from 4fac17a to bddaee9
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `4fac17a` to `bddaee9`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](4fac17af0e...bddaee99fc)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 01:35:38 +00:00
GitHub Action
3b5b20c3e4 Automatic translations update 2020-11-30 02:10:16 +00:00
dependabot-preview[bot]
9eba229c91 Bump ASF-ui from 7520acb to 4fac17a
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `7520acb` to `4fac17a`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](7520acbe3a...4fac17af0e)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-30 01:36:52 +00:00
JustArchi
627d7ca371 Correct outdated database serialization 2020-11-29 18:33:11 +01:00
JustArchi
8ff0ea1bb5 Misc 2020-11-29 16:18:40 +01:00
JustArchi
14f58d5aec Code cleanup 2020-11-29 16:15:20 +01:00
JustArchi
e522602535 Implement OnModified event to our ConcurrentHashSet and make use of it in bot database 2020-11-29 16:03:25 +01:00
GitHub Action
698bf7b788 Automatic translations update 2020-11-29 02:09:53 +00:00
JustArchi
835d567fec Abort startup if config directory could not be found
We do not require any config files, but config directory - yes, we won't bother creating it manually as it heavily suggests user mistake, such as --path to the wrong directory.
2020-11-28 23:55:09 +01:00
JustArchi
ba702a1dae Misc 2020-11-28 23:18:23 +01:00
JustArchi
97ee4eaef2 Misc 2020-11-28 23:16:03 +01:00
JustArchi
8fb91fe58b Misc 2020-11-28 22:06:54 +01:00
dependabot-preview[bot]
be808be3db Bump JetBrains.Annotations from 2020.1.0 to 2020.3.0
Bumps JetBrains.Annotations from 2020.1.0 to 2020.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-28 20:10:25 +00:00
JustArchi
eebd7d6f45 Misc 2020-11-28 20:45:47 +01:00
JustArchi
2aaffaa208 Misc 2020-11-28 19:51:09 +01:00
JustArchi
bf89a162e2 Misc 2020-11-28 19:25:17 +01:00
GitHub Action
fe5d3b4626 Automatic translations update 2020-11-28 02:09:57 +00:00
GitHub Action
f3a1cfacf8 Automatic translations update 2020-11-27 02:09:43 +00:00
dependabot-preview[bot]
8f25f562e9 Bump ASF-ui from 3b62205 to 7520acb
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `3b62205` to `7520acb`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](3b622058ab...7520acbe3a)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-27 01:29:47 +00:00
JustArchi
8bfbab57f7 Bump 2020-11-26 18:36:13 +01:00
JustArchi
e31f194938 Misc 5.0.1.1 2020-11-26 18:24:31 +01:00
JustArchi
8aeee1e238 Allow retry in mutex acquire process 2020-11-26 18:22:55 +01:00
dependabot-preview[bot]
0a25ee9197 Bump wiki from 9ccf1b4 to 2755a49
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `9ccf1b4` to `2755a49`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](9ccf1b4073...2755a49842)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 16:48:26 +00:00
GitHub Action
c83c86592a Automatic translations update 2020-11-26 02:09:36 +00:00
dependabot-preview[bot]
f5300ecdf1 Bump ASF-ui from 0586542 to 3b62205
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `0586542` to `3b62205`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](0586542cb0...3b622058ab)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 01:54:00 +00:00
JustArchi
198db60c51 Misc 2020-11-25 21:15:42 +01:00
JustArchi
bb25c94aef Bump 2020-11-25 12:33:01 +01:00
JustArchi
d1ca1e9b2c Add a pre-container assembly verification for detecting failing plugins 5.0.1.0 2020-11-25 12:26:46 +01:00
JustArchi
178509eb21 Avoid loading assemblies in IPC when no plugins are active
Apart from small optimization, this avoids the problem of starting IPC server if one of the assemblies fail to load (as ASF will abort the rest of the plugins loading routine, and therefore no plugins will be loaded at all).
2020-11-25 11:52:02 +01:00
GitHub Action
2d6e8ed673 Automatic translations update 2020-11-25 02:09:37 +00:00
dependabot-preview[bot]
95eeba8e53 Bump ASF-ui from 7acc033 to 0586542
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `7acc033` to `0586542`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](7acc033156...0586542cb0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-25 01:33:02 +00:00
JustArchi
f0fbf318f4 Bump 2020-11-24 17:40:34 +01:00
GitHub Action
4cb822cbf2 Automatic translations update 2020-11-24 02:09:33 +00:00