Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make sure that coordinates passed to /teleport are actual numbers | PilzAdam | 2013-07-08 |
| | |||
* | Move scriptapi to separate folder (by sapier) | sapier | 2013-05-25 |
| | | | | | | | | | | | 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) | ||
* | Add option to not prepend "Server -!- " to messages sent with ↵ | ShadowNinja | 2013-04-23 |
| | | | | minetest.chat_send_player() | ||
* | Add private messaging with /msg | ShadowNinja | 2013-04-05 |
| | |||
* | Don't grant priveleges to non-existent players. | 0gb.us | 2013-03-30 |
| | | | | 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. | ||
* | Log /grant and /revoke command usage | DannyDark | 2012-11-30 |
| | |||
* | Fix server crash on /clearpassword | Anthony | 2012-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 I | 2012-08-12 |
| | | | | | | | | | | Commands moved: /me /status /time /shutdown /ban /clearobjects | ||
* | Make the rollback system VERY FUCKING GOD DAMN POWERFUL | Perttu Ahola | 2012-07-27 |
| | |||
* | Don't track liquids for rollback because of too much log | Perttu Ahola | 2012-07-27 |
| | |||
* | Experimental-ish rollback functionality | Perttu Ahola | 2012-07-27 |
| | |||
* | Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.lua | Perttu Ahola | 2012-07-23 |
| | |||
* | Add "/mods" command to list mods to client | Matthew I | 2012-07-22 |
| | |||
* | Message cleanups (consistency) and prevent /me when not allowed to shout | Calinou | 2012-07-21 |
| | |||
* | Fix /setpassword and /clearpassword | Perttu Ahola | 2012-06-16 |
| | |||
* | Take out the "Privileges of foo are hidden from you." response of /privs | Perttu Ahola | 2012-05-19 |
| | |||
* | Fix executing register_chatcommand-defined commands even in the middle of a ↵ | Perttu Ahola | 2012-04-13 |
| | | | | chat line | ||
* | basic_privs to allow granting/revoking interact_extra too | Perttu Ahola | 2012-04-10 |
| | |||
* | Support static_spawnpoint setting | Perttu Ahola | 2012-04-09 |
| | |||
* | Add basic_privs privilege | Perttu Ahola | 2012-04-09 |
| | |||
* | Remplement and improve /setting in Lua, now called /set | Perttu Ahola | 2012-04-01 |
| | |||
* | Don't allow /granting unknown privileges | Perttu Ahola | 2012-04-01 |
| | |||
* | Split builtin.lua to multiple files | Perttu Ahola | 2012-04-01 |