Improve priv descriptions (#5047)
[oweals/minetest.git] / builtin / game / chatcommands.lua
2017-01-17 EzhhImprove priv descriptions (#5047)
2017-01-04 rubenwardyExpose and document chatcommands as minetest.registered... 4987/head
2016-12-31 Dorian WoutersFix /grant & /revoke not working with custom auth handl...
2016-10-20 red-001Chat commands: Trim whitespaces from input of `/privs...
2016-10-16 red-001Builtin/../chatcommands: Add /grantme command
2016-07-12 TimBuiltin/profiler: Replace game profiler (#4245)
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-04-28 tenplus1Avoid teleporting player if /teleport coords are out...
2016-04-28 rubenwardyBuiltin: Add basic_privs setting
2016-03-24 Auke KokMake `options` local here.
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-06 Rui914Faster insertion into table
2016-02-11 KahrlLog /clearobjects mode
2016-02-11 KahrlAdd '/clearobjects quick'
2016-02-04 SplizardAdd admin command which says who the administator is...
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-10-31 Rui914minetest. to core.
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-07-18 MarcinAdd ability to specify coordinates for /spawnentity
2015-06-14 Craig DavisonRemove reference to deprecated privilege
2015-06-02 est31Nicer time setting logging
2015-05-16 LeMagnesiumAdded hour:minute format to time command
2015-04-05 est31Add reason to kicked log message and use present tense
2015-03-04 SmallJokerRadius parameter for /deleteblocks here
2015-02-27 est31Add /setpassword and /clearpassword logging 2400/head
2015-02-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-01-28 kwolekrPrevent null concatenation when /deleteblocks is provid...
2015-01-15 kwolekrSimplify deleteblocks chat command argument parsing
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-11-26 Craig DavisonFix some undeclared global variables
2014-11-08 Ryan NewellAdd last_login field to auth.txt
2014-10-07 LeMagnesiumAdd a better error message when trying to teleport...
2014-08-19 sapierMod profiling support
2014-05-28 ShadowNinjaAdd success and output return values to chat commands 1129/head
2014-05-24 Diego MartinezSort commands and privs alphabetically in '/help'.
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories