src/console.c
Wed, 27 May 2009 23:57:48 +0300 Tero Marttila nexus.c compiles new-lib-errors
Thu, 21 May 2009 16:57:28 +0300 Tero Marttila add a console_callbacks::on_interrupt callback triggered by SIGINT while waiting
Thu, 21 May 2009 16:23:27 +0300 Tero Marttila fix console to ignore input while waiting, and rename have_input -> have_prompt lua-threads
Wed, 20 May 2009 22:53:05 +0300 Tero Marttila implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet lua-threads
Fri, 15 May 2009 00:05:01 +0300 Tero Marttila don't keep console SIGINT behaviour after it was destroyed, instead, have nexus handle it like SIGTERM, and have console override that
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