src/irc_line.h
Fri, 08 May 2009 00:13:38 +0300 Tero Marttila add tests for irc_cmd/irc_line, and fix handling of missing-prefix to set source to NULL in irc_line
Mon, 30 Mar 2009 16:31:24 +0300 Tero Marttila implement irc_queue, with some basic functionality tests
Mon, 30 Mar 2009 01:31:27 +0300 Tero Marttila documentation tweaks
Thu, 26 Mar 2009 23:15:55 +0200 Tero Marttila change irc_line.prefix into a
Mon, 16 Mar 2009 21:47:18 +0200 Tero Marttila add FindEvsql/FindLibPQ cmake modules and irc_log.sql definition, and implement logging of JOIN, PART, MODE, TOPIC, KICK, PRIVMSG, NOTICE and OPEN messages
Tue, 10 Mar 2009 19:52:38 +0200 Tero Marttila add doxygen.conf, and tweak comments
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