Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-16 | Localize error messages from masterserver (#159) | Emma Miler | |
2022-04-24 | Fix debug builds (#150) | Emma Miler | |
Properly initializes AuthData structs where used. This does not get done automatically in debug mode because c++ is weird like that | |||
2022-04-13 | Format project | Northstar | |
2022-04-12 | make curl logging optional (#141) | BobTheBob | |
2022-03-28 | More exploit fixes by KIttenPopo (#126) | GeckoEidechse | |
* Quick fix for a bug I caused * Typo * Update kitten-fixes branch to my repo (#122) * Added string hash macro * Added convenient vtfunc macro * Made lil ConCommand creation macro * Fixed multiple NET_SetConVar exploits * Quick fixerino * Fix convar struct (and other things) * Revive clang-format (but good, i think) * Update .clang-format * Reformatted code to meet .clang-format requirements * Minor formatting fixes * Fixed Northstar "crashing" when console is closed * Update .clang-format * Quick fix for a bug I caused * Typo * NSMem Update * ExplotFixes: Only block excessive convar counts if server * Update ExploitFixes.cpp * Update ExploitFixes.cpp * Updated bytepatch format * reformatted all code for clang-format * Updated my clang-format to v13.0.0 * 3 fixes in 1 - ANTITAMPER fixed - NSMem simplification update - Fixed bad byte string in serverauthentication.cpp * Improved ExploitFixes logging and NET_SetConVar patch * clang-format unironically sabotaged my code * Made ns_exploitfixes_log on by default * Fixed IsMemoryReadable (oops) Co-authored-by: KittenPopo <Pokeberry123@gmail.com> | |||
2022-03-26 | Add version numbering to all master server requests (#113) | Emma Miler | |
* Add version numbering to all master server requests * Use "+dev" for user agent if dev version instead of "-dev" * Replace "FindResource" with "FindResourceW" As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834788821 * Set User-Agent in SetCommonHttpClientOptions instead of for each curl call individually As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834789168 Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me> | |||
2022-02-24 | fix uncommon race condition that creates "phantom" servers | BobTheBob | |
2022-02-23 | ConVar class rebuild (#90) | Kawe Mazidjatari | |
* Implement CCvar class with mapped out vtable funcs * Rebuilded ConVar class + code overhaul to use new system * ConVar class is now properly mapped out for r2 (0x80 in size). * Reimplemented and exposed all frequently used ConVar class methods to the SDK. * Implement frequently used CCvar class methods. * Implement all CCVarIteratorInternal class methods. * Performed additional cleanup over the SDK to use new system instead. * ConVar class improvements + rebuilded ConCommand struct * Fix actual struct size for ConCommand | |||
2022-02-12 | Format buildainfile.cpp and masterserver.cpp | Barichello | |
2022-02-10 | Update masterserver.cpp | EmmaM | |
2022-02-07 | fixed servername and desc (#68) | wolf109909 | |
2022-02-03 | Format project | Northstar | |
2022-01-20 | Fix recursive matching issue and optimized further | Wtz_LASR | |
2022-01-20 | Fixes and optimizations around title and server names | wolf109909 | |
Server name now supports UTF-8 chars in Unicode codepoints. Dedicated server now displays server name for better itentification. | |||
2022-01-13 | unbreak sp | BobTheBob | |
2022-01-05 | refactor to allow servers to reregister themselves in heartbeat | BobTheBob | |
2022-01-03 | merge with upstream | HappyDOGE | |
2022-01-01 | log curl output to the windows console (I think it was intended to work, but ↵ | p0358 | |
it doesn't if you use original exe before this change) | |||
2021-12-31 | Isolate out common curl options and add -msinsecure option again | p0358 | |
2021-12-31 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | p0358 | |
2021-12-31 | some post-merge changes combined with my local changes | p0358 | |
2021-12-30 | force ipv4 while ipv6 is still unsupported | BobTheBob | |
2021-12-30 | move to server auth token system for verifying gameserver auth messages, ↵ | BobTheBob | |
rather than ip | |||
2021-12-30 | actually use custom allocation, override allocators of curl and rapidjson | p0358 | |
2021-12-30 | fix various random warnings | p0358 | |
2021-12-30 | Merge upstream | p0358 | |
2021-12-29 | escape password entry request | BobTheBob | |
2021-12-29 | fix a typo and move to new ssl | BobTheBob | |
2021-12-29 | add launcher.dll proxy option | p0358 | |
2021-12-29 | move to libcurl for masterserver as libhttp seems to be buggy and have bad ↵ | BobTheBob | |
error reporting for client | |||
2021-12-28 | fix build error in masterserver.cpp | HappyDOGE | |
2021-12-28 | merge with upstream | HappyDOGE | |
2021-12-28 | implement svc_Print, copy NS hostname to source cvar | HappyDOGE | |
2021-12-28 | add retry logic to masterserver requests | BobTheBob | |
2021-12-26 | add more descriptive message for AddSelfToServerList failure | BobTheBob | |
2021-12-26 | better httplib errors and higher timeouts | BobTheBob | |
2021-12-25 | change how we handle invalid servers | BobTheBob | |
2021-12-25 | fix a bug with launcher not showing servers | BobTheBob | |
2021-12-24 | sort servers and fix a formatting issue | BobTheBob | |
2021-12-24 | prevent playlist var names over 64 characters and send maxplayers on map change | BobTheBob | |
2021-12-24 | add playercount param to heartbeat | BobTheBob | |
2021-12-24 | increase masterserver connection timeouts | BobTheBob | |
2021-12-23 | last minute changes before release | BobTheBob | |
2021-12-19 | openssl support | BobTheBob | |
2021-12-15 | dedi ShowWindow patch | BobTheBob | |
2021-12-11 | write_persistence fixes and custom mainmenupromos | BobTheBob | |
2021-12-11 | write_persistence fix | BobTheBob | |
2021-11-29 | web browser changes and dedi fixes | BobTheBob | |
2021-11-27 | more masterserver stuff and support for devonly/hidden cvars | BobTheBob | |
2021-11-13 | client auth token support | BobTheBob | |