src/error.h
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 23:54:03 +0200 Tero Marttila add irc_net_quit and signal handling
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 19:52:38 +0200 Tero Marttila add doxygen.conf, and tweak comments
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
Tue, 10 Mar 2009 01:46:09 +0200 Tero Marttila add irc_conn_callbacks, and delay irc_chan_join until on_registered
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
Sat, 28 Feb 2009 21:39:15 +0200 Tero Marttila irc_line implementation
Sat, 28 Feb 2009 18:48:10 +0200 Tero Marttila update sock_stream_read/write semantics for EOF/EAGAIN, tentative event-based gnutls code
Sat, 28 Feb 2009 17:39:37 +0200 Tero Marttila working event-based operation for sock_tcp
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
Sun, 22 Feb 2009 07:08:57 +0200 Tero Marttila ERROR-ify sock_gnutls
Sun, 22 Feb 2009 06:52:55 +0200 Tero Marttila change ERROR_* to use pointers again, and implement error_info for sock_init
Sun, 22 Feb 2009 06:44:16 +0200 Tero Marttila error handling magic