summaryrefslogtreecommitdiff
path: root/builtin/chatcommands.lua
Commit message (Collapse)AuthorAge
* Log /grant and /revoke command usageDannyDark2012-11-30
|
* Fix server crash on /clearpasswordAnthony2012-11-20
| | | | 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.
* Move chat commands to Lua and remove servercommand.{cpp,h}Matthew I2012-08-12
| | | | | | | | | | Commands moved: /me /status /time /shutdown /ban /clearobjects
* Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola2012-07-27
|
* Don't track liquids for rollback because of too much logPerttu Ahola2012-07-27
|
* Experimental-ish rollback functionalityPerttu Ahola2012-07-27
|
* Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.luaPerttu Ahola2012-07-23
|
* Add "/mods" command to list mods to clientMatthew I2012-07-22
|
* Message cleanups (consistency) and prevent /me when not allowed to shoutCalinou2012-07-21
|
* Fix /setpassword and /clearpasswordPerttu Ahola2012-06-16
|
* Take out the "Privileges of foo are hidden from you." response of /privsPerttu Ahola2012-05-19
|
* Fix executing register_chatcommand-defined commands even in the middle of a ↵Perttu Ahola2012-04-13
| | | | chat line
* basic_privs to allow granting/revoking interact_extra tooPerttu Ahola2012-04-10
|
* Support static_spawnpoint settingPerttu Ahola2012-04-09
|
* Add basic_privs privilegePerttu Ahola2012-04-09
|
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-01
|
* Don't allow /granting unknown privilegesPerttu Ahola2012-04-01
|
* Split builtin.lua to multiple filesPerttu Ahola2012-04-01