Thu, 21 May 2009 16:23:08 +0300fix lua_console to use new lua_thread API lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:08 +0300] rev 205
fix lua_console to use new lua_thread API

Thu, 21 May 2009 16:22:57 +0300fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:22:57 +0300] rev 204
fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly

Wed, 20 May 2009 22:53:05 +0300implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet lua-threads
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:53:05 +0300] rev 203
implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet

Wed, 20 May 2009 22:52:01 +0300slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:52:01 +0300] rev 202
slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that

Wed, 20 May 2009 22:49:03 +0300implement LUA_ARG_INT
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:49:03 +0300] rev 201
implement LUA_ARG_INT

Fri, 15 May 2009 00:05:01 +0300don't keep console SIGINT behaviour after it was destroyed, instead, have nexus handle it like SIGTERM, and have console override that
Tero Marttila <terom@fixme.fi> [Fri, 15 May 2009 00:05:01 +0300] rev 200
don't keep console SIGINT behaviour after it was destroyed, instead, have nexus handle it like SIGTERM, and have console override that

Thu, 14 May 2009 22:57:13 +0300replace lua_client_networks/lua_network_channels with iterators
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 22:57:13 +0300] rev 199
replace lua_client_networks/lua_network_channels with iterators

Thu, 14 May 2009 21:45:43 +0300implement lua_client_networks and lua_network_channels
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 21:45:43 +0300] rev 198
implement lua_client_networks and lua_network_channels

Thu, 14 May 2009 21:45:28 +0300use irc_conn_self in irc_chan
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 21:45:28 +0300] rev 197
use irc_conn_self in irc_chan

Sun, 10 May 2009 23:37:43 +0300implement msg_proto and associated test, fix misc. other bugs (including changing error_info::code to a signed int\!)
Tero Marttila <terom@fixme.fi> [Sun, 10 May 2009 23:37:43 +0300] rev 196
implement msg_proto and associated test, fix misc. other bugs (including changing error_info::code to a signed int\!)