summaryrefslogtreecommitdiff
path: root/builtin/chatcommands.lua
AgeCommit message (Collapse)Author
2013-05-25Move scriptapi to separate folder (by sapier)sapier
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
2013-04-23Add option to not prepend "Server -!- " to messages sent with ↵ShadowNinja
minetest.chat_send_player()
2013-04-05Add private messaging with /msgShadowNinja
2013-03-30Don't grant priveleges to non-existent players.0gb.us
When accidentally misspelling a name, privileges are sometimes granted to non-existent players, leaving them with the extra privileges, but without the default privileges, if they ever join the server. This corrects that by disallowing /grant from working with invalid players. For completeness, it does the same for /revoke.
2012-11-30Log /grant and /revoke command usageDannyDark
2012-11-20Fix server crash on /clearpasswordAnthony
According to #253, using `/clearpassword` without an argument causes the server to crash from an assertion failure. I've resubmitted matttpt's patch as a pull request to aid in merging.
2012-08-12Move chat commands to Lua and remove servercommand.{cpp,h}Matthew I
Commands moved: /me /status /time /shutdown /ban /clearobjects
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 ↵Perttu Ahola
chat line
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