src/error.c
Sun, 15 Mar 2009 23:22:57 +0200 Tero Marttila slight cleanup to move module funcs to a 'struct module_funcs' modules
Sun, 15 Mar 2009 23:01:12 +0200 Tero Marttila compiling, working, but still ugly module code modules
Sun, 15 Mar 2009 01:17:22 +0200 Tero Marttila 'working' modules code, and convert irc_log to use said interface, but we've hit the limits on our Makefile, and the compiled module doesn't really work modules
Thu, 12 Mar 2009 21:12:48 +0200 Tero Marttila add line_proto test, enhance others
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: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 :(
Sun, 22 Feb 2009 10:16:28 +0200 Tero Marttila fix sock_stream read/write return value, move line buffer inside of line_proto, add some initial code for event-based non-blocking operation
Sun, 22 Feb 2009 08:21:22 +0200 Tero Marttila split off line_proto, and make sock_stream_error return a const error_info
Sun, 22 Feb 2009 07:53:34 +0200 Tero Marttila and then error_msg
Sun, 22 Feb 2009 07:21:28 +0200 Tero Marttila add error_name function