src/console.c
Mon, 04 May 2009 23:19:50 +0300 Tero Marttila replace old SIGINT handling with SIGTERM, and have SIGINT just abort the console input line. Now EOF (^D) will cause lua_console to nexus_shutdown
Sun, 12 Apr 2009 22:19:54 +0300 Tero Marttila implement console_print and log_set_func
Tue, 31 Mar 2009 20:33:31 +0300 Tero Marttila add the add_history() call to console.c
Tue, 31 Mar 2009 19:35:51 +0300 Tero Marttila add some rudimentary lua support, by having a simple interactive console, and providing access to irc_client_quit
Tue, 31 Mar 2009 15:41:24 +0300 Tero Marttila add a simple interactive readline console