Makefile
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
Fri, 13 Mar 2009 16:10:48 +0200 Tero Marttila add irc_client module, plus nexus.h header
Thu, 12 Mar 2009 23:54:03 +0200 Tero Marttila add irc_net_quit and signal handling
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 20:00:48 +0200 Tero Marttila add sock_test module and some basic initial tests
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 01:11:12 +0200 Tero Marttila add irc_chan module
Mon, 09 Mar 2009 16:30:59 +0200 Tero Marttila add irc_net module, and fix Makefile CFLAGS, add -Wextra
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 01:48:14 +0200 Tero Marttila add basic log.c module
Sat, 28 Feb 2009 22:47:39 +0200 Tero Marttila add initial irc_conn code that can register
Sat, 28 Feb 2009 21:39:15 +0200 Tero Marttila irc_line implementation
Sun, 22 Feb 2009 08:48:21 +0200 Tero Marttila add sock_stream_callbacks and ev_base
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:21:28 +0200 Tero Marttila add error_name function
Sun, 22 Feb 2009 05:27:29 +0200 Tero Marttila working SSL using gnutls - a bit of a painful process
Sun, 22 Feb 2009 03:57:44 +0200 Tero Marttila a fancy socket abstraction layer, with TCP, next, SSL. Also, .hgignore
Sun, 22 Feb 2009 02:00:34 +0200 Tero Marttila initial code...