aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/masterserver.cpp
AgeCommit message (Expand)Author
2022-05-27rename project folder (:tf: commit log)BobTheBob
2022-05-12separate gameutils into multiple r2 headersBobTheBob
2022-05-11move hoststate to its own file and add host_init hooksBobTheBob
2022-05-09add proper helpstrings to masterserver cvarsBobTheBob
2022-05-09use cvar change callbacks for unescaping ns_server_name and ns_server_descBobTheBob
2022-05-09use lambdas for dll load callbacks so intellisense shits itself lessBobTheBob
2022-05-09move tier0 and playlist funcs to namespacesBobTheBob
2022-05-09refactor some squirrel stuff and ingame compilation error messageBobTheBob
2022-05-09fix debug crashesBobTheBob
2022-05-09use in-file macros rather than global funcs for registering dll load callbacksBobTheBob
2022-04-24Fix debug builds (#150)Emma Miler
2022-04-13Format projectNorthstar
2022-04-12make curl logging optional (#141)BobTheBob
2022-03-28More exploit fixes by KIttenPopo (#126)GeckoEidechse
2022-03-26Add version numbering to all master server requests (#113)Emma Miler
2022-02-24fix uncommon race condition that creates "phantom" serversBobTheBob
2022-02-23ConVar class rebuild (#90)Kawe Mazidjatari
2022-02-12Format buildainfile.cpp and masterserver.cppBarichello
2022-02-10Update masterserver.cppEmmaM
2022-02-07fixed servername and desc (#68)wolf109909
2022-02-03Format projectNorthstar
2022-01-20Fix recursive matching issue and optimized furtherWtz_LASR
2022-01-20Fixes and optimizations around title and server nameswolf109909
2022-01-13unbreak spBobTheBob
2022-01-05refactor to allow servers to reregister themselves in heartbeatBobTheBob
2022-01-03merge with upstreamHappyDOGE
2022-01-01log curl output to the windows console (I think it was intended to work, but ...p0358
2021-12-31Isolate out common curl options and add -msinsecure option againp0358
2021-12-31Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncherp0358
2021-12-31some post-merge changes combined with my local changesp0358
2021-12-30force ipv4 while ipv6 is still unsupportedBobTheBob
2021-12-30move to server auth token system for verifying gameserver auth messages, rath...BobTheBob
2021-12-30actually use custom allocation, override allocators of curl and rapidjsonp0358
2021-12-30fix various random warningsp0358
2021-12-30Merge upstreamp0358
2021-12-29escape password entry requestBobTheBob
2021-12-29fix a typo and move to new sslBobTheBob
2021-12-29add launcher.dll proxy optionp0358
2021-12-29move to libcurl for masterserver as libhttp seems to be buggy and have bad er...BobTheBob
2021-12-28fix build error in masterserver.cppHappyDOGE
2021-12-28merge with upstreamHappyDOGE
2021-12-28implement svc_Print, copy NS hostname to source cvarHappyDOGE
2021-12-28add retry logic to masterserver requestsBobTheBob
2021-12-26add more descriptive message for AddSelfToServerList failureBobTheBob
2021-12-26better httplib errors and higher timeoutsBobTheBob
2021-12-25change how we handle invalid serversBobTheBob
2021-12-25fix a bug with launcher not showing serversBobTheBob
2021-12-24sort servers and fix a formatting issueBobTheBob
2021-12-24prevent playlist var names over 64 characters and send maxplayers on map changeBobTheBob
2021-12-24add playercount param to heartbeatBobTheBob