src/lua_console.c
Wed, 27 May 2009 23:57:48 +0300 Tero Marttila nexus.c compiles new-lib-errors
Thu, 21 May 2009 16:57:56 +0300 Tero Marttila implement lua_console_on_interrupt to abort any executing thread
Thu, 21 May 2009 16:23:08 +0300 Tero Marttila fix lua_console to use new lua_thread API 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
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
Sun, 12 Apr 2009 20:37:57 +0300 Tero Marttila implement nexus_lua_eval
Wed, 01 Apr 2009 01:41:08 +0300 Tero Marttila add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support
Wed, 01 Apr 2009 00:57:34 +0300 Tero Marttila implement a separate nexus_lua module
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