aboutsummaryrefslogtreecommitdiff
path: root/src/ban.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add unittests on ActiveObject and BanManager class (#6866)Loïc Blot2018-01-011-1/+2
* Banmanager: Move 'creating' message from warningstream to infostream (#6277)Paramat2017-08-191-2/+2
* bab.cpp: code modernizationLoic Blot2017-08-151-11/+9
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-6/+3
* Clean up StrfndShadowNinja2016-03-191-1/+1
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-1/+1
* Clean up threadingShadowNinja2015-08-231-9/+9
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-29/+20
* ban.cpp refactoringSelat2014-08-221-19/+10
* Cleanup jthread and fix win32 buildsapier2013-12-011-1/+0
* Always use builtin JThread librarykwolekr2013-09-151-1/+1
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+1
* Fix typosPilzAdam2013-08-141-1/+1
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-131-8/+9
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Fix log output in ban.cppPerttu Ahola2012-03-111-1/+1
* Ban and Auth managers use infostream rather than dstreamPerttu Ahola2012-03-101-6/+6
* Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola2011-08-121-12/+57
* added ipban supportConstantin Wenger2011-08-121-0/+118