Commit Graph

5165 Commits

Author SHA1 Message Date
JustArchi
34a355f0ea Misc 2020-12-31 01:00:26 +01:00
JustArchi
eb14d75430 Add result to the logged friend invite 2020-12-31 00:59:18 +01:00
dependabot-preview[bot]
b361b287cd Bump NLog.Web.AspNetCore from 4.9.3 to 4.10.0
Bumps [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/NLog/NLog.Web/releases)
- [Changelog](https://github.com/NLog/NLog.Web/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/NLog/NLog.Web/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-30 20:33:18 +00:00
GitHub Action
1ddf3c6f02 Automatic translations update 2020-12-27 02:36:05 +00:00
JustArchi
cb5f2a27cc Misc 2020-12-25 23:12:42 +01:00
GitHub Action
fe9b3b2bc0 Automatic translations update 2020-12-25 02:35:14 +00:00
JustArchi
ff36cd4733 Always save global database if doesn't exist
Bot database doesn't have any crucial info to save, but global database is used at least with its ASF identifier (that we don't really want to regenerate) as well as for first run detection.
2020-12-24 21:30:16 +01:00
Vitaliy
5a44403cf0 Add check for appIDs after intersection (#2099) 2020-12-24 20:20:57 +01:00
GitHub Action
affe8b26eb Automatic translations update 2020-12-24 02:38:36 +00:00
GitHub Action
513af9f83c Automatic translations update 2020-12-23 02:36:28 +00:00
Vitaliy
4bc2c3ecd8 Fix interface members visibility (#2094) 2020-12-22 09:49:19 +01:00
GitHub Action
12d5425453 Automatic translations update 2020-12-22 02:33:53 +00:00
GitHub Action
9c78a3334c Automatic translations update 2020-12-20 02:24:01 +00:00
JustArchi
0db004ae35 Misc reordering 2020-12-19 00:25:22 +01:00
JustArchi
4ebed5a046 Misc 2020-12-19 00:14:45 +01:00
JustArchi
34c5f5cf8b Closes #2012 2020-12-18 22:06:15 +01:00
Vitaliy
c5c55dc44e Add base path support for swagger (#2091) 2020-12-18 12:05:54 +01:00
JustArchi
626fa7f059 Use the cancellation token logic also with sends 2020-12-16 12:47:46 +01:00
JustArchi
79a9f97157 Add two more exceptions to NLogGet
Even with cancellation token, it seems that it's not always possible to abort the connection in the clean way, pointless to throw on them since there is nothing else we can do.
2020-12-16 12:11:21 +01:00
JustArchi
c140b302eb Correct CI
I forgot this is a struct, not a class
2020-12-16 10:21:16 +01:00
JustArchi
58ae29d1eb Small fixes after #2087
- Add guard against cancellationToken being null
- Use cancellationToken for all webSocket operations
- Use no cancellation token for semaphore release
- Log TaskCanceledException on user-debugging level
2020-12-16 10:18:05 +01:00
Bartosz Chrostowski
3e2c7dcf2c Add cancellation token to web socket (#2087)
* Add cancelation token to web socket

* Add catching cancelation exception from web scoket
2020-12-16 10:03:13 +01:00
Vitaliy
7c4b2638d1 Add Steam Awards 2020 to blacklist (#2086) 2020-12-15 20:20:24 +01:00
JustArchi
9d2bb9939d Misc 2020-12-11 23:00:54 +01:00
GitHub Action
edd9bb8f2a Automatic translations update 2020-12-10 02:17:31 +00:00
GitHub Action
7061f135e6 Automatic translations update 2020-12-07 02:14:01 +00:00
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
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
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]
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
GitHub Action
3b5b20c3e4 Automatic translations update 2020-11-30 02:10:16 +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