Thu, 12 Mar 2009 18:35:05 +0200implement irc_chan_callbacks, and add on_msg
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:35:05 +0200] rev 38
implement irc_chan_callbacks, and add on_msg

Thu, 12 Mar 2009 18:11:44 +0200change 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
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:11:44 +0200] rev 37
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

Thu, 12 Mar 2009 18:08:27 +0200add irc_prefix_* functions to parse nicknames (plus sketch out some irc_nickmask stuff)
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:08:27 +0200] rev 36
add irc_prefix_* functions to parse nicknames (plus sketch out some irc_nickmask stuff)

Thu, 12 Mar 2009 18:07:47 +0200add a kind of semi-generic chain-list implementation
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:07:47 +0200] rev 35
add a kind of semi-generic chain-list implementation

Tue, 10 Mar 2009 19:52:38 +0200add doxygen.conf, and tweak comments
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 19:52:38 +0200] rev 34
add doxygen.conf, and tweak comments

Tue, 10 Mar 2009 03:48:00 +0200add line_proto_callbacks.on_error, although irc_conn doesn't pass it up
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:48:00 +0200] rev 33
add line_proto_callbacks.on_error, although irc_conn doesn't pass it up

Tue, 10 Mar 2009 03:38:20 +0200convert line_proto to use a line_proto_callbacks struct
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:38:20 +0200] rev 32
convert line_proto to use a line_proto_callbacks struct

Tue, 10 Mar 2009 03:29:53 +0200error.c formatting
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:29:53 +0200] rev 31
error.c formatting

Tue, 10 Mar 2009 03:27:04 +0200rework error to use a struct error_desc, and move ERR_SOCK/ERR_GNUTLS definitions to sock.h/sock_gnutls.h. error_desc definitions are still in error.c, though :(
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:27:04 +0200] rev 30
rework error to use a struct error_desc, and move ERR_SOCK/ERR_GNUTLS definitions to sock.h/sock_gnutls.h. error_desc definitions are still in error.c, though :(

Tue, 10 Mar 2009 02:51:44 +0200add sock_gnutls_destroy, and error cleanup for sock_ssl_connect. Fix various XXX's
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 02:51:44 +0200] rev 29
add sock_gnutls_destroy, and error cleanup for sock_ssl_connect. Fix various XXX's