aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/serverauthentication.h
AgeCommit message (Collapse)Author
2022-05-13Merge branch 'main' into NetConKawe Mazidjatari
2022-05-13Compare uid from connect on activate (#175)Barnaby
* Compare UID from connect on activate * only set uid on first time i think
2022-04-20Merge branch 'main' into NetConKawe Mazidjatari
2022-04-13Format projectNorthstar
2022-03-13Merge branch 'main' into NetConKawe Mazidjatari
2022-03-11Add check for player name correctness (#86)Barnaby
* Add player auth failure when username is faked * Fix the action error? * Split name check into different function allows unique error message * Oops * Fix allow_insecure and kick message * Put it back cause i'm bad at programmig * format * Fix duplicated if statement maybe? Will need testing * Fail open + change to authData.username * Change name instead of kicking * Format * Remove unecessary borked name check * fail open in VerifyPlayerName if missing authData * Fix convar stuff * limit name length when copying from master server * 63 < 64 * please bob for the love of god this is like the third time i've had to do this
2022-03-04RCON implementationAmos
* Full CNetAdr rewrite (protocol agnostic) * Full CSocketCreator class rebuild (based on Valve's implementation) * RCON implementation on server and client * Misc cleanup
2022-02-21Advanced chat: custom messages and client hooks (#74)Tom Barham
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com>
2022-02-03Format projectNorthstar
2022-01-28add ns_resetpersistence commandBobTheBob
2022-01-02add chat ratelimits and system for hooking chat messagesBobTheBob
2022-01-02add disconnects to ban systemBobTheBob
2021-12-24add connectionless ratelimitBobTheBob
2021-12-14add netchan processing limitsBobTheBob
2021-10-19add reconnecting to local lobby with auth on leaveBobTheBob
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-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-03fix playlist kv buildingBobTheBob
2021-08-02add dynamic keyvalue building, client serverbrowser stuffBobTheBob
2021-07-28improve lookup speeds for mod filesBobTheBob
2021-07-27auth improvementsBobTheBob
2021-07-27add pdata support, improve filesystem hooksBobTheBob