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\!)

Fri, 08 May 2009 02:51:20 +0300rework test to implement flags, test_results, test_stats, TEST_WILL_FAIL
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 02:51:20 +0300] rev 195
rework test to implement flags, test_results, test_stats, TEST_WILL_FAIL

Fri, 08 May 2009 01:43:02 +0300add a new test/fail module, and rewrite test/assert to use it
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 01:43:02 +0300] rev 194
add a new test/fail module, and rewrite test/assert to use it