aboutsummaryrefslogtreecommitdiff
path: root/src/servercommand.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-0/+1
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-12/+11
* Add /clearobjectsPerttu Ahola2011-10-181-20/+32
* When granting or revoking privileges, notify the target player tooPerttu Ahola2011-10-161-2/+16
* Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola2011-10-161-4/+31
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-1/+2
* /me commandGiuseppe Bilotta2011-08-221-0/+12
* Defines for server command context flagsGiuseppe Bilotta2011-08-221-2/+2
* Fix use of && instead of &Giuseppe Bilotta2011-08-121-1/+1
* Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola2011-08-121-13/+19
* added ipban supportConstantin Wenger2011-08-121-0/+44
* Server configuration is now written when "/#setting whatever = whatever" is i...Perttu Ahola2011-07-301-3/+9
* Added message of the day and made it properly configurable using /#setting (n...Perttu Ahola2011-07-301-1/+2
* Updated licenses of CiaranG's contributions to be in line with the new contri...celeron552011-05-311-16/+13
* hopefully fixed the privilege problemsPerttu Ahola2011-05-291-5/+11
* player passwords and privileges in world/auth.txtPerttu Ahola2011-05-291-4/+4
* Restored the auto-admin powers of the local user (via name= in the config)Ciaran Gultnieks2011-05-161-7/+9
* Server commands without classesCiaran Gultnieks2011-05-161-67/+65
* Privileges to/from string conversion functions standalone, not static membersCiaran Gultnieks2011-05-161-4/+4
* Improved server commands and added player permissions.Ciaran Gultnieks2011-05-161-0/+233