src/irc_cmd.h
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)
Sun, 12 Apr 2009 17:18:06 +0300 Tero Marttila implement logwatch_source names, and logwatch_chan
Mon, 30 Mar 2009 01:31:27 +0300 Tero Marttila documentation tweaks
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:48:42 +0200 Tero Marttila rename irc_nm to irc_proto, and move numerics from irc_cmd.h
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
Sun, 08 Mar 2009 17:17:37 +0200 Tero Marttila add a simple irc_log module (with evsql code) that joins a channel and log_info's PRIVMSGs
Sun, 01 Mar 2009 02:02:48 +0200 Tero Marttila add missing irc_cmd.h, and modify line_proto/irc_conn to use log