Age | Commit message (Expand) | Author |
2022-01-02 | change -waitfordebugger check to use CommandLine() | BobTheBob |
2022-01-02 | Merge pull request #19 from p0358/main | BobTheBob |
2022-01-02 | add chat ratelimits and system for hooking chat messages | BobTheBob |
2022-01-02 | add clearbanlist command | BobTheBob |
2022-01-02 | Merge upstream | p0358 |
2022-01-02 | add unban command | BobTheBob |
2022-01-02 | add disconnects to ban system | BobTheBob |
2022-01-02 | add the ability to disable spewfunc logging | BobTheBob |
2022-01-02 | remove logging for overwriting max_players | BobTheBob |
2022-01-02 | Update bansystem.h | 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 |
2022-01-02 | setup for rpak filesystem hooks | BobTheBob |
2022-01-01 | Language selection/detection fixes, no more "files corrupted" error, will thr... | p0358 |
2022-01-01 | log curl output to the windows console (I think it was intended to work, but ... | p0358 |
2021-12-31 | Isolate out common curl options and add -msinsecure option again | p0358 |
2021-12-31 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | p0358 |
2021-12-31 | some post-merge changes combined with my local changes | p0358 |
2021-12-31 | Clean up | geni |
2021-12-31 | Whoops | geni |
2021-12-31 | Remove linear allocator | geni |
2021-12-31 | Fix loop | geni |
2021-12-31 | Initialize curl in InitialiseNorthstar to avoid disaster | geni |
2021-12-31 | Clean up | geni |
2021-12-31 | Replace Tier0_InitOrigin hook with patch | geni |
2021-12-30 | force ipv4 while ipv6 is still unsupported | BobTheBob |
2021-12-30 | move to server auth token system for verifying gameserver auth messages, rath... | BobTheBob |
2021-12-30 | actually use custom allocation, override allocators of curl and rapidjson | p0358 |
2021-12-30 | static minhook | p0358 |
2021-12-30 | add realloc too | p0358 |
2021-12-30 | yeet unneeded two libs | p0358 |
2021-12-30 | fix various random warnings | p0358 |
2021-12-30 | Merge upstream | p0358 |
2021-12-30 | Restore the functionality of arguments from command line | p0358 |
2021-12-30 | Refactor and fix of various issues, add run_northstar.txt support | p0358 |
2021-12-29 | add proper stack traces to crash handler | BobTheBob |
2021-12-29 | escape password entry request | BobTheBob |
2021-12-29 | remove x86 configurations | p0358 |
2021-12-29 | Add direct launcher | p0358 |
2021-12-29 | fix a typo and move to new ssl | BobTheBob |
2021-12-29 | add launcher.dll proxy option | p0358 |
2021-12-29 | lock max_players overrides behind commandline arg | BobTheBob |
2021-12-29 | move to libcurl for masterserver as libhttp seems to be buggy and have bad er... | BobTheBob |
2021-12-28 | add retry logic to masterserver requests | BobTheBob |
2021-12-27 | control server max players in playlist | BobTheBob |
2021-12-27 | make setplaylistvaroverride support multiple overrides since commandline is w... | BobTheBob |
2021-12-26 | ensure exception logging doesn't happen when a debugger is attached | BobTheBob |
2021-12-26 | add better native crash logging and minidump creation | BobTheBob |
2021-12-26 | add more descriptive message for AddSelfToServerList failure | BobTheBob |
2021-12-26 | fix potentially unsafe concommand | BobTheBob |