src/irc_chan.h
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