Timothy Baldridge
401c2d232f
Improve the GoogleDrive Downloader a bit
2021-02-18 17:09:12 -07:00
Timothy Baldridge
07e0f92a74
Fix broken test
2021-02-03 21:48:17 -07:00
Timothy Baldridge
997587d674
Fix broken test
2021-01-12 17:31:43 -07:00
Timothy Baldridge
eb63b1fefc
Missed a call to PreparAll
2021-01-06 14:30:25 -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
a551b8e2b4
Server side fixes, latest changes to SQL
2020-12-29 20:59:22 -07:00
Timothy Baldridge
17bb79784e
Move LoversLab backend to LibCef
2020-12-29 16:15:47 -07:00
Timothy Baldridge
aa591bafa7
Add TES4RU support back in
2020-12-15 17:09:59 -07:00
Timothy Baldridge
b6dbcc2368
Rework performance profiles of WJ
2020-09-12 14:23:03 -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
8a452fd172
Disable broken BNET test
2020-09-08 17:25:17 -06:00
halgari
865a592e09
2.2.2.0 - Route CDN through proxy
2020-08-31 17:29:48 -06:00
halgari
573e661b03
Fix LL downloads via HTML decode 2.2.1.6
2020-08-24 16:20:50 -06:00
Justin Swanson
b77fa3d0c7
Made RocksDB initialization lazier
...
Was causing problems, as it's a singleton across the entire computer, so eagerly initializing them was causing problems for users of Wabbajack.Common that weren't interested in RocksDB. Only one could run at a time.
2020-08-14 07:16:09 -05:00
Timothy Baldridge
39078b21d9
LL autohealing
2020-08-12 16:23:02 -06:00
Timothy Baldridge
d9b3cf9d19
Disable YT tests until the downloader updates.
2020-07-27 22:19:27 -06:00
Timothy Baldridge
14a5efc3a8
Merge pull request #886 from wabbajack-tools/tesall-downloader
...
Add TESAll download support
2020-05-28 17:50:44 -07:00
Timothy Baldridge
c5dd1d6388
Add TESAll download support
2020-05-28 17:44:58 -06:00
Timothy Baldridge
c443016638
Add support for downloading via Yandex
2020-05-28 16:31:01 -06:00
Timothy Baldridge
81558dce22
Merge pull request #883 from wabbajack-tools/async-disposable-temp-files
...
Temp files now implement IAsyncDisposable instead of IDisposable and …
2020-05-27 21:16:47 -07:00
Timothy Baldridge
ea76d88012
Temp files now implement IAsyncDisposable instead of IDisposable and use AbsolutePath.DeleteAsync
2020-05-27 20:43:57 -06:00
Timothy Baldridge
c225c468fd
Several fixes for the Youtube Downloader inferencing code.
2020-05-27 06:05:55 -06:00
Timothy Baldridge
b2a112bd37
Whole app now useses Async IO exclusively
2020-05-25 11:34:25 -06:00
Timothy Baldridge
0c04440ec7
Fix broken test caused by xxHash files no longer being created
2020-05-12 16:27:58 -06:00
Timothy Baldridge
3bbc130cc0
Port over Metrics and Nexus tests delete old server projects
2020-05-08 23:12:51 -06:00
Timothy Baldridge
f639c4abff
Fix enderal Game ids, fixes for game file indexing, fixes for bad metrics reporting (lagged by a day).
2020-05-05 14:59:47 -06:00
Timothy Baldridge
314c77a830
Fix tests and implement basic hard link support
2020-05-04 14:33:45 -06:00
Timothy Baldridge
3c671272b6
MO2 remaps game folder to Game Folder Files if the game executable exists in that folder
2020-05-02 17:05:05 -06:00
Justin Swanson
7a2f47a8c4
Added some missing refactors on some projects that were unloaded
2020-04-27 23:03:57 -05:00
Timothy Baldridge
8f08ac8003
Fix IPS4 Verification
2020-04-23 19:58:18 -06:00
Timothy Baldridge
2dbd300b3a
Fix mediafire tests
2020-04-22 17:11:32 -06:00
Timothy Baldridge
bb9ef89dee
BSA archives are now lazily extracted.
...
7Zip extracted archives now only extract the fewest files required.
Audited the uses of .Wait
Lazily init the VFS cleaning
2020-04-16 21:52:19 -06:00
Justin Swanson
01588dbcc9
Merge branch 'master' into wabbajack-lib-nullability
2020-04-12 00:40:49 -05:00
Justin Swanson
482b7f9c9e
Missing IDownloader.Prepare awaits
2020-04-10 14:06:32 -05:00
Justin Swanson
806ff74893
Wabbajack.Lib nullability finished up
2020-04-10 13:32:35 -05:00
Justin Swanson
5a38f40a66
GameMetaData.TryGetGameLocation()
...
Added choice of nullable return or not
2020-04-10 13:23:23 -05:00
Justin Swanson
6572f14f49
ABatchProcessor nullable. ConfigureProcessor removed
2020-04-10 13:23:10 -05:00
Timothy Baldridge
45254b0055
No more MessagePack, Json is love, Json is life
2020-04-06 14:48:54 -06:00
Timothy Baldridge
8af841f3d6
Fix several more tests
2020-04-03 16:41:42 -06:00
Timothy Baldridge
aaba7267bd
Fix a few tests
2020-04-03 16:41:42 -06:00
Timothy Baldridge
a6e3ef5f72
Game type is now an enum for Nexus downloads
2020-04-03 16:41:17 -06:00
Timothy Baldridge
85b39d5dcc
Fix some more race conditions in tests
2020-04-03 16:41:17 -06:00
Timothy Baldridge
129f6b4fc2
Cleaned up a bunch of warnings and errors
2020-04-03 16:40:52 -06:00
Timothy Baldridge
c130106213
Fix broken updating
2020-04-03 16:40:51 -06:00
Timothy Baldridge
9d3af1db5c
All downloader tests pass
2020-04-03 16:40:51 -06:00
Timothy Baldridge
723f624d7a
Half of the downloaders pass tests
2020-04-03 16:40:51 -06:00
Timothy Baldridge
3b895f4dbb
WIP, converted Hashes to a Hash struct
2020-04-03 16:37:27 -06:00
Timothy Baldridge
a7765311a8
Disable TES Alliance tests while their site is down
2020-03-23 15:47:57 -06:00
Timothy Baldridge
a1e911669a
Youtube Downloader ( #596 )
...
* Can download audio tracks from Youtube, re-encoding to XWM in the process
2020-03-03 14:53:29 -07:00