summaryrefslogtreecommitdiff
path: root/src/servercommand.cpp
AgeCommit message (Expand)Author
2011-12-03Notify player whose password is being changedKahrl
2011-12-01Fix processing of the default_password setting. It is now actually used as th...Kahrl
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Allow server-side teleportingPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola
2011-10-20Improve Connection with threading and some kind of congestion controlPerttu Ahola
2011-10-18Add /clearobjectsPerttu Ahola
2011-10-16When granting or revoking privileges, notify the target player tooPerttu Ahola
2011-10-16Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-08-22/me commandGiuseppe Bilotta
2011-08-22Defines for server command context flagsGiuseppe Bilotta
2011-08-12Fix use of && instead of &Giuseppe Bilotta
2011-08-12Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola
2011-08-12added ipban supportConstantin Wenger
2011-07-30Server configuration is now written when "/#setting whatever = whatever" is i...Perttu Ahola
2011-07-30Added message of the day and made it properly configurable using /#setting (n...Perttu Ahola
2011-05-31Updated licenses of CiaranG's contributions to be in line with the new contri...celeron55
2011-05-29hopefully fixed the privilege problemsPerttu Ahola
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
2011-05-16Restored the auto-admin powers of the local user (via name= in the config)Ciaran Gultnieks
2011-05-16Server commands without classesCiaran Gultnieks
2011-05-16Privileges to/from string conversion functions standalone, not static membersCiaran Gultnieks
2011-05-16Improved server commands and added player permissions.Ciaran Gultnieks