src/irc_chan.c
Wed, 27 May 2009 23:57:48 +0300 Tero Marttila nexus.c compiles new-lib-errors
Thu, 14 May 2009 21:45:28 +0300 Tero Marttila use irc_conn_self in irc_chan
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)
Thu, 23 Apr 2009 21:22:15 +0300 Tero Marttila implement irc_chan_callbacks::on_self_msg/on_self_notice, and add code for mod_irc_log to use them
Thu, 23 Apr 2009 17:17:56 +0300 Tero Marttila fix irc_chan to copy the irc_chan_info strings
Sun, 12 Apr 2009 23:27:15 +0300 Tero Marttila implement blackhole filters for logwatch, and stop applying filters after the first hit
Sat, 11 Apr 2009 04:26:46 +0300 Tero Marttila implement logwatch_on_line/logwatch_filter_apply, along with irc_*_NOTICE
Tue, 31 Mar 2009 20:57:07 +0300 Tero Marttila add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
Mon, 30 Mar 2009 14:45:14 +0300 Tero Marttila irc_chan_on_KICK
Mon, 30 Mar 2009 01:31:27 +0300 Tero Marttila documentation tweaks
Fri, 27 Mar 2009 17:22:43 +0200 Tero Marttila add config module and modify irc_log/nexus to use it
Fri, 27 Mar 2009 01:01:34 +0200 Tero Marttila fix a valgrind'd bug with irc_nick_chanflags being given an empty string
Thu, 26 Mar 2009 23:59:04 +0200 Tero Marttila implement NICK/QUIT handling for irc_net/irc_chan
Thu, 26 Mar 2009 23:15:55 +0200 Tero Marttila change irc_line.prefix into a
Thu, 26 Mar 2009 22:54:25 +0200 Tero Marttila add irc_chan_on_PART, irc_net_put_user and test_irc_chan_user_part
Thu, 26 Mar 2009 22:03:20 +0200 Tero Marttila add set_log_level function, and add --debug/--quiet options to test
Thu, 26 Mar 2009 21:46:10 +0200 Tero Marttila add irc_user module for irc_chan to track users on a channel
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
Mon, 16 Mar 2009 20:22:51 +0200 Tero Marttila implement the SQL logs table and the INSERT-logging code for mod_irc_log
Thu, 12 Mar 2009 22:50:08 +0200 Tero Marttila remove irc_chan.state, modify irc_chan_callbacks.on_msg to take a irc_nm, improve error handling a bit further (up to irc_net now)
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:35:05 +0200 Tero Marttila implement irc_chan_callbacks, and add on_msg
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
Tue, 10 Mar 2009 01:11:12 +0200 Tero Marttila add irc_chan module