aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/masterserver.h
AgeCommit message (Collapse)Author
2022-03-03Add launcher code for plugin support (#93)Emma Miler
* rpc * RPC * Undoing broken shit * temp * Revert "temp" This reverts commit 4875b5aca2b0d6b03183d220120c03df28759a95. * Include a whole bunch of new stuff * fix id * Added manifest and added some verification * Fixed my oopsies * Safety commit * Moved over to new plugin abi * Small docs changes and made plugin loading use ABI_VERSION * Moving discord rpc plugin stuff to a separate repo * Add some comments to `plugins.cpp` * Moved internal structs from `plugin_abi.h` to `plugins.cpp` * Add CLA `-noplugins` * Code formatting changes so clang-format doesn't scream at me * i hate clang-format * why does this fail to build now wtf * Update plugins.cpp * Merged and updated to new convar system * Implemented changes requested in review * Removed a few more of those nasty comments * Removed extra build configs Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
2022-02-03Format projectNorthstar
2022-01-20Fix recursive matching issue and optimized furtherWtz_LASR
2022-01-20Fixes and optimizations around title and server nameswolf109909
Server name now supports UTF-8 chars in Unicode codepoints. Dedicated server now displays server name for better itentification.
2022-01-05refactor to allow servers to reregister themselves in heartbeatBobTheBob
2022-01-02Merge upstreamp0358
2022-01-02setup for rpak filesystem hooksBobTheBob
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-30move to server auth token system for verifying gameserver auth messages, ↵BobTheBob
rather than ip
2021-12-30fix various random warningsp0358
2021-12-30Merge upstreamp0358
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 ↵BobTheBob
error reporting for client
2021-12-28add retry logic to masterserver requestsBobTheBob
2021-12-24prevent playlist var names over 64 characters and send maxplayers on map changeBobTheBob
2021-12-11write_persistence fixes and custom mainmenupromosBobTheBob
2021-11-13client auth token supportBobTheBob
2021-11-07beginning work on new authBobTheBob
2021-10-19add reconnecting to local lobby with auth on leaveBobTheBob
2021-10-19add masterserver mod list support and fix some squirrel issuesBobTheBob
2021-10-11add server script early persistence writesBobTheBob
2021-10-01Revert "small modmanager refactors"BobTheBob
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c.
2021-09-30small modmanager refactorsBobTheBob
2021-09-09fix singleplayer auth issuesBobTheBob
2021-09-09add IsValveMod patchesBobTheBob
2021-08-14add authentication with local serverBobTheBob
2021-08-13add local http server for authBobTheBob
2021-08-09add mod localisation, say command and more masterserver stuffBobTheBob
2021-08-06add support for connecting to servers from masterserverBobTheBob
2021-08-05add support for requesting server list from masterserverBobTheBob