Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-06 | don't kick local player for netchan limits | BobTheBob | |
2022-02-23 | ConVar class rebuild (#90) | Kawe Mazidjatari | |
* Implement CCvar class with mapped out vtable funcs * Rebuilded ConVar class + code overhaul to use new system * ConVar class is now properly mapped out for r2 (0x80 in size). * Reimplemented and exposed all frequently used ConVar class methods to the SDK. * Implement frequently used CCvar class methods. * Implement all CCVarIteratorInternal class methods. * Performed additional cleanup over the SDK to use new system instead. * ConVar class improvements + rebuilded ConCommand struct * Fix actual struct size for ConCommand | |||
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-15 | Format cherry-picked commits | Barichello | |
2022-02-12 | Fixed typo and made command line flag lowercase | Emma Miler | |
2022-02-12 | Added code for chathooks | Emma Miler | |
This may not seem like much to a passing observer, but this commit took me 30 hours of blood, sweat, tears, IDA debugging, server crashes, and insanity. | |||
2022-02-03 | Format project | Northstar | |
2022-01-30 | Added command line option for custom northstar dir | Emma Miler | |
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632 | |||
2022-01-30 | add FindConVar and FindConCommand | BobTheBob | |
2022-01-28 | add ns_resetpersistence command | BobTheBob | |
2022-01-18 | make FCVAR_CLIENTCMD_CAN_EXECUTE checks not rely on concommand dispatch ↵ | BobTheBob | |
hooks that may be inconsistent across dlls | |||
2022-01-15 | improve ConCommand__DispatchHook CLIENTCMD_CAN_EXECUTE logic | BobTheBob | |
2022-01-13 | unbreak sp | BobTheBob | |
2022-01-10 | prevent FCVAR_GAMEDLL concommands without FCVAR_CLIENTCMD_CAN_EXECUTE from ↵ | BobTheBob | |
being called by non-local clients | |||
2022-01-09 | restrict netchan limit checks to serverside calls only | BobTheBob | |
2022-01-02 | Merge pull request #19 from p0358/main | BobTheBob | |
Big refactor of launching process | |||
2022-01-02 | add chat ratelimits and system for hooking chat messages | BobTheBob | |
2022-01-02 | Merge upstream | p0358 | |
2022-01-02 | add disconnects to ban system | BobTheBob | |
2022-01-02 | initial work for ban system | BobTheBob | |
2022-01-02 | don't enforce netchan limits during level transitions, change how limit mode ↵ | BobTheBob | |
workss | |||
2021-12-31 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | p0358 | |
2021-12-30 | move to server auth token system for verifying gameserver auth messages, ↵ | BobTheBob | |
rather than ip | |||
2021-12-30 | fix various random warnings | p0358 | |
2021-12-26 | add setplaylistvaroverride command for setting overrides on dedi from ↵ | BobTheBob | |
commandline | |||
2021-12-24 | add logging to connectionless ratelimits | BobTheBob | |
2021-12-24 | add connectionless ratelimit | BobTheBob | |
2021-12-21 | fix some timing issues on dedi | BobTheBob | |
2021-12-20 | fix CNetworkStringTableContainer::WriteBaselines crash | BobTheBob | |
2021-12-19 | server authentication patch to allow for new url to work | BobTheBob | |
2021-12-17 | change placeholder playerdata directory | BobTheBob | |
2021-12-14 | add netchan processing limits | BobTheBob | |
2021-12-02 | tier0 code cleanup and loadlibrary hook fix | BobTheBob | |
2021-11-27 | more masterserver stuff and support for devonly/hidden cvars | BobTheBob | |
2021-10-19 | add reconnecting to local lobby with auth on leave | BobTheBob | |
2021-10-19 | add masterserver mod list support and fix some squirrel issues | 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-09-09 | fix singleplayer auth issues | BobTheBob | |
2021-09-09 | add IsValveMod patches | BobTheBob | |
2021-08-25 | deprecate clc_SetPlaylistVarOverride | BobTheBob | |
2021-08-18 | lots of launcher stuff | 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-29 | add script api for mods and add temp fix for scripts.rson not loading right | BobTheBob | |