src/irc_chan.h
Wed, 27 May 2009 23:57:48 +0300 Tero Marttila nexus.c compiles new-lib-errors
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
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
Thu, 26 Mar 2009 23:59:04 +0200 Tero Marttila implement NICK/QUIT handling for irc_net/irc_chan
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 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
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: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