Commit graph

14 commits

Author SHA1 Message Date
Declan B. 768cdde0aa add PPE (disabled)/INT urls, fix null deref
turns out windows messenger 6.1 can do that, fine. add int domains for patching betas, but leave PPE ones out because theres VERY FEW builds that actually connect to PPE, i know one ships with the alerts sdk but that's probably it
2024-06-08 20:57:28 +01:00
Elijah 8d4d058f7b add config.messenger.msn.com 2024-06-02 19:48:06 -04:00
Elijah c3a4c6d7ee Consolidate server checking to one function and add loginnet.passport.com 2024-06-02 16:39:23 -04:00
Elijah 81db1ee99e small fixes 2024-05-31 13:59:45 -04:00
Elijah c9f2f0da19 Add support for loading server from registry 2024-05-31 13:55:44 -04:00
Elijah 9a961d8ace integrate detours into msbuild 2024-05-31 12:23:44 -04:00
Elijah d9115a6f33 oops 2024-05-28 13:14:07 -04:00
Elijah 75e2b90717 minor rebase slipup 2024-05-28 13:11:55 -04:00
Elijah 05f88ab74a switch to submoduling (slighly modified) detours, to allow vs2010 building. also fixes messed up paths in v10.vcproj 2024-05-28 13:10:29 -04:00
Declan B. 123f7e9136 wrong pathing for vs9 project
oops, my bad, forgot about it
2024-05-28 17:50:37 +01:00
Elijah 0e2dd14c96 add support for swapping the server itself since its hardcoded in MSN7. Also change URL to vm9 2024-05-28 12:16:48 -04:00
Declan B. 29110c6b15 VS2008 support - it builds!
also add a .def file, VS9 wants it BAD so whatever

NOTE: compiling Detours with the VS9 toolchain requires warning C4127 to be ignored. You may have to edit uimports.cpp to include `#pragma warning(disable:4127)`.

Detours will need to be added as such:
* `VCCLCompilerTool.AdditionalIncludeDirectories`: detours/src renamed to detours/detours
* `VCLinkerTool.AdditionalOptions`: path to compiled `detours.lib` for relevant arch
2024-05-27 18:55:12 +01:00
Elijah R b6908825da Retarget to support XP 2024-05-19 14:22:36 -04:00
Elijah R 9e8d4ce1fb init 2024-05-17 18:10:07 -04:00