Commit Graph

85 Commits

Author SHA1 Message Date
Fabian
85fceeb3f0 Update launcher to work with latest clients:
- NO dev mode anymore. A valid certificate is ALWAYS required.
- NO Arctium server connection. But do not rename things, thanks.
- NO other features than connecting to servers with valid certificates attached.
  Means: NO mod loading or dev mode. For that use our full-featured launcher at https://arctium.io
- NO binary releases.
- Only modern versions (all branches) are supported.

What you can still do:
- Launch modern game clients and connect to servers with a valid certificate attached.
- Specify custom version and cdns URLs to be able to launch older clients or data from your own CDN.
2025-12-17 20:57:02 +01:00
Fabian
9bbabafee8 Change static auth seed to work in all supported versions of this launcher. Check the old readme file. 2024-05-26 08:50:53 +02:00
Fabian König
7b81b007cb DISCONTINUED!!! Supported version at https://arctium.io 2024-03-31 17:49:19 +02:00
Fabian König
ba6ad84621 Update README.md 2024-01-11 21:33:43 +01:00
Fabian
3deaa3f50b Final commit. 2023-09-30 02:40:27 +02:00
Fabian
4ceab93e1d Fix SkipConnectionPatching checks. 2023-09-07 22:52:19 +02:00
Fabian
7570591a9f Allow connections to servers that come with already patched clients. 2023-09-06 20:08:52 +02:00
Fabian
94c7810307 Fix client portal check timeout.
Log client portal in console.
2023-07-28 17:46:58 +02:00
Fabian
834b2d5f73 Fix random memory remap fails. 2023-07-28 17:46:12 +02:00
Fabian
1396634079 Cleanup 2023-07-25 03:48:20 +02:00
Fabian
a2262238f4 Enable extended patch logging only in debug mode. Errors are still printed in release mode. 2023-07-22 02:15:43 +02:00
Fabian
cc60049b6a Added new command line options to specify custom versions & cdns urls.
Also fall back to default data when these are not reachable.
2023-07-22 02:14:28 +02:00
Fabian
3df4f47f50 Also print when a server is successfully validated. 2023-07-16 19:23:18 +02:00
Fabian
ca332be631 Check ssl cert for remote hosts. 2023-07-16 19:03:33 +02:00
Fabian
4e6811cfaa Exclude all versions up from 10.1.5 from legacy cert mode.
New release available on https://github.com/Arctium/WoW-Launcher/releases
2023-07-10 16:07:10 +02:00
Fabian
09783a9103 Fix anti crash check. 2023-07-10 15:48:59 +02:00
Fabian König
22e0d619f7 Update LICENSE 2023-07-10 15:19:23 +02:00
Fabian
37da6af1c8 Fixed custom file loading crash. Closes https://github.com/Arctium/WoW-Launcher/issues/32 2023-07-10 14:30:06 +02:00
Fabian
2c854f1afe 1.14.4 support. 2023-07-04 22:36:22 +02:00
Fabian
dfb4573c86 Also disable remapping when anti crash is disabled. 2023-07-04 22:24:46 +02:00
Fabian
ab0cb538a4 Some QoL improvements:
- Disable dev mode on IPv6 or unreachable game portal host names.
- Print the client build and path on launcher start.
- Disable anti crash feature when dev/custom file/static auth seed modes are disabled.
  This restores the original client side security features when using external hosts.
2023-07-04 22:17:55 +02:00
Fabian
d48c7f55b6 Filter the game portal host for specific CIDR ranges:
- This will make sure that the developer mode is disabled on most public hosts.
- Enable Developer mode by default.
2023-05-21 21:30:11 +00:00
Fabian
8794a0c512 Fix cert bundle/chain version checks for 1.14.x and 3.4.2 or later 2023-05-21 16:15:37 +00:00
Fabian
221438ce2d Added support for 10.1.5 (READ THE README):
- Introduced new --dev command line option
- README: Read the new "IMPORTANT NOTE FOR LOCAL DEVELOPMENT & SERVER CONNECTIONS" section.

Properly kill the launcher and game client on pattern detection fails.
2023-05-21 00:56:25 +00:00
Fabian
318b1a0bbf Fix Microsoft.DotNet.ILCompiler cross compile package.
Remove unused IsFileClosed method.
2023-05-21 00:31:40 +00:00
Fabian König
d1ea1cfda9 Update README.md 2023-04-26 21:26:33 +02:00
Fabian König
b5c1a86a1d Update README.md 2023-02-23 14:58:16 +01:00
Fabian König
4b4a554924 Update README.md 2023-02-22 22:07:35 +01:00
Fabian König
fb3bd16580 Add custom cdns file patch. 2023-02-22 20:54:56 +00:00
Fabian König
72cbda7747 Remove two nops from the mod loader hook bytes. 2023-02-09 19:44:51 +01:00
Fabian König
bc91c2c7a0 Update README.md 2023-01-26 02:21:08 +01:00
Fabian König
e496487426 Update README.md 2022-12-17 07:57:23 +01:00
Fabian König
c075aa09c7 Update Arctium.WoW.Launcher.csproj
Enable code optimization for all release modes.
2022-12-03 19:16:19 +01:00
Fabian
107cc4f990 Fix win-arm64 build. 2022-11-26 11:38:23 +01:00
Fabian König
a5c6145fea Use the alternate load file id patterns on 10.0+
Latest releases at https://github.com/Arctium/WoW-Launcher/releases/tag/latest
2022-11-18 10:56:02 +01:00
Fabian König
d7de5dfd09 Add alternate file id pattern 2022-11-18 10:54:07 +01:00
Fabian König
32647e082e Update README.md 2022-11-18 01:52:26 +01:00
Fabian
341897c01a Patch in a static auth seed to remove the need of updating them on new builds:
- Only works with --staticseed launch arg.
- Works on all supported game versions.
- Use the following auth seed on your server: 179D3DC3235629D07113A9B3867F97A7
2022-11-13 18:34:14 +01:00
Fabian
a48224edce Update to .NET 7 2022-11-13 18:32:07 +01:00
Fabian
38c6ceeaab Update to .NET 7 2022-11-13 18:30:37 +01:00
Fabian König
f989434d4e Update README.md 2022-11-10 16:27:55 +01:00
Fabian König
cbb827c835 Fixed LoadByFilePath pattern for 10.0.0 2022-10-25 21:08:06 +00:00
Fabian König
fcfad919d8 Update README.md 2022-10-13 00:23:14 +02:00
Fabian König
65c14543f1 Allow launching 10.0 clients. 2022-10-13 00:20:46 +02:00
Fabian König
a271f91386 Update README.md 2022-08-19 17:58:48 +02:00
Fabian
e15b47c83e Added support for more than one major version per branch.
Fixes launch issues with 3.4+ release builds.
2022-08-19 17:33:51 +02:00
Fabian
9c67fe0cc5 Updated README 2022-08-14 21:48:01 +02:00
Fabian
39f8f8d3bf Updated Ed25519 public key. 2022-07-31 20:44:48 +02:00
Fabian
953ed553a0 Support Ed25519ctx signature checks used in WotLK Classic, 9.2.7 & Dragonflight.
Expanded private key for usage in TrinityCore, CypherCore, ...: fbc93e8ace25cd1ae68977767c2a5191535b121ce3aaf220b9d68c52814856885b13015d2c297eaa1e80633170d123486047a1beefc637b2dc980b174052a66d
2022-07-12 22:36:05 +02:00
_BLU
9eda131d13 Fixed System.CommandLine 2.0 Beta 4 compatibility. Closes #10 2022-06-05 15:04:37 +02:00