Thu, 12 Mar 2009 21:44:34 +0200 Tero Marttila improve irc_conn test
Thu, 12 Mar 2009 21:23:33 +0200 Tero Marttila test async operation
Thu, 12 Mar 2009 21:12:48 +0200 Tero Marttila add line_proto test, enhance others
Thu, 12 Mar 2009 20:00:48 +0200 Tero Marttila add sock_test module and some basic initial tests
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
Thu, 12 Mar 2009 18:08:27 +0200 Tero Marttila add irc_prefix_* functions to parse nicknames (plus sketch out some irc_nickmask stuff)
Thu, 12 Mar 2009 18:07:47 +0200 Tero Marttila add a kind of semi-generic chain-list implementation
Tue, 10 Mar 2009 19:52:38 +0200 Tero Marttila add doxygen.conf, and tweak comments
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 03:29:53 +0200 Tero Marttila error.c formatting
Tue, 10 Mar 2009 03:27:04 +0200 Tero Marttila 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 +0200 Tero Marttila add sock_gnutls_destroy, and error cleanup for sock_ssl_connect. Fix various XXX's