src/irc_conn.c
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: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 03:48:00 +0200 Tero Marttila add line_proto_callbacks.on_error, although irc_conn doesn't pass it up
Tue, 10 Mar 2009 03:38:20 +0200 Tero Marttila convert line_proto to use a line_proto_callbacks struct
Tue, 10 Mar 2009 02:51:44 +0200 Tero Marttila add sock_gnutls_destroy, and error cleanup for sock_ssl_connect. Fix various XXX's
Tue, 10 Mar 2009 02:34:11 +0200 Tero Marttila add sock_stream_release/line_proto_release/irc_conn_release functions, and add proper cleanup to irc_net_create
Tue, 10 Mar 2009 01:46:09 +0200 Tero Marttila add irc_conn_callbacks, and delay irc_chan_join until on_registered
Mon, 09 Mar 2009 16:30:30 +0200 Tero Marttila fix ret/err bug in irc_conn_send, supress unused-argument warnings
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
Sun, 01 Mar 2009 01:48:14 +0200 Tero Marttila add basic log.c module
Sun, 01 Mar 2009 00:34:33 +0200 Tero Marttila irc_conn PING/PONG code, and line_proto fixups
Sat, 28 Feb 2009 23:48:34 +0200 Tero Marttila improve line_proto output buffering slightly
Sat, 28 Feb 2009 22:47:39 +0200 Tero Marttila add initial irc_conn code that can register