JustArchi
a47b85ff85
Allow CrossProcessFileBasedSemaphore to sleep asynchronously
2020-05-21 23:08:02 +02:00
JustArchi
0f1b3f05f9
Implement CrossProcessFileBasedSemaphore in place of CrossProcessMutexBasedSemaphore
...
Hopefully this one works better
2020-05-21 23:02:04 +02:00
JustArchi
01482e8dd0
Misc
2020-05-21 22:47:23 +02:00
JustArchi
771d8b3391
Do not attempt to join chat if the account is limited
...
It won't work anyway
2020-05-21 11:03:29 +02:00
JustArchi
9d17c5d791
Bump
2020-05-21 11:00:12 +02:00
JustArchi
0fe0e1a84d
Disable cross-process semaphore on Linux for now
4.2.1.1
2020-05-21 10:51:57 +02:00
JustArchi
5d542fbf5e
Merge branch 'master' of https://github.com/JustArchiNET/ArchiSteamFarm
2020-05-21 10:51:29 +02:00
dependabot-preview[bot]
72979ee309
Bump wiki from 297f6b9 to 9892a76
...
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki ) from `297f6b9` to `9892a76`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases )
- [Commits](297f6b9d8f...9892a76ff0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-21 01:22:09 +00:00
JustArchi
9054f03556
CI: Misc
2020-05-20 23:44:54 +02:00
JustArchi
6db61d164f
Bump
2020-05-20 23:40:05 +02:00
JustArchi
9c7b9a6c7a
Translations update
4.2.1.0
2020-05-20 23:36:32 +02:00
JustArchi
2b16198f22
Add LoginLimiter to cross-process semaphores
2020-05-20 23:09:27 +02:00
JustArchi
88bb631eea
Update CrossProcessMutexBasedSemaphore.cs
2020-05-20 22:04:01 +02:00
JustArchi
6c22724835
Implement OS-wide, cross-process semaphores for ASF instances
...
Distinction is preserved on webproxy basis (even for LoginLimiter which shouldn't work like that)
Addresses crucial part of #1798
2020-05-20 22:01:29 +02:00
JustArchi
ab57163695
Update Logging.cs
2020-05-20 20:43:13 +02:00
dependabot-preview[bot]
e31b0403cd
Bump ASF-ui from 4006f45 to dc5f0b1
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `4006f45` to `dc5f0b1`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](4006f452f6...dc5f0b139f )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-20 08:11:37 +00:00
dependabot-preview[bot]
2642268383
Bump ASF-WebConfigGenerator from f8508ae to 296f453
...
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator ) from `f8508ae` to `296f453`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases )
- [Commits](f8508ae8d7...296f453fd3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-20 07:58:02 +00:00
dependabot-preview[bot]
690dca0bd7
Bump ASF-ui from e66d641 to 4006f45
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `e66d641` to `4006f45`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](e66d6412e2...4006f452f6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-19 01:21:29 +00:00
dependabot-preview[bot]
28ba310b67
Bump NLog from 4.7.1 to 4.7.2
...
Bumps [NLog](https://github.com/NLog/NLog ) from 4.7.1 to 4.7.2.
- [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-05-18 21:05:44 +00:00
JustArchi
a58b1bd4a3
Bump
2020-05-16 01:23:13 +02:00
JustArchi
9259043e6d
Load NLog.config when not in AppContext.BaseDirectory instead
...
This is needed as custom NLog.config no longer gets loaded in single-file scenario, where NLog probes the directory of the unpacked files instead.
For non-single-publishes this doesn't change anything, as home directory is equal to base directory if not using custom path.
4.2.0.9
2020-05-16 00:54:28 +02:00
JustArchi
2d5b736e74
Bump
2020-05-15 23:26:09 +02:00
JustArchi
9fbbfe618b
Translations update
4.2.0.8
2020-05-15 23:19:40 +02:00
JustArchi
3ace90432f
Closes #1544
2020-05-15 17:43:09 +02:00
dependabot-preview[bot]
acd80a724d
Bump NLog from 4.7.0 to 4.7.1
...
Bumps [NLog](https://github.com/NLog/NLog ) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/NLog/NLog/releases )
- [Changelog](https://github.com/NLog/NLog/blob/v4.7.1/CHANGELOG.md )
- [Commits](https://github.com/NLog/NLog/compare/v4.7...v4.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-15 15:07:51 +00:00
Łukasz Domeradzki
57edf48d13
CI enhancements ( #1789 )
...
* Artifacts enhancements tests
* Update ci.yml
* More tests
* Update .travis.yml
* Update .travis.yml
2020-05-14 21:25:53 +02:00
dependabot-preview[bot]
eac5d2029f
Bump ASF-WebConfigGenerator from 2e3c2e3 to 5492983
...
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator ) from `2e3c2e3` to `5492983`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases )
- [Commits](2e3c2e3582...5492983196 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-14 01:27:22 +00:00
dependabot-preview[bot]
bfc9d8f66a
Bump ASF-ui from ce521ec to 44824ea
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `ce521ec` to `44824ea`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](ce521ecc5a...44824eaf3a )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-14 01:23:54 +00:00
JustArchi
c01f588541
Revert "Use 2-part SDK channel for GitHub CI"
...
This reverts commit cda211a3d6 .
2020-05-13 23:08:49 +02:00
JustArchi
cda211a3d6
Use 2-part SDK channel for GitHub CI
...
This should work now, I guess?
2020-05-13 23:06:30 +02:00
JustArchi
b527ee56b7
Update ci.yml
2020-05-13 23:02:12 +02:00
JustArchi
a3145251de
Allow GitHub CI artifacts upload to fail
...
We might run into 429 rate limited when a lot of jobs are running at the same time, artifacts upload is not mandatory for verifying the build
2020-05-13 22:48:38 +02:00
dependabot-preview[bot]
5c2f0edadc
Bump Microsoft.Extensions.Logging.Configuration from 3.1.3 to 3.1.4
...
Bumps [Microsoft.Extensions.Logging.Configuration](https://github.com/aspnet/Extensions ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/aspnet/Extensions/releases )
- [Commits](https://github.com/aspnet/Extensions/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-13 11:24:04 +00:00
dependabot-preview[bot]
af22b5158a
Bump Microsoft.Extensions.Configuration.Json from 3.1.3 to 3.1.4
...
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Extensions ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/aspnet/Extensions/releases )
- [Commits](https://github.com/aspnet/Extensions/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-13 10:23:21 +00:00
dependabot-preview[bot]
80d4f377b0
Bump System.Collections.Immutable from 1.7.0 to 1.7.1
...
Bumps [System.Collections.Immutable](https://github.com/dotnet/corefx ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/dotnet/corefx/releases )
- [Commits](https://github.com/dotnet/corefx/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-12 17:30:15 +00:00
dependabot-preview[bot]
c611d1dee8
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 3.1.3 to 3.1.4
...
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/aspnet/AspNetCore ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/aspnet/AspNetCore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/master/docs/CrossRepoBreakingChanges.md )
- [Commits](https://github.com/aspnet/AspNetCore/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-12 17:07:52 +00:00
dependabot-preview[bot]
56d430046a
Bump System.Composition from 1.4.0 to 1.4.1
...
Bumps [System.Composition](https://github.com/dotnet/corefx ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/dotnet/corefx/releases )
- [Commits](https://github.com/dotnet/corefx/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-12 17:07:04 +00:00
dependabot-preview[bot]
30e9f36889
Bump ASF-ui from c6df93f to ce521ec
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `c6df93f` to `ce521ec`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](c6df93f63c...ce521ecc5a )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-12 07:59:50 +00:00
dependabot-preview[bot]
11ceb1098f
Bump ASF-WebConfigGenerator from b74c577 to 2e3c2e3
...
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator ) from `b74c577` to `2e3c2e3`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases )
- [Commits](b74c5774cd...2e3c2e3582 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-11 01:27:30 +00:00
dependabot-preview[bot]
031208f096
Bump wiki from 5c75fad to d95525c
...
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki ) from `5c75fad` to `d95525c`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases )
- [Commits](5c75fad9a6...d95525cd09 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-11 01:22:57 +00:00
JustArchi
ba37ab445d
Correct volume entries
...
Docker documentation being outright wrong again
2020-05-10 19:10:06 +02:00
JustArchi
7edbe4a82f
Misc
2020-05-10 18:53:10 +02:00
JustArchi
4d0bdf6789
Skip translation progress for invariant languages as well
...
Fixes annoying notice in docker containers
2020-05-10 18:46:55 +02:00
JustArchi
e98fe07c02
Add VOLUME directive to ASF dockerfiles
2020-05-10 18:28:17 +02:00
JustArchi
2e4142c93e
Slightly optimize docker build process
2020-05-10 01:13:54 +02:00
JustArchi
38c9848509
Misc CI enhancements
2020-05-10 01:04:25 +02:00
JustArchi
8960478939
Bump
2020-05-09 20:00:34 +02:00
JustArchi
93ac4cf697
Translations update
4.2.0.7
2020-05-09 19:58:23 +02:00
dependabot-preview[bot]
adf32e287f
Bump ASF-ui from 58b5602 to 8bf8b51
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `58b5602` to `8bf8b51`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](58b5602942...8bf8b51334 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-07 01:27:25 +00:00
dependabot-preview[bot]
e056dee16c
Bump ASF-WebConfigGenerator from bb2e2fc to 7a9d0b0
...
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator ) from `bb2e2fc` to `7a9d0b0`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases )
- [Commits](bb2e2fc8fc...7a9d0b0c70 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-07 01:24:42 +00:00