aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/bansystem.cpp
AgeCommit message (Collapse)Author
2022-08-24Adjust folder structure (#242)BobTheBob
* Adjust folder structure * change launcher directory name
2022-08-14Hot reload banlist on player join (#233)ScureX
* added banlist hotreload * fix formatting * didnt append, cleared whole file oopsie * unfuckedunban not rewriting file * fixed not checking for new line
2022-08-13Fixed `unban` not overwriting `banlist.txt` (#228)ScureX
* fixed unban * changed timestamp for gecko * fixed unbanning with inline comment uids with inline comments werent able to unban due to whitespaces
2022-08-10Allow comments and newlines in `banlist.txt` (#227)ScureX
* added support for comments and newlines * added checking if line is empty earlier * Fix formatting * check if last char is \n
2022-08-08Fix most clang/mingw issues (#226)pg9182
- Fix include case. - Replace MSVC-specific align with standard alignas. - Type fixes. - Delete operator noexcept. - A few other minor issues. - clang-format everything. - Use c++20 instead of c++17. - Rewrite ERROR macro for launcher_wsock32_proxy. - Use a plain ifstream for the audio.cpp wavStream. Note: When compiling with clang, you'll need -municode. Related to #212.
2022-06-19Use strtoull instead of strtoll for uint64s (#198)KittenPopo
2022-04-13Format projectNorthstar
2022-02-03Format projectNorthstar
2022-01-30Added command line option for custom northstar dirEmma Miler
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632
2022-01-09fix typo in bansystem uid comparisonBobTheBob
2022-01-02add clearbanlist commandBobTheBob
2022-01-02add unban commandBobTheBob
2022-01-02add disconnects to ban systemBobTheBob
2022-01-02initial work for ban systemBobTheBob