Thu, 07 May 2009 02:12:06 +0300implement a separate resolver module
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:12:06 +0300] rev 173
implement a separate resolver module

Thu, 07 May 2009 02:11:41 +0300fix log_warn_*/log_err/log_error naming
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:11:41 +0300] rev 172
fix log_warn_*/log_err/log_error naming

Tue, 05 May 2009 03:15:25 +0300evil chain.h macro magic, fix irc_conn_set_nickname bug, misc. test bugs (mem leaks, missing #includes)
Tero Marttila <terom@fixme.fi> [Tue, 05 May 2009 03:15:25 +0300] rev 171
evil chain.h macro magic, fix irc_conn_set_nickname bug, misc. test bugs (mem leaks, missing #includes)

Mon, 04 May 2009 23:19:50 +0300replace old SIGINT handling with SIGTERM, and have SIGINT just abort the console input line. Now EOF (^D) will cause lua_console to nexus_shutdown
Tero Marttila <terom@fixme.fi> [Mon, 04 May 2009 23:19:50 +0300] rev 170
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

Mon, 04 May 2009 20:55:43 +0300merge new-transport@a58ad50911fc
Tero Marttila <terom@fixme.fi> [Mon, 04 May 2009 20:55:43 +0300] rev 169
merge new-transport@a58ad50911fc

Mon, 04 May 2009 20:55:04 +0300refactor test.c into tests/* new-transport
Tero Marttila <terom@fixme.fi> [Mon, 04 May 2009 20:55:04 +0300] rev 168
refactor test.c into tests/*

Sun, 03 May 2009 17:19:36 +0300update test.c to reflect new transport stuff new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:19:36 +0300] rev 167
update test.c to reflect new transport stuff

Sun, 03 May 2009 17:19:05 +0300replace old sock_test with new transport_test new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:19:05 +0300] rev 166
replace old sock_test with new transport_test

Sun, 03 May 2009 17:18:16 +0300fix doc things new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:18:16 +0300] rev 165
fix doc things

Sun, 03 May 2009 17:16:30 +0300remove ERR_READ_EOF, add more general errors, add missing _general_error_desc, and have error_name return for SUCCESS new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:16:30 +0300] rev 164
remove ERR_READ_EOF, add more general errors, add missing _general_error_desc, and have error_name return for SUCCESS