| Commit message (Expand) | Author | Age |
* | Clearobjects: Send progress messages to terminal using actionstream | paramat | 2017-11-24 |
* | Fix default item callbacks to work with nil users (#5819) | raymoo | 2017-10-28 |
* | Prevent /spawnentity from spawning unknown entity (#6388) | Wuzzy | 2017-09-08 |
* | Add on_grant and on_revoke callbacks (#4713) | rubenwardy | 2017-08-26 |
* | Improve chatcommand params consistency (#5985) | Ezhh | 2017-06-15 |
* | Remove “inf” argument from shutdown command help (#5880) | Wuzzy | 2017-06-02 |
* | Add /clearinv chat command (#4994) | Elijah Duffy | 2017-05-20 |
* | Use a settings object for the main settings | ShadowNinja | 2017-05-06 |
* | Player data to Database (#5475) | Loïc Blot | 2017-04-23 |
* | Add /fixlight chat command | Dániel Juhász | 2017-04-22 |
* | Implement delayed server shutdown with cancelation (#4664) | Loïc Blot | 2017-04-15 |
* | Move chat command handling code from C++ to Lua (#5528) | red-001 | 2017-04-08 |
* | Map generation limit: Make per-world | paramat | 2017-03-27 |
* | Change command prefix to "." and add "help" command. | red-001 | 2017-03-26 |
* | [CSM] Add client-sided chat commands (#5092) | red-001 | 2017-03-13 |
* | Fix crash that can be caused by the shutdown command. (#5292) | red-001 | 2017-02-25 |
* | Add support for the new arguments of `request_shutdown` to the `/shutdown` ch... | red-001 | 2017-02-18 |
* | Add chatcommand unregister and override API (#5076) | Elijah Duffy | 2017-01-20 |
* | Improve priv descriptions (#5047) | Ezhh | 2017-01-17 |
* | Expose and document chatcommands as minetest.registered_chatcommands | rubenwardy | 2017-01-04 |
* | Fix /grant & /revoke not working with custom auth handler (#4974) | Dorian Wouters | 2016-12-31 |
* | Chat commands: Trim whitespaces from input of `/privs` command | red-001 | 2016-10-20 |
* | Builtin/../chatcommands: Add /grantme command | red-001 | 2016-10-16 |
* | Builtin/profiler: Replace game profiler (#4245) | Tim | 2016-07-12 |
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
* | Colored chat working as expected for both freetype and non-freetype builds. @... | TriBlade9 | 2016-05-31 |
* | Avoid teleporting player if /teleport coords are out-of-range | tenplus1 | 2016-04-29 |
* | Builtin: Add basic_privs setting | rubenwardy | 2016-04-28 |
* | Make `options` local here. | Auke Kok | 2016-03-24 |
* | Add consistent monotonic day counter - get_day_count() | Auke Kok | 2016-03-09 |
* | Faster insertion into table | Rui914 | 2016-03-06 |
* | Log /clearobjects mode | Kahrl | 2016-02-11 |
* | Add '/clearobjects quick' | Kahrl | 2016-02-11 |
* | Add admin command which says who the administator is for the server. | Splizard | 2016-02-04 |
* | Add callback parameter for core.emerge_area() | kwolekr | 2015-11-02 |
* | minetest. to core. | Rui914 | 2015-10-31 |
* | Add /emergeblocks command and core.emerge_area() Lua API | kwolekr | 2015-09-23 |
* | SAPI: Track last executed mod and include in error messages | kwolekr | 2015-08-12 |
* | Add ability to specify coordinates for /spawnentity | Marcin | 2015-07-18 |
* | Remove reference to deprecated privilege | Craig Davison | 2015-06-14 |
* | Nicer time setting logging | est31 | 2015-06-02 |
* | Added hour:minute format to time command | LeMagnesium | 2015-05-16 |
* | Add reason to kicked log message and use present tense | est31 | 2015-04-05 |
* | Radius parameter for /deleteblocks here | SmallJoker | 2015-03-05 |
* | Add /setpassword and /clearpassword logging | est31 | 2015-02-27 |
* | Fix unused (and so, broken) enable_rollback_recording. This option must be re... | Loic Blot | 2015-02-18 |
* | Prevent null concatenation when /deleteblocks is provided an incorrect format | kwolekr | 2015-01-27 |
* | Simplify deleteblocks chat command argument parsing | kwolekr | 2015-01-15 |
* | Add ability to delete MapBlocks from map | kwolekr | 2015-01-15 |
* | Fix some undeclared global variables | Craig Davison | 2014-11-26 |