minetest/src/unittest
est31 5e507c9829 Add server side ncurses terminal
This adds a chat console the server owner can use for administration
or to talk with players.
It runs in its own thread, which makes the user interface immune to
the server's lag, behaving just like a client, except timeout.
As it uses the same console code as the f10 console, things like nick
completion or a scroll buffer basically come for free.
The terminal itself is written in a general way so that adding a
client version later on is just about implementing an interface.

Fatal errors are printed after the console exists and the ncurses
terminal buffer gets cleaned up with endwin(), so that the error still
remains visible.

The server owner can chose their username their entered text will
have in chat and where players can send PMs to.
Once the username is secured with a password to prevent anybody to
take over the server, the owner can execute admin tasks over the
console.

This change includes a contribution by @kahrl who has improved ncurses
library detection.
2015-11-06 08:51:14 +01:00
..
CMakeLists.txt Clean up threading 2015-08-23 22:04:06 -04:00
test.cpp Remove some abort() calls 2015-10-26 04:45:00 +01:00
test.h Remove some abort() calls 2015-10-26 04:45:00 +01:00
test_areastore.cpp Add AreaStore data structure 2015-07-27 06:42:56 +02:00
test_collision.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_compression.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_connection.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_filepath.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_inventory.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_mapnode.cpp Remove unused functions. 2015-08-16 14:29:33 +02:00
test_nodedef.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_noderesolver.cpp NodeResolver: Remove NodeResolveMethod 2015-05-07 02:36:01 -04:00
test_noise.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_objdef.cpp Split ObjDef/ObjDefManager out to objdef.cpp 2015-05-18 22:30:25 -04:00
test_profiler.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_random.cpp Fix Lua PcgRandom 2015-08-12 11:36:22 +02:00
test_schematic.cpp Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler warnings 2015-05-16 20:15:03 -04:00
test_serialization.cpp Add BufReader and vector-based serialization methods 2015-10-15 01:31:31 -04:00
test_settings.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_socket.cpp Tests: Modularize unit testing 2015-04-26 15:08:54 -04:00
test_threading.cpp Fix some threading things and add additional thread unittests 2015-10-24 02:31:23 -04:00
test_utilities.cpp Add server side ncurses terminal 2015-11-06 08:51:14 +01:00
test_voxelalgorithms.cpp Tests: Add NodeResolver unittests 2015-05-05 12:00:36 -04:00
test_voxelmanipulator.cpp Tests: Add NodeResolver unittests 2015-05-05 12:00:36 -04:00