Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-13 | Format project | Northstar | |
2022-03-11 | Add 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-02-21 | Advanced chat: custom messages and client hooks (#74) | Tom Barham | |
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com> | |||
2022-02-03 | Format project | Northstar | |
2022-01-28 | add ns_resetpersistence command | BobTheBob | |
2022-01-02 | add chat ratelimits and system for hooking chat messages | BobTheBob | |
2022-01-02 | add disconnects to ban system | BobTheBob | |
2021-12-24 | add connectionless ratelimit | BobTheBob | |
2021-12-14 | add netchan processing limits | BobTheBob | |
2021-10-19 | add reconnecting to local lobby with auth on leave | BobTheBob | |
2021-10-11 | add server script early persistence writes | BobTheBob | |
2021-10-01 | Revert "small modmanager refactors" | BobTheBob | |
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c. | |||
2021-09-30 | small modmanager refactors | BobTheBob | |
2021-08-14 | add authentication with local server | BobTheBob | |
2021-08-13 | add local http server for auth | BobTheBob | |
2021-08-09 | add mod localisation, say command and more masterserver stuff | BobTheBob | |
2021-08-03 | fix playlist kv building | BobTheBob | |
2021-08-02 | add dynamic keyvalue building, client serverbrowser stuff | BobTheBob | |
2021-07-28 | improve lookup speeds for mod files | BobTheBob | |
2021-07-27 | auth improvements | BobTheBob | |
2021-07-27 | add pdata support, improve filesystem hooks | BobTheBob | |