aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/serverauthentication.cpp
AgeCommit message (Expand)Author
2022-06-25Log all clientcommands if `ns_should_log_all_clientcommands` is set (#209)v1.8.2-rc2GeckoEidechse
2022-06-16Fix "Auth failed" when trying to play singleplayer (#184)v1.8.1-rc6v1.8.1-rc5v1.8.1F1F7Y
2022-06-15Open placeholder_playerdata as an input stream (#173)pg9182
2022-06-16Set default val for net_chan_limit_msec_per_sec to 100 (#196)v1.8.1-rc3KittenPopo
2022-05-13Fix typo in UID logs (#176)v1.8.0-rc2v1.8.0-rc1v1.8.0Barnaby
2022-05-13Update serverauthentication.cpp (#161)BobTheBob
2022-05-13Log UID in a variety of places during auth process (#174)GeckoEidechse
2022-05-13Compare uid from connect on activate (#175)Barnaby
2022-04-24Fix debug builds (#150)Emma Miler
2022-04-13Format projectNorthstar
2022-03-28More exploit fixes by KIttenPopo (#126)GeckoEidechse
2022-03-23Implement KittenPopo exploit fixes (and sanity changes) (#112)KittenPopo
2022-03-15move to using g_pCVar moreBobTheBob
2022-03-11Add check for player name correctness (#86)Barnaby
2022-03-06don't kick local player for netchan limitsBobTheBob
2022-02-23ConVar class rebuild (#90)Kawe Mazidjatari
2022-02-21Advanced chat: custom messages and client hooks (#74)Tom Barham
2022-02-15Format cherry-picked commitsBarichello
2022-02-12Fixed typo and made command line flag lowercaseEmma Miler
2022-02-12Added code for chathooksEmma Miler
2022-02-03Format projectNorthstar
2022-01-30Added command line option for custom northstar dirEmma Miler
2022-01-30add FindConVar and FindConCommandBobTheBob
2022-01-28add ns_resetpersistence commandBobTheBob
2022-01-18make FCVAR_CLIENTCMD_CAN_EXECUTE checks not rely on concommand dispatch hooks...BobTheBob
2022-01-15improve ConCommand__DispatchHook CLIENTCMD_CAN_EXECUTE logicBobTheBob
2022-01-13unbreak spBobTheBob
2022-01-10prevent FCVAR_GAMEDLL concommands without FCVAR_CLIENTCMD_CAN_EXECUTE from be...BobTheBob
2022-01-09restrict netchan limit checks to serverside calls onlyBobTheBob
2022-01-02Merge pull request #19 from p0358/mainBobTheBob
2022-01-02add chat ratelimits and system for hooking chat messagesBobTheBob
2022-01-02Merge upstreamp0358
2022-01-02add disconnects to ban systemBobTheBob
2022-01-02initial work for ban systemBobTheBob
2022-01-02don't enforce netchan limits during level transitions, change how limit mode ...BobTheBob
2021-12-31Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncherp0358
2021-12-30move to server auth token system for verifying gameserver auth messages, rath...BobTheBob
2021-12-30fix various random warningsp0358
2021-12-26add setplaylistvaroverride command for setting overrides on dedi from command...BobTheBob
2021-12-24add logging to connectionless ratelimitsBobTheBob
2021-12-24add connectionless ratelimitBobTheBob
2021-12-21fix some timing issues on dediBobTheBob
2021-12-20fix CNetworkStringTableContainer::WriteBaselines crashBobTheBob
2021-12-19server authentication patch to allow for new url to workBobTheBob
2021-12-17change placeholder playerdata directoryBobTheBob
2021-12-14add netchan processing limitsBobTheBob
2021-12-02tier0 code cleanup and loadlibrary hook fixBobTheBob
2021-11-27more masterserver stuff and support for devonly/hidden cvarsBobTheBob
2021-10-19add reconnecting to local lobby with auth on leaveBobTheBob
2021-10-19add masterserver mod list support and fix some squirrel issuesBobTheBob