aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_util.h
diff options
context:
space:
mode:
authorPierre-Adrien Langrognet <upsilon@langg.net>2017-05-21 23:06:51 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-05-21 23:06:51 +0200
commit39f4a2f607d44738d60db84eba4b30e3d7450204 (patch)
tree63a72301d3c53917b99fe0607f48219372f85b6f /src/script/lua_api/l_util.h
parentec490abf5889e06c88887e17f1746043de3b10fe (diff)
downloadminetest-39f4a2f607d44738d60db84eba4b30e3d7450204.tar.gz
minetest-39f4a2f607d44738d60db84eba4b30e3d7450204.tar.bz2
minetest-39f4a2f607d44738d60db84eba4b30e3d7450204.zip
[CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)
* [CSM] Add send_chat_message and run_server_chatcommand API functions * Add client-side chat message rate limiting * Limit out chat queue size * [CSM] Add minetest.clear_out_chat_queue API function and .clear_chat_queue chatcommand * Last fixes/cleanups before merge
Diffstat (limited to 'src/script/lua_api/l_util.h')
0 files changed, 0 insertions, 0 deletions
vour limits controlled by server (#5930)Loïc Blot2017-07-18 * Chat protocol rewrite (#5117)Loïc Blot2017-07-16 * Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-18 * Sound: Add pitch option (#5960)Rui2017-06-11 * Add a server-sided way to remove color codes from incoming chat messages (#5948)red-0012017-06-10 * C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot2017-06-10 * Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-06 * C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-04 * Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-02 * Sound API: Add fading soundsBrandon2017-05-03 * Add clouds APIBen Deutsch2017-04-30 * Player data to Database (#5475)Loïc Blot2017-04-23 *