[CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)
authorPierre-Adrien Langrognet <upsilon@langg.net>
Sun, 21 May 2017 21:06:51 +0000 (23:06 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Sun, 21 May 2017 21:06:51 +0000 (23:06 +0200)
commit39f4a2f607d44738d60db84eba4b30e3d7450204
tree63a72301d3c53917b99fe0607f48219372f85b6f
parentec490abf5889e06c88887e17f1746043de3b10fe
[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
builtin/client/chatcommands.lua
builtin/settingtypes.txt
doc/client_lua_api.md
minetest.conf.example
src/client.cpp
src/client.h
src/defaultsettings.cpp
src/script/lua_api/l_client.cpp
src/script/lua_api/l_client.h