tty: those file descriptors here were set by a successfull execution of spawn(), close them before quit
connection: this was a bad assertion
tty: close or reset tty only when there is a valid file descriptor
tty: close dangling file descriptor after killing spawned process
connection: use unsigned literal for name length
cmake: improve Debug builds
cmake: fix CFLAGS use
NFC: indent
connection: silly bug in connection error handling fixed
server: add ability to send MOTD to every new connection
debug: be more verbose
tty: make it easier to quit
compatibility: add CMake file to use with libtelnet version that is not pkg-config compatible
tty: quit nicely on EOF
tty: don't block after signal
connection: helper function to send text messages
server: fix logic error
readme: reword to make it clear about multiple connections
connection: add the ability to limit the number of connected clients
Initial commit