aboutsummaryrefslogtreecommitdiff
path: root/src/ban.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-1/+1
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-2/+2
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-2/+2
* Pass clang-format on various cpp/header files (#5559)Loïc Blot2017-04-231-1/+1
* Clean up threadingShadowNinja2015-08-231-3/+5
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-3/+2
* Always use builtin JThread librarykwolekr2013-09-151-2/+2
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Optimize headersPerttu Ahola2012-06-171-1/+0
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola2011-08-121-5/+8
* added ipban supportConstantin Wenger2011-08-121-0/+49