Thu, 26 Mar 2009 23:59:04 +0200implement NICK/QUIT handling for irc_net/irc_chan
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:59:04 +0200] rev 78
implement NICK/QUIT handling for irc_net/irc_chan

Thu, 26 Mar 2009 23:37:31 +0200use vsnprintf in assert_sock_data/test_sock_push
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:37:31 +0200] rev 77
use vsnprintf in assert_sock_data/test_sock_push

Thu, 26 Mar 2009 23:29:06 +0200add irc_conn_self_nick test
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:29:06 +0200] rev 76
add irc_conn_self_nick test

Thu, 26 Mar 2009 23:15:55 +0200change irc_line.prefix into a
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:15:55 +0200] rev 75
change irc_line.prefix into a

Thu, 26 Mar 2009 22:54:25 +0200add irc_chan_on_PART, irc_net_put_user and test_irc_chan_user_part
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 22:54:25 +0200] rev 74
add irc_chan_on_PART, irc_net_put_user and test_irc_chan_user_part

Thu, 26 Mar 2009 22:03:20 +0200add set_log_level function, and add --debug/--quiet options to test
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 22:03:20 +0200] rev 73
add set_log_level function, and add --debug/--quiet options to test

Thu, 26 Mar 2009 21:46:10 +0200add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 21:46:10 +0200] rev 72
add irc_user module for irc_chan to track users on a channel

Mon, 16 Mar 2009 23:55:30 +0200implement signal_ignore using sigaction directly, without any libevent in between
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 23:55:30 +0200] rev 71
implement signal_ignore using sigaction directly, without any libevent in between

Mon, 16 Mar 2009 23:34:05 +0200implement module unloading, although module_destroy is currently never called
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 23:34:05 +0200] rev 70
implement module unloading, although module_destroy is currently never called

Mon, 16 Mar 2009 22:06:39 +0200create irc_log_chan function to log a new irc_log_chan, and irc_log_chan_destroy to remove the added callbacks/command handlers
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 22:06:39 +0200] rev 69
create irc_log_chan function to log a new irc_log_chan, and irc_log_chan_destroy to remove the added callbacks/command handlers