src/irc_conn.h
Thu, 28 May 2009 01:17:36 +0300 Tero Marttila some of the lib/transport stuff compiles new-lib-errors tip
Wed, 27 May 2009 23:57:48 +0300 Tero Marttila nexus.c compiles new-lib-errors
Tue, 05 May 2009 03:15:25 +0300 Tero Marttila evil chain.h macro magic, fix irc_conn_set_nickname bug, misc. test bugs (mem leaks, missing #includes)
Tue, 28 Apr 2009 20:27:45 +0300 Tero Marttila most of the new transport/sock code compiles, but things are still missing new-transport
Thu, 23 Apr 2009 21:05:52 +0300 Tero Marttila special-case recieved user-mode messages, add irc_conn_self function
Sat, 11 Apr 2009 04:26:46 +0300 Tero Marttila implement logwatch_on_line/logwatch_filter_apply, along with irc_*_NOTICE
Tue, 31 Mar 2009 20:57:07 +0300 Tero Marttila add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
Mon, 30 Mar 2009 16:44:00 +0300 Tero Marttila implement irc_queue for irc_conn, and add missing irc_queue_destroy, fix irc_conn_destroy
Mon, 30 Mar 2009 01:47:44 +0300 Tero Marttila implement CTCP-ACTION for irc_log and test
Mon, 30 Mar 2009 01:30:37 +0300 Tero Marttila implement some simple CTCP
Fri, 13 Mar 2009 00:01:12 +0200 Tero Marttila update irc_conn status, and add tests for irc_conn_QUIT
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 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 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 02:34:11 +0200 Tero Marttila add sock_stream_release/line_proto_release/irc_conn_release functions, and add proper cleanup to irc_net_create
Tue, 10 Mar 2009 01:46:09 +0200 Tero Marttila add irc_conn_callbacks, and delay irc_chan_join until on_registered
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
Sun, 01 Mar 2009 00:34:33 +0200 Tero Marttila irc_conn PING/PONG code, and line_proto fixups
Sat, 28 Feb 2009 22:47:39 +0200 Tero Marttila add initial irc_conn code that can register