JustArchi
b7b66dcc7d
Translations update
2019-07-27 19:38:56 +02:00
JustArchi
4ff56bb6de
Packages update
2019-07-27 19:27:50 +02:00
JustArchi
e5756ac8e6
Enable logs archiving
2019-07-27 19:22:22 +02:00
JustArchi
ded9f411ac
Misc
2019-07-26 00:14:47 +02:00
JustArchi
7d198c168c
Bump
2019-07-25 18:27:28 +02:00
JustArchi
4c75e8132e
Translations update
4.0.3.5
2019-07-25 18:02:16 +02:00
JustArchi
c0e6b9f12b
Misc
2019-07-25 17:12:36 +02:00
JustArchi
4d51bc2c8d
Misc
2019-07-25 17:10:40 +02:00
JustArchi
178ca64cfa
Implement non-blocking IO saving for databases
2019-07-25 17:09:20 +02:00
dependabot-preview[bot]
0a63bd04e1
Bump HtmlAgilityPack from 1.11.11 to 1.11.12
...
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack ) from 1.11.11 to 1.11.12.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases )
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.11...v1.11.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-25 01:37:39 +00:00
dependabot-preview[bot]
ae5e949529
Bump ASF-ui from 90aec62 to f24f71b
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `90aec62` to `f24f71b`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](90aec62bc0...f24f71b4e1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-25 01:28:00 +00:00
JustArchi
5f5356dd73
Misc
2019-07-23 14:13:54 +02:00
dependabot-preview[bot]
5bb62389a4
Bump HtmlAgilityPack from 1.11.9 to 1.11.11
...
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack ) from 1.11.9 to 1.11.11.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases )
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.9...v1.11.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-23 01:27:31 +00:00
JustArchi
fb2b2e830d
Enhance fallback for lack of verification
2019-07-22 18:44:41 +02:00
JustArchi
79683919ed
Bump
2019-07-22 15:42:29 +02:00
JustArchi
0286460c57
Translations update
4.0.3.4
2019-07-22 14:30:04 +02:00
JustArchi
176efac2dc
Avoid excessive parental request
...
We can make use of the one in logged-in, which is superior
2019-07-22 13:55:26 +02:00
JustArchi
a79720f0b5
Correct v4 generation
...
It's SH256, not SHA1
2019-07-22 13:39:12 +02:00
JustArchi
0ca7d40490
Add better fallback for parental timeouts
2019-07-22 12:48:44 +02:00
dependabot-preview[bot]
8a2598f1aa
Bump wiki from 323adbf to fd31f27
...
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki ) from `323adbf` to `fd31f27`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases )
- [Commits](323adbfcd2...fd31f276e9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-22 01:25:32 +00:00
JustArchi
d4624919e5
Slightly improve password generation
2019-07-20 19:55:29 +02:00
JustArchi
68e313c689
Bump
2019-07-20 16:56:42 +02:00
JustArchi
9d9bbefe89
Revert "Bump HtmlAgilityPack from 1.11.9 to 1.11.10"
...
This reverts commit 4a246ee9e5 .
https://github.com/zzzprojects/html-agility-pack/issues/317#issuecomment-513472112
4.0.3.3
2019-07-20 16:31:55 +02:00
JustArchi
c228d4f89c
Bump
2019-07-20 02:56:46 +02:00
JustArchi
248f940072
Misc correction
4.0.3.2
2019-07-20 02:56:14 +02:00
JustArchi
767471b5a3
Avoid unlocking parental account when it's not needed
...
Even if user supplies the code, as long as we can determine that it's really not needed
2019-07-20 02:50:48 +02:00
JustArchi
82dda59617
Bump
2019-07-20 02:29:40 +02:00
JustArchi
658803131b
Translations update
4.0.3.1
2019-07-20 02:21:01 +02:00
JustArchi
adec280472
Packages update
2019-07-20 02:08:19 +02:00
JustArchi
746464c8fe
Run generation in parallel
2019-07-20 01:21:24 +02:00
JustArchi
82c90498a6
Misc corrections
2019-07-20 00:28:35 +02:00
JustArchi
535ce04a47
Implement enhanced support for SteamParental
...
- Detect if SteamParental is active
- Verify if the code supplied by user is valid
- If the code is not valid or not supplied, generate it automatically (through local bruteforcing, pending further speed enhancements)
It's really sad seeing how this is possible, Valve seriously, you couldn't dedicate one single request in the backend to verify that? You could easily implement rate-limiting on invalid attempts and make parental more secure, but with the current implementation it's a security joke.
2019-07-20 00:22:50 +02:00
JustArchi
d5c3897b1f
Closes #1339
2019-07-19 21:15:29 +02:00
dependabot-preview[bot]
4a246ee9e5
Bump HtmlAgilityPack from 1.11.9 to 1.11.10
...
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack ) from 1.11.9 to 1.11.10.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases )
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.9...v1.11.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-19 06:04:42 +00:00
dependabot-preview[bot]
27b6338dc8
Bump ASF-ui from 443c279 to 32a5302
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `443c279` to `32a5302`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](443c279682...32a53027a2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-19 02:26:34 +00:00
dependabot-preview[bot]
9fb0ee385a
Bump ASF-WebConfigGenerator from 6cd456d to 76b8a03
...
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator ) from `6cd456d` to `76b8a03`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases )
- [Commits](6cd456d4c6...76b8a03858 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-19 02:18:34 +00:00
JustArchi
81eafd448b
Misc
2019-07-18 15:57:48 +02:00
JustArchi
768dd07159
Misc
2019-07-18 13:29:03 +02:00
Ryzhehvost
dff04bafb7
small fix ( #1333 )
2019-07-16 11:34:50 +02:00
dependabot-preview[bot]
f2bd95f75d
Bump ASF-ui from bfe9894 to 443c279
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `bfe9894` to `443c279`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](bfe98943e0...443c279682 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-16 01:26:30 +00:00
dependabot-preview[bot]
559e095579
Bump ASF-ui from 63b7aa6 to bfe9894
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `63b7aa6` to `bfe9894`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](63b7aa6090...bfe98943e0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-15 01:40:44 +00:00
dependabot-preview[bot]
b16445ecb5
Bump NLog from 4.6.5 to 4.6.6
...
Bumps [NLog](https://github.com/NLog/NLog ) from 4.6.5 to 4.6.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/compare/v4.6.5...v4.6.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-15 01:33:35 +00:00
dependabot-preview[bot]
5ee293151d
Bump wiki from 33923e2 to 0cf4779
...
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki ) from `33923e2` to `0cf4779`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases )
- [Commits](33923e2c14...0cf4779023 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-15 01:26:27 +00:00
Ryzhehvost
5c93be940e
Split steam messages with respect to newlines ( #1329 )
...
* Split steam messages with respect to newlines
* minor fixes and code style
* handle group messages too + code style
* optimize fallback
* dumbest changes in the history of the Earth
* add newline before ...
* handle edge cases properly
2019-07-14 18:30:17 +02:00
dependabot-preview[bot]
eec39158c5
Bump ASF-ui from 03119c2 to 63b7aa6
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `03119c2` to `63b7aa6`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](03119c267f...63b7aa6090 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-12 01:34:32 +00:00
dependabot-preview[bot]
c745a47fb0
Bump ASF-WebConfigGenerator from 20575fe to 6cd456d
...
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator ) from `20575fe` to `6cd456d`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases )
- [Commits](20575fe1e6...6cd456d4c6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-12 01:26:36 +00:00
dependabot-preview[bot]
4d3c0e2088
Bump ASF-ui from 7e2c4a5 to 03119c2
...
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui ) from `7e2c4a5` to `03119c2`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases )
- [Commits](7e2c4a56cd...03119c267f )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-11 06:13:38 +00:00
dependabot-preview[bot]
9f088c52da
Bump ASF-WebConfigGenerator from 02cd37b to 20575fe
...
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator ) from `02cd37b` to `20575fe`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases )
- [Commits](02cd37b5ff...20575fe1e6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-11 06:06:30 +00:00
JustArchi
fad76c0dde
Misc
2019-07-10 18:44:05 +02:00
JustArchi
02a23f7291
Misc
2019-07-10 18:41:13 +02:00