Commit Graph

1058 Commits

Author SHA1 Message Date
erri120
bb7e039157 Fix double indexing for the same game 2021-01-26 15:42:46 +01:00
Timothy Baldridge
a754d9ae68 Dispose of file handles in BSA creation, don't load unused patches. 2021-01-15 07:00:58 -07:00
Timothy Baldridge
c8abca742a HOTFIX: Fix game file sources that don't have MO2 specific names 2021-01-13 18:53:08 -07:00
Timothy Baldridge
4a555c27b9 Merge remote-tracking branch 'origin/master' 2021-01-12 15:47:52 -07:00
Timothy Baldridge
bd1152d4c7 2.4.1.0 2021-01-12 15:47:35 -07:00
Timothy Baldridge
9a18e5060e
Merge pull request #1260 from Unnoen/retry-cdn
Retry from B-CDN if unable to connect to cache/main server.
2021-01-11 06:08:47 -07:00
Unnoen
13e0b21e95
Retry from B-CDN if unable to connect to cache server. 2021-01-11 19:42:03 +11:00
Unnoen
359d85ccf9
Log pagefile and warn if disabled or suboptimal 2021-01-11 17:59:32 +11:00
Timothy Baldridge
e7db21d0fe Pass the csrf token into the IPS4 downloader page 2021-01-10 19:08:14 -07:00
Timothy Baldridge
783dd76209
Merge pull request #1252 from erri120/better-hashing
Better hashing
2021-01-10 06:41:10 -07:00
Timothy Baldridge
756113d77d some backend fixes 2021-01-09 14:46:46 -07:00
erri120
031944635f Fix ACompiler 2021-01-09 20:06:23 +01:00
erri120
131f7de823 Fix Wabbajack.Lib 2021-01-09 20:04:11 +01:00
Timothy Baldridge
b272f9edcd few pre-release fixes 2021-01-09 07:14:01 -07:00
Unnoen
5d857386f2
Simplify filtering and remove comments
Thanks Linq
2021-01-09 14:57:11 +11:00
Unnoen
d28719bd74
Filter for filesize before hashing archives 2021-01-09 13:47:00 +11:00
Timothy Baldridge
1e2ca462a5 2.4.0.0 2021-01-08 18:12:20 -07:00
Timothy Baldridge
ff386d000e
Merge pull request #1244 from wabbajack-tools/small-downloader-fixes
Small downloader fixes
2021-01-06 16:37:18 -07:00
Unnoen
5d9677dbd1
Optimise SQL database store and IO
* Remove unnecessary ROWID from tables.
* Set JOURNAL_MODE to MEMORY, reducing disk IO.
* VACUUM databases after install/compile.
2021-01-07 02:47:59 +11:00
Timothy Baldridge
d854845d17 Small downloader fixes 2021-01-06 06:02:12 -07:00
Timothy Baldridge
fd1cada3ea Everything appears to build 2021-01-01 11:21:07 -07:00
Timothy Baldridge
90280e8b6f WIP getting .LIB to compile with 5.0 2020-12-31 17:06:56 -07:00
Timothy Baldridge
a7f5e94ab3 Add missing line to changelog 2020-12-31 10:51:24 -07:00
Timothy Baldridge
db3b441d19 #### Version - 2.3.6.1 - 12/31/2020
* When IPS4 (e.g. LL) sites based on CEF fail to validate, they no longer hang the app
* If a IPS4 CEF site throws a 503, or 400 error, retry
* Clean out the cookies during IPS4 CEF downloads so that they don't cause 400 errors
* Limit the number of connections to IPS4 sites to 20 per minute (one per 6 seconds)
* If a site *does* timeout, throw a log of the CEF state into `CEFStates` for easier debugging by the WJ team
* Wrote a new CLI utility to stress test the Verification routines.
* Ignore files that have `\Edit Scripts\Export\` in their path
2020-12-30 23:44:58 -07:00
Timothy Baldridge
2c07c39c21
Merge pull request #1231 from wabbajack-tools/ll-to-use-cef
Move LoversLab backend to LibCef
2020-12-29 17:54:46 -07:00
Timothy Baldridge
5ead7dd621 Remove CRFS requirement for Cef backend 2020-12-29 17:05:19 -07:00
Timothy Baldridge
17bb79784e Move LoversLab backend to LibCef 2020-12-29 16:15:47 -07:00
dependabot-preview[bot]
fac1947e03
Bump HtmlAgilityPack from 1.11.28 to 1.11.29
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.28 to 1.11.29.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.28...v1.11.29)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-17 05:47:26 +00:00
Timothy Baldridge
65a8372ab3
Merge pull request #1224 from wabbajack-tools/make-gallery-title-optional
Fixes issue#2112
2020-12-15 21:23:49 -07:00
Timothy Baldridge
e441d78720 Fixes issue#2112 2020-12-15 18:26:41 -07:00
Timothy Baldridge
aa591bafa7 Add TES4RU support back in 2020-12-15 17:09:59 -07:00
Timothy Baldridge
7c6aec46d6
Merge pull request #1212 from wabbajack-tools/disable-back-button
disable back button and 2.3.4.3
2020-12-07 05:39:14 -07:00
Timothy Baldridge
053a71795a disable back button and 2.3.4.3 2020-12-06 21:26:02 -07:00
Unnoen
4d03e07b94
-net to .net
Someone made an oopsie.
2020-11-29 18:42:50 +11:00
Timothy Baldridge
693497711b Fix a bug in download stats 2020-11-24 17:22:24 -07:00
Timothy Baldridge
f97fcd5aa0 2.3.4.2 2020-11-24 15:14:09 -07:00
Timothy Baldridge
3a3206755a
Merge pull request #1193 from wabbajack-tools/improved-services
Improve backend services, add watchdog service, and add utility_modli…
2020-11-19 16:32:52 -07:00
Timothy Baldridge
9717d4ac42 Improve backend services, add watchdog service, and add utility_modlists.json 2020-11-19 15:56:30 -07:00
Chris Bessent
35b910be98 Make more path comparisons ignore case
Paths for Windows should be case-agnostic.  The primary impetus for
this change is to prevent WJ from deleting downloads if the case of
the folder name doesn't match the case of the install setting.
Normally this would be caught by the GUI validation but several users
have managed to get around that.
2020-11-18 20:04:43 -07:00
erri120
c37248c221
Fixed build errors 2020-11-18 12:37:31 +01:00
Timothy Baldridge
247d19cba0 Version bump to 2.3.4.1 - fix nexus client creation 2020-11-15 17:40:49 -07:00
Timothy Baldridge
6ee701262a Version bump to 2.3.4.0 2020-11-14 23:20:05 -07:00
Timothy Baldridge
73d3168d2c Implement utility list filtering for the UI 2020-11-14 12:16:11 -07:00
Timothy Baldridge
802448c934 Deps version bump 2020-11-14 07:26:04 -07:00
Timothy Baldridge
e1725bb808 Throw critical errors on nexus API quota issues 2020-11-14 07:21:13 -07:00
Timothy Baldridge
01872fb62b More logging information for server backend 2020-11-11 06:25:57 -07:00
Timothy Baldridge
98e0f2503c Rework how we handle API limits. 2020-11-05 14:30:00 -07:00
Timothy Baldridge
90e9af05b1 More fine-grained status updates 2020-11-03 07:45:08 -07:00
Timothy Baldridge
7f603e9c85 Store game file hashes on GitHub 2020-11-02 18:55:54 -07:00
Timothy Baldridge
4a2cef1ab4 bump deps 2020-11-01 21:11:29 -07:00
Unnoen
dd7ee04e00
Check domain remaps for valid CLI downloads. 2020-11-02 04:27:29 +11:00
Timothy Baldridge
6499f20d4b Yet another test fix 2020-10-24 10:04:24 -06:00
Timothy Baldridge
35d1012ab0 Fix for issue-1134 2020-10-21 18:43:02 -06:00
Timothy Baldridge
c1c6f10b5b Can include patches, still randomly fails for some reason, a race condition perhaps? 2020-10-18 18:15:22 -06:00
Timothy Baldridge
18ac41729d First Native compilation test passes 2020-10-18 13:03:50 -06:00
Timothy Baldridge
c5c444b707 Cleanup ACompiler 2020-10-18 07:18:16 -06:00
Timothy Baldridge
2bc3553dcf Patch creation into ACompiler 2020-10-18 07:16:27 -06:00
Timothy Baldridge
80d93caf96 Fix tests 2020-10-18 07:13:01 -06:00
Timothy Baldridge
02631eb503 Archive Indexing into ACompiler 2020-10-18 07:07:18 -06:00
Timothy Baldridge
5ce0a79bd4 GameFile indexing into ACompiler 2020-10-18 07:06:22 -06:00
Timothy Baldridge
d919a097e3 VFSCacheName into ACompiler 2020-10-18 07:00:55 -06:00
Timothy Baldridge
55b26cec65 Move common folders into ACompiler 2020-10-18 06:59:49 -06:00
Timothy Baldridge
d54f1e5a3f Fix possible NPE with game version primay key strings 2020-10-11 10:46:46 -06:00
Timothy Baldridge
e557e46556 Rework file extraction to combine the old and new methods 2020-10-09 21:02:58 -06:00
Timothy Baldridge
1d4ae80553
Merge branch 'master' into extraction-fixes 2020-10-05 19:14:47 -06:00
Timothy Baldridge
8047bc3caa Fix TSO extraction issues 2020-10-05 16:12:21 -06:00
Timothy Baldridge
21e308687f Updates to logging on bad patch creation 2020-10-04 14:43:14 -06:00
Timothy Baldridge
844881375f
Merge branch 'master' into code-cleanup 2020-10-01 06:25:50 -06:00
Timothy Baldridge
d0febcd8a9 Several tweaks, bump version to 2.3.0.1 2020-10-01 06:24:26 -06:00
Timothy Baldridge
13068a59e7 Code cleanup 2020-09-30 21:50:09 -06:00
Timothy Baldridge
e94c0d076d 2.3.0.0 release 2020-09-21 06:05:09 -06:00
Timothy Baldridge
06a320611d tweaks to downloads and compilation 2020-09-17 21:27:59 -06:00
Timothy Baldridge
efef8a2944 Rework performance profiles of WJ 2020-09-12 14:23:49 -06:00
Timothy Baldridge
b6dbcc2368 Rework performance profiles of WJ 2020-09-12 14:23:03 -06:00
Timothy Baldridge
70c9cfa5b8
Merge pull request #1084 from wabbajack-tools/issue-1043
Make extra included games explicit
2020-09-11 09:01:46 -06:00
Timothy Baldridge
59eb915475 Make extra included games explicit 2020-09-11 06:54:24 -06:00
Timothy Baldridge
d7371294f9 Installation optimizations and fixes 2020-09-10 19:22:07 -06:00
Timothy Baldridge
d953fa9179 Ask the server for known upgrades as a last resource (for all downloads) 2020-09-10 07:07:25 -06:00
Timothy Baldridge
f129a6bd22 Remove Beth.NET and YT downloader, no one used them and they only sortof worked 2020-09-09 19:49:22 -06:00
Timothy Baldridge
c73116a465 Move where we include ini additions 2020-09-09 16:50:43 -06:00
Timothy Baldridge
3db1f2d9ea
Merge pull request #1073 from EzioTheDeadPoet/patch-1
mark WJ installed archives as installed in MO2.
2020-09-09 16:40:55 -06:00
Timothy Baldridge
9b69be5d72 Merge remote-tracking branch 'origin/ips-reworks' into ips-reworks 2020-09-09 14:46:46 -06:00
Timothy Baldridge
16041170d2 Fix strange edge-case with BSA extraction 2020-09-09 14:40:28 -06:00
Timothy Baldridge
ab5010594f IPS4 reworks 2020-09-09 12:56:16 -06:00
Timothy Baldridge
1f002b5f77 IPS4 reworks 2020-09-09 06:51:38 -06:00
Timothy Baldridge
f1b50b0e09 Merge remote-tracking branch 'origin/7zip-improvements' into 7zip-improvements 2020-09-08 17:25:30 -06:00
Timothy Baldridge
48bb6e1998
Merge branch 'master' into 7zip-improvements 2020-09-08 16:19:35 -06:00
Timothy Baldridge
548a0553d2 Re-add OMOD support 2020-09-08 16:15:33 -06:00
Timothy Baldridge
5d7bceb6dc Spool large files to disk during extraction to save memory 2020-09-07 20:22:23 -06:00
Timothy Baldridge
9de30ea8b7 Removed cruft of old extractor 2020-09-05 21:28:31 -06:00
Timothy Baldridge
3bdab577e1 EndToEnd Tests pass 2020-09-05 21:19:05 -06:00
Timothy Baldridge
1ebb0b6492 All sanity tests work! 2020-09-05 13:36:44 -06:00
EzioTheDeadPoet
366552e33c
adding "installed=true" to .meta files
with this change ModOrganizer2 will display Archives downloaded with Wabbajack as installed instead of just downloaded, since to be included during the compile they need to be used in the install in the first place.
2020-09-05 20:18:55 +02:00
EzioTheDeadPoet
9b09fa33ca
fix 5 .meta "installed=true"
syntax errors 🤦
2020-09-05 20:00:45 +02:00
EzioTheDeadPoet
6c1f6a3cf7
fix 4 .meta "installed=true"
I was stupid and forgot something again..
2020-09-05 19:57:21 +02:00
EzioTheDeadPoet
5911b993b1
fix 3 to .meta "installed=true"
this attempt uses a different approach that hopefully now works as intended.
2020-09-05 19:55:04 +02:00
EzioTheDeadPoet
10c0fd916c
2nd fix to the .meta including "installed=true"
i forgot to remove a `[`
2020-09-05 19:48:05 +02:00
EzioTheDeadPoet
d0f0564422
fix for my previous attempt
my first code was garbage now I am adding the line using string.concat.
2020-09-05 19:42:40 +02:00
EzioTheDeadPoet
cd75ea9f1b
mark WJ installed archives as installed.
A simple change to the the way .meta files get handled by Wabbajack to mark archives used by Wabbajack as installed when launching ModOrganizer2.
2020-09-05 18:39:08 +02:00
Timothy Baldridge
a847d69851 Patching and extraction works, fewer failing tests 2020-09-05 08:01:32 -06:00
Timothy Baldridge
8a365ac445 WIP, massive rework of file extraction 2020-09-04 15:00:29 -06:00
Timothy Baldridge
47e45965c4 Fix for server error that kills services 2020-09-02 20:49:45 -06:00
halgari
865a592e09 2.2.2.0 - Route CDN through proxy 2020-08-31 17:29:48 -06:00
halgari
c5d56c27a8 Fix issues with mirrored files 2020-08-25 22:03:43 -06:00
halgari
496a35a605 BSA fix, better logging for failed IPS4 downloads 2020-08-24 19:34:57 -06:00
halgari
573e661b03 Fix LL downloads via HTML decode 2.2.1.6 2020-08-24 16:20:50 -06:00
halgari
2136924161 Fixes for broken RGE install 2020-08-22 15:14:38 -06:00
halgari
cf1c62b7c7 Hotfix for breaking existing lists 2020-08-20 20:45:15 -06:00
halgari
60a23f451f Rework where we store upgrades 2020-08-20 16:02:50 -06:00
halgari
592fcb17d9 Rework how we select patches (use non-primary games as a last resort) 2020-08-18 16:30:00 -06:00
dependabot-preview[bot]
6c5827960f
Bump ReactiveUI.Fody from 11.5.17 to 11.5.26
Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui) from 11.5.17 to 11.5.26.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.5.17...11.5.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-18 04:12:22 +00:00
Timothy Baldridge
fa9cf2831a
Merge pull request #1042 from wabbajack-tools/dependabot/nuget/MegaApiClient-1.8.2
Bump MegaApiClient from 1.8.1 to 1.8.2
2020-08-17 21:11:26 -07:00
Timothy Baldridge
25c62d238c
Merge pull request #1038 from wabbajack-tools/dependabot/nuget/GraphQL.Client-3.1.4
Bump GraphQL.Client from 3.1.3 to 3.1.4
2020-08-17 21:11:12 -07:00
Timothy Baldridge
254f5e2ada
Merge pull request #1037 from wabbajack-tools/dependabot/nuget/YoutubeExplode-5.1.4
Bump YoutubeExplode from 5.1.3 to 5.1.4
2020-08-17 21:11:05 -07:00
Timothy Baldridge
08c08cd29b
Merge pull request #1036 from wabbajack-tools/dependabot/nuget/ReactiveUI-11.5.26
Bump ReactiveUI from 11.5.17 to 11.5.26
2020-08-17 21:10:58 -07:00
dependabot-preview[bot]
6ca104a5b3
Bump MegaApiClient from 1.8.1 to 1.8.2
Bumps [MegaApiClient](https://github.com/gpailler/MegaApiClient) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/gpailler/MegaApiClient/releases)
- [Commits](https://github.com/gpailler/MegaApiClient/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:12:54 +00:00
dependabot-preview[bot]
97eaef5e58
Bump GraphQL.Client from 3.1.3 to 3.1.4
Bumps [GraphQL.Client](https://github.com/graphql-dotnet/graphql-client) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/graphql-dotnet/graphql-client/releases)
- [Commits](https://github.com/graphql-dotnet/graphql-client/compare/v3.1.3...V3.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:11:20 +00:00
dependabot-preview[bot]
4e1af562a7
Bump YoutubeExplode from 5.1.3 to 5.1.4
Bumps [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/Tyrrrz/YoutubeExplode/releases)
- [Changelog](https://github.com/Tyrrrz/YoutubeExplode/blob/master/Changelog.md)
- [Commits](https://github.com/Tyrrrz/YoutubeExplode/compare/5.1.3...5.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:10:59 +00:00
dependabot-preview[bot]
fcaac7d20f
Bump ReactiveUI from 11.5.17 to 11.5.26
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 11.5.17 to 11.5.26.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.5.17...11.5.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:10:41 +00:00
halgari
a716097802 Server fixes and a bit of a UI nagging 2020-08-16 22:15:19 -06:00
Timothy Baldridge
f0cfbc6b0c
Merge pull request #1031 from wabbajack-tools/ll-updates
Ll updates
2020-08-13 05:46:54 -06:00
Timothy Baldridge
b181d48722 More test fixes 2020-08-12 22:14:35 -06:00
Timothy Baldridge
091f342709 Fix for HTTP files 2020-08-12 20:50:20 -06:00
Timothy Baldridge
39078b21d9 LL autohealing 2020-08-12 16:23:02 -06:00
Timothy Baldridge
bc94ec4321 Tons of server-side fixes and tweaks to deal with strange nexus states 2020-08-11 22:25:12 -06:00
Timothy Baldridge
c21cc7db78
Merge pull request #1024 from Noggog/bsa-optimization
Bsa Optimizations
2020-08-11 12:54:47 -06:00
Justin Swanson
ea8b0d601f Removed RxUI from Wabbajack.Common 2020-08-11 10:37:17 -05:00
erri120
77275dd30b
Current Wabbajack must be newer than Wabbajack version of compiled Modlist 2020-08-11 14:31:58 +02:00
erri120
4bf1e943a2
Added WABBAJACK_ALWAYS_DISABLE flag 2020-08-10 19:18:16 +02:00
Timothy Baldridge
9d3f36559e Disable the warning about no premium to streamline installs. Fix a update loop on the server 2020-08-08 14:20:15 -06:00
Timothy Baldridge
6c6768aab6 Disable the warning about no premium to streamline installs. Fix a update loop on the server 2020-08-08 12:26:55 -06:00
Justin Swanson
785e2fba5a Moved NexusDownloader CLIArguments API key encryption to Prepare 2020-08-08 08:04:57 -05:00
Timothy Baldridge
5179d7f3f3 Randomize file hashes so we don't kill the tests so much 2020-08-07 22:20:49 -06:00
Timothy Baldridge
1303c86dcc Fix master and bump versions 2020-08-07 21:40:03 -06:00
Timothy Baldridge
3fb3288226
Merge pull request #1012 from wabbajack-tools/no-patch
Add no-patch commandline option
2020-08-07 20:23:30 -06:00
Timothy Baldridge
d2baae2cf4
Merge pull request #1017 from Unnoen/directory-validator
Better validation for existing installs.
2020-08-07 20:22:57 -06:00
Unnoen
c3f34fedde
Add a folder checker to CheckValidInstallPath. 2020-08-07 23:22:48 +10:00
Timothy Baldridge
6c88cb22ca Re-hash patched files just in case 2020-08-07 05:24:30 -06:00
Unnoen
a4254af3c9
Utilize hash cache on install. 2020-08-07 18:29:20 +10:00
Timothy Baldridge
3314326b05 Add no-patch commandline option 2020-08-06 16:40:07 -06:00
Timothy Baldridge
e14501afdf
Merge pull request #1008 from wabbajack-tools/mirrored-files
Mirrored files
2020-08-05 18:18:04 -07:00
Timothy Baldridge
86107ec8ec Enable optional disk compression 2020-08-05 16:01:45 -06:00
Timothy Baldridge
7f892d26d7 Mirrored files, permissions, and download support 2020-08-04 18:34:09 -06:00
dependabot-preview[bot]
bf96acfaf9
Bump YoutubeExplode from 5.1.2 to 5.1.3
Bumps [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/Tyrrrz/YoutubeExplode/releases)
- [Changelog](https://github.com/Tyrrrz/YoutubeExplode/blob/master/Changelog.md)
- [Commits](https://github.com/Tyrrrz/YoutubeExplode/compare/5.1.2...5.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 07:04:21 +00:00
Timothy Baldridge
74ab81601d Disable WASM 2020-07-28 17:52:45 -06:00
Timothy Baldridge
a3e5546a17
Merge pull request #981 from wabbajack-tools/disk-size-fixes
Fix #980, 2.1.3.4, and deps bumps
2020-07-27 21:57:34 -07:00
Timothy Baldridge
bc975c1840 Fix #980, 2.1.3.4, and deps bumps 2020-07-27 15:33:45 -06:00
Justin Swanson
54428cc402 Tooltip text improvement for MO2Installer unknown files 2020-07-25 18:38:00 -05:00
Timothy Baldridge
2e0c13f854 Cache nexus permissions / mod hidden status. Use hidden status to purge the nexus cache 2020-07-25 12:09:02 -06:00
Timothy Baldridge
a00128db35 Check file signatures before attempting to extract. Only use 7zip for RAR, 7zip and Zip (not TAR) 2020-07-21 16:25:34 -06:00