Commit graph

  • a3addedfe7 Add space in printout master Jeena Paradies 2017-02-02 11:34:07 +01:00
  • b375ee19ce Fix bug where tty is dropped out of device name Igor Socec 2017-01-25 16:36:02 +01:00
  • f3babe58df Put logs in a standard location: /var/log Igor Socec 2017-01-25 16:14:52 +01:00
  • cded0313c2 Don't install with just make, require make install Igor Socec 2017-01-25 11:39:26 +01:00
  • ce8971eb2b Correct paths in moxerverctl and adapt Makefiles Igor Socec 2017-01-25 10:59:49 +01:00
  • ee5aaa2690 Update README.md Igor Socec 2017-01-25 01:44:34 +01:00
  • 83bd22bef9 Change names of config file and control script Igor Socec 2017-01-25 01:33:37 +01:00
  • a1162d1674 Use a prefix when installing executables Igor Socec 2017-01-24 20:40:57 +01:00
  • aa3adfee0c Update README.md Igor Socec 2017-01-24 18:42:03 +01:00
  • aae67971ff Improve Makefiles with build and install directories Igor Socec 2017-01-24 18:16:47 +01:00
  • efc292af2c Improve source tree Igor Socec 2017-01-11 17:30:13 +01:00
  • 61d4e2fc64 Start using Travis CI Igor Socec 2017-01-10 16:33:58 +01:00
  • 1c20be41e3 Start using the new control script update Igor Socec 2016-12-22 17:20:00 +01:00
  • 8c35a6c1a7 Update the new control script with correct commands Igor Socec 2016-12-20 16:25:45 +01:00
  • e3dcde0dcd Don't pass tty data while a new client is providing username Igor Socec 2016-12-19 14:08:54 +01:00
  • 4d2a93b658 Simplify handling new client socket Igor Socec 2016-12-19 14:20:03 +01:00
  • 91f7ea8f5f New version of configuration and control script Igor Socec 2016-12-09 00:33:48 +01:00
  • 35f9b0b644 Adding MIT license Igor Socec 2016-12-08 22:10:14 +01:00
  • 7973b5a5e8 Use a wrapper for logging Igor Socec 2016-11-28 02:01:39 +01:00
  • 8725d1c1f1 Don't exit from the cleanup function Igor Socec 2016-11-27 23:52:18 +01:00
  • 36f969abb7 Print help message to stdout instead of stderr Igor Socec 2016-11-27 23:43:08 +01:00
  • d73794b11d Use dedicated thread functions for certain tasks. Igor Socec 2016-11-19 15:29:16 +01:00
  • 9703b42b3a Explain number of allowed connections Igor Socec 2016-11-19 15:10:57 +01:00
  • b934bb120c Some code cleanup Igor Socec 2016-11-19 13:46:26 +01:00
  • c17e696566 More extraction of functionality Igor Socec 2016-11-19 00:12:08 +01:00
  • 2c26ef201a Extract client functions into a separate header Igor Socec 2016-11-18 23:06:20 +01:00
  • c59b2138f4 Extract telnet functions into a separate header Igor Socec 2016-11-18 22:42:29 +01:00
  • f1372827c1 Date format follows ISO, device path size increased Igor Socec 2016-11-12 22:04:12 +01:00
  • cad50493a6 Typedef custom structures Igor Socec 2016-11-12 22:03:07 +01:00
  • 154f16a7f1 Update .gitignore for editor and IDE files Igor Socec 2016-11-12 18:14:17 +01:00
  • 5707b9e4e0 fix fd assignment on tty close igor.socec 2014-08-27 13:36:34 +02:00
  • 604665ee05 handling new clients in a separate thread Igor Socec 2014-04-06 18:34:56 +02:00
  • 86f0bc612f added support for dropp current client - needs a separate thread to remove blocking Igor Socec 2014-04-04 16:27:02 +02:00
  • 9114998d1f removed tty mapping from moxanix script Igor Socec 2014-04-03 14:49:45 +02:00
  • 75b30f3aa6 connected client needs to provide a username which will be communicated to rejected clients Igor Socec 2014-04-03 02:04:13 +02:00
  • 55367f5fee Reconfiguring the tty device, basic functionality achived and tested on OlinuXino Lime Luka Miljak 2014-04-01 11:58:01 +00:00
  • 1a729bd46a Varoious code improvements and bugfixes Luka Miljak 2014-01-10 09:18:45 +00:00
  • 6ec15f77c4 Adding some input checking. Other minor changes. Luka Miljak 2014-03-30 16:04:24 +02:00
  • 8b510d71c1 Adding moxanix.cfg file. Moxanix is now configured with it. Luka Miljak 2014-03-28 19:52:15 +01:00
  • 19d5624bfa Update README.md socec 2014-03-24 22:38:12 +01:00
  • b9b874d94c update to moxanix script, added status command Igor Socec 2014-03-24 22:25:33 +01:00
  • 3121630996 Adding parser.c and parser.h used for parsing of moxanix config files. Actual parsing not yet implemented. Luka Miljak 2014-03-21 00:20:49 +01:00
  • 418a8caadc introducing moxanix script for controling servers Igor Socec 2014-03-20 19:42:28 +01:00
  • d4452bd340 don't send to tty device if it was not opened Igor Socec 2014-03-20 17:38:48 +01:00
  • 91becdad1c added flag for enabling debug messages, without debug messages only connection events are displayed Igor Socec 2014-03-20 12:13:52 +01:00
  • 1001f3ad9c removed TTY port constraints, added client activity timestamps Igor Socec 2014-03-19 16:16:21 +01:00
  • 5a303705e6 checking port assignment is not needed, bind would fail if requested port was not assigned Igor Socec 2014-03-19 11:29:34 +01:00
  • bdf36796bf improved handling for list of telnet commands Igor Socec 2014-03-19 11:20:16 +01:00
  • 676e16a477 detailed function comments only in .h file Igor Socec 2014-03-19 11:07:13 +01:00
  • 89b8716985 improved comments of globally used functions Igor Socec 2014-03-18 18:48:37 +01:00
  • c312659292 minor code refactoring after awesome first version Igor Socec 2014-03-18 18:14:58 +01:00
  • 0176443560 First semi-functional version. Luka Miljak 2014-03-18 17:31:42 +01:00
  • c33bd6ca4e Adding termios configuration and reading from tty device with some other code refactoring. The character read from serial device are currently only printf-ed to console. Luka Miljak 2014-03-17 23:10:33 +01:00
  • e6775c120d minor commit - removing tty_dev from global variables Luka Miljak 2014-03-15 13:34:34 +00:00
  • 538e7932c7 Adding first part of infrastructure for tty device handling Luka Miljak 2014-03-15 13:24:13 +00:00
  • 608a926edc Adding $(LIBS) to $(CFLAGS) -> for some reason the build fails without this Luka Miljak 2014-03-14 18:24:01 +00:00
  • 6db2513452 Removing unnecessary library definition Luka Miljak 2014-03-14 18:09:50 +00:00
  • 3926b7738d Adding tty thread primitive which only reports alive status every 10 seconds. Luka Miljak 2014-03-14 17:28:29 +01:00
  • be121ac22f fixing problems with detecting a disconnected client Igor Socec 2014-03-13 11:02:19 +01:00
  • 496198f488 cleanup function and signal handling Igor Socec 2014-03-10 16:42:49 +01:00
  • 175075d2d5 Removing "clean" from "all" target in Makefile Luka Miljak 2014-03-10 09:01:55 +01:00
  • 97b37f8af0 Update README.md socec 2014-03-09 18:57:32 +01:00
  • a76c350de7 minor update socec 2014-03-09 18:53:38 +01:00
  • 199d2cb6c2 stop crashing server when client disconnects socec 2014-03-09 18:48:04 +01:00
  • 98333194db adding object files to .gitignore socec 2014-03-09 18:09:18 +01:00
  • cbedf6189a now using Makefile socec 2014-03-09 15:59:30 +01:00
  • 9c6269218e force client into character mode socec 2014-03-08 18:26:04 +01:00
  • b1b990d861 argument handling Igor Socec 2014-03-06 16:09:19 +01:00
  • 4df19b472b removed Nagle algorithm Igor Socec 2014-03-06 13:32:48 +01:00
  • 0a3cb2d9ee Update README.md socec 2014-03-06 12:48:46 +01:00
  • eb045b77ed adding feature wishlist to keep track of ideas Igor Socec 2014-03-06 12:49:18 +01:00
  • f55a83b5fc introducing tty device path as mandatory parameter Igor Socec 2014-03-06 12:48:39 +01:00
  • 50df669b40 proposals for tty.c implementation Igor Socec 2014-03-06 10:40:26 +01:00
  • 84879d0d36 remove executable from git repo, use .gitignore Igor Socec 2014-03-06 10:04:00 +01:00
  • f716bf2862 fixing renaming problem Igor Socec 2014-03-06 09:00:33 +01:00
  • 0925ff5f83 handling no arguments, renamed header Igor Socec 2014-03-06 08:54:35 +01:00
  • 40607b98aa introducing files socec 2014-03-06 02:23:16 +01:00
  • d8efdfa0c7 Initial commit socec 2014-03-05 07:28:46 -08:00