aboutsummaryrefslogtreecommitdiff
path: root/builtin/chatcommands.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure that coordinates passed to /teleport are actual numbersPilzAdam2013-07-081-0/+6
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-16/+16
* Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...ShadowNinja2013-04-231-1/+1
* Add private messaging with /msgShadowNinja2013-04-051-0/+20
* Don't grant priveleges to non-existent players.0gb.us2013-03-301-0/+6
* Log /grant and /revoke command usageDannyDark2012-11-301-0/+2
* Fix server crash on /clearpasswordAnthony2012-11-201-2/+2
* Move chat commands to Lua and remove servercommand.{cpp,h}Matthew I2012-08-121-20/+102
* Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola2012-07-271-4/+11
* Don't track liquids for rollback because of too much logPerttu Ahola2012-07-271-1/+1
* Experimental-ish rollback functionalityPerttu Ahola2012-07-271-0/+72
* Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.luaPerttu Ahola2012-07-231-1/+109
* Add "/mods" command to list mods to clientMatthew I2012-07-221-0/+17
* Message cleanups (consistency) and prevent /me when not allowed to shoutCalinou2012-07-211-1/+1
* Fix /setpassword and /clearpasswordPerttu Ahola2012-06-161-6/+26
* Take out the "Privileges of foo are hidden from you." response of /privsPerttu Ahola2012-05-191-2/+3
* Fix executing register_chatcommand-defined commands even in the middle of a c...Perttu Ahola2012-04-131-1/+1
* basic_privs to allow granting/revoking interact_extra tooPerttu Ahola2012-04-101-2/+2
* Support static_spawnpoint settingPerttu Ahola2012-04-091-1/+1
* Add basic_privs privilegePerttu Ahola2012-04-091-2/+22
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-011-39/+69
* Don't allow /granting unknown privilegesPerttu Ahola2012-04-011-0/+8
* Split builtin.lua to multiple filesPerttu Ahola2012-04-011-0/+294