aboutsummaryrefslogtreecommitdiff
path: root/builtin/chatcommands.lua
AgeCommit message (Expand)Author
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-04-11Fix crash when teleporting near unknown nodeBlockMen
2014-02-27Remove "Server -!- " prefix from player messagesShadowNinja
2014-02-03Add minetest.kick_player(name, reason)sapier
2013-11-27Rollback fixes and get_node_actionsShadowNinja
2013-11-17Replace print()s with minetest.log() in builtinPilzAdam
2013-07-08Make sure that coordinates passed to /teleport are actual numbersPilzAdam
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-04-23Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...ShadowNinja
2013-04-05Add private messaging with /msgShadowNinja
2013-03-30Don't grant priveleges to non-existent players.0gb.us
2012-11-30Log /grant and /revoke command usageDannyDark
2012-11-20Fix server crash on /clearpasswordAnthony
2012-08-12Move chat commands to Lua and remove servercommand.{cpp,h}Matthew I
2012-07-27Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola
2012-07-27Don't track liquids for rollback because of too much logPerttu Ahola
2012-07-27Experimental-ish rollback functionalityPerttu Ahola
2012-07-23Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.luaPerttu Ahola
2012-07-22Add "/mods" command to list mods to clientMatthew I
2012-07-21Message cleanups (consistency) and prevent /me when not allowed to shoutCalinou
2012-06-16Fix /setpassword and /clearpasswordPerttu Ahola
2012-05-19Take out the "Privileges of foo are hidden from you." response of /privsPerttu Ahola
2012-04-13Fix executing register_chatcommand-defined commands even in the middle of a c...Perttu Ahola
2012-04-10basic_privs to allow granting/revoking interact_extra tooPerttu Ahola
2012-04-09Support static_spawnpoint settingPerttu Ahola
2012-04-09Add basic_privs privilegePerttu Ahola
2012-04-01Remplement and improve /setting in Lua, now called /setPerttu Ahola
2012-04-01Don't allow /granting unknown privilegesPerttu Ahola
2012-04-01Split builtin.lua to multiple filesPerttu Ahola