aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest
AgeCommit message (Collapse)Author
2022-01-05Merge pull request #37 from JJRcop/attributionBarichello
Add legal notices file to builds
2022-01-05refactor to allow servers to reregister themselves in heartbeatBobTheBob
2022-01-05Add legal notices file to buildsJonathan Rubenstein
2022-01-04Merge pull request #18 from GeckoEidechse/mainBarichello
Make timestamp year-month-day
2022-01-03merge with upstreamHappyDOGE
2022-01-02change -waitfordebugger check to use CommandLine()BobTheBob
2022-01-02Merge pull request #19 from p0358/mainBobTheBob
Big refactor of launching process
2022-01-02add chat ratelimits and system for hooking chat messagesBobTheBob
2022-01-02add clearbanlist commandBobTheBob
2022-01-02Merge upstreamp0358
2022-01-02add unban commandBobTheBob
2022-01-02add disconnects to ban systemBobTheBob
2022-01-02add the ability to disable spewfunc loggingBobTheBob
2022-01-02remove logging for overwriting max_playersBobTheBob
2022-01-02Update bansystem.hBobTheBob
2022-01-02initial work for ban systemBobTheBob
2022-01-02don't enforce netchan limits during level transitions, change how limit mode ↵BobTheBob
workss
2022-01-02setup for rpak filesystem hooksBobTheBob
2022-01-01Language selection/detection fixes, no more "files corrupted" error, will ↵p0358
throw the proper Origin error now :D
2022-01-01log 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-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-31Clean upgeni
2021-12-31Whoopsgeni
2021-12-31Remove linear allocatorgeni
2021-12-31Fix loopgeni
2021-12-31Initialize curl in InitialiseNorthstar to avoid disastergeni
2021-12-31Clean upgeni
2021-12-31Replace Tier0_InitOrigin hook with patchgeni
2021-12-30force ipv4 while ipv6 is still unsupportedBobTheBob
2021-12-30move to server auth token system for verifying gameserver auth messages, ↵BobTheBob
rather than ip
2021-12-30actually use custom allocation, override allocators of curl and rapidjsonp0358
2021-12-30static minhookp0358
2021-12-30add realloc toop0358
2021-12-30yeet unneeded two libsp0358
2021-12-30fix various random warningsp0358
2021-12-30Merge upstreamp0358
2021-12-30Restore the functionality of arguments from command linep0358
2021-12-30Refactor and fix of various issues, add run_northstar.txt supportp0358
2021-12-29add proper stack traces to crash handlerBobTheBob
2021-12-29escape password entry requestBobTheBob
2021-12-29remove x86 configurationsp0358
2021-12-29Add direct launcherp0358
2021-12-29fix a typo and move to new sslBobTheBob
2021-12-29add launcher.dll proxy optionp0358
2021-12-29lock max_players overrides behind commandline argBobTheBob
2021-12-29move to libcurl for masterserver as libhttp seems to be buggy and have bad ↵BobTheBob
error reporting for client
2021-12-29Make timestamp year-month-dayGeckoEidechse
instead of day-month-year
2021-12-28make max players increase disabled by defaultHappyDOGE