src/irc_cmd.c
Tue, 05 May 2009 03:15:25 +0300 Tero Marttila evil chain.h macro magic, fix irc_conn_set_nickname bug, misc. test bugs (mem leaks, missing #includes)
Mon, 16 Mar 2009 22:06:39 +0200 Tero Marttila create irc_log_chan function to log a new irc_log_chan, and irc_log_chan_destroy to remove the added callbacks/command handlers
Thu, 12 Mar 2009 18:11:44 +0200 Tero Marttila change irc_chan.state into bool fields, move irc_cmd implementation from irc_conn.c into irc_cmd.c, remove irc_conn arg from irc_cmd_handler, add irc_conn.nickname tracking, and handle irc_chan JOINs