Commit graph

20 commits

Author SHA1 Message Date
Igor Socec
efc292af2c Improve source tree 2017-01-11 17:30:13 +01:00
Igor Socec
7973b5a5e8 Use a wrapper for logging 2016-11-28 02:01:39 +01:00
Igor Socec
9703b42b3a Explain number of allowed connections 2016-11-19 15:10:57 +01:00
Igor Socec
b934bb120c Some code cleanup 2016-11-19 14:45:43 +01:00
Igor Socec
c17e696566 More extraction of functionality
Extracting server and tty functions into separate headers.
Thread functions for new connections, tty data and client data
are also extracted and used as separate functional blocks.
2016-11-19 01:48:12 +01:00
Igor Socec
cad50493a6 Typedef custom structures 2016-11-15 01:17:06 +01:00
Igor Socec
604665ee05 handling new clients in a separate thread 2014-04-06 18:34:56 +02:00
Igor Socec
86f0bc612f added support for dropp current client - needs a separate thread to remove blocking 2014-04-04 16:27:02 +02:00
Igor Socec
75b30f3aa6 connected client needs to provide a username which will be communicated to rejected clients 2014-04-03 02:04:13 +02:00
Igor Socec
1001f3ad9c removed TTY port constraints, added client activity timestamps 2014-03-19 16:16:21 +01:00
Igor Socec
5a303705e6 checking port assignment is not needed, bind would fail if requested port was not assigned 2014-03-19 11:29:34 +01:00
Igor Socec
bdf36796bf improved handling for list of telnet commands 2014-03-19 11:20:16 +01:00
Igor Socec
676e16a477 detailed function comments only in .h file 2014-03-19 11:07:13 +01:00
Igor Socec
89b8716985 improved comments of globally used functions 2014-03-18 18:48:37 +01:00
Igor Socec
496198f488 cleanup function and signal handling 2014-03-10 16:42:49 +01:00
socec
199d2cb6c2 stop crashing server when client disconnects 2014-03-09 18:48:04 +01:00
socec
cbedf6189a now using Makefile 2014-03-09 15:59:30 +01:00
Igor Socec
4df19b472b removed Nagle algorithm 2014-03-06 13:32:48 +01:00
Igor Socec
0925ff5f83 handling no arguments, renamed header 2014-03-06 08:54:35 +01:00
socec
40607b98aa introducing files 2014-03-06 02:23:16 +01:00