Fix various bugs (Anticheat, Lua helpers) (#8013)
[oweals/minetest.git] / src / script / lua_api / l_server.cpp
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-10 number ZeroFix narrow/utf8 difference in incoming/outcoming messages
2018-06-04 Loïc BlotModernize lua read (part 1): C++ templating insurance...
2017-09-30 Loïc BlotMake Player::peer_id server-side only and add getters...
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loic Blotl_server, clientenvironment, clientiface: code moderniz...
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-05-03 BrandonSound API: Add fading sounds
2017-04-27 red-001Allow scripts to get the client protocol version in...
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-21 Loïc Blotlua: remove core.cause_error call (#5637)
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2016-11-02 BrandonAdd minetest.get_server_uptime() function to Lua API...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2015-11-06 est31Add server side ncurses terminal
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-08-26 KahrlUse numeric indices and raw table access with LUA_REGIS...
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-07-23 est31Optional reconnect functionality
2015-07-08 est31Use UTF-8 instead of narrow
2015-05-16 ShadowNinjaAdd mod security
2015-03-13 Loic BlotPrepare Protocol v25 init & authentication.
2015-03-05 Loic Blotl_get_modnames: Compare using std::sort instead of...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2014-08-23 sapierAdd lua exception handling test code 1579/head
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2013-11-30 ShadowNinjaOptimize table creation
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback 995/head
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...