src/irc_log.c
Thu, 02 Apr 2009 02:55:59 +0300 Tero Marttila fix irc_log_unload/irc_log_destroy for cases where no config options were set
Thu, 02 Apr 2009 02:25:35 +0300 Tero Marttila fix operation of module_unload/module_destroy so that unloaded modules are now destroyed once they have been unloaded
Wed, 01 Apr 2009 19:31:11 +0300 Tero Marttila fix some more valgrind errors
Tue, 31 Mar 2009 23:36:05 +0300 Tero Marttila improve the config module futher, now the module_desc interface uses structured config_value's
Mon, 30 Mar 2009 01:47:44 +0300 Tero Marttila implement CTCP-ACTION for irc_log and test
Fri, 27 Mar 2009 17:22:43 +0200 Tero Marttila add config module and modify irc_log/nexus to use it
Fri, 27 Mar 2009 00:08:32 +0200 Tero Marttila add NICK/QUIT logging to irc_log
Thu, 26 Mar 2009 23:15:55 +0200 Tero Marttila change irc_line.prefix into a
Mon, 16 Mar 2009 23:34:05 +0200 Tero Marttila implement module unloading, although module_destroy is currently never called
Mon, 16 Mar 2009 22:06:39 +0200 Tero Marttila create irc_log_chan function to log a new irc_log_chan, and irc_log_chan_destroy to remove the added callbacks/command handlers
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
Mon, 16 Mar 2009 20:22:51 +0200 Tero Marttila implement the SQL logs table and the INSERT-logging code for mod_irc_log
Mon, 16 Mar 2009 01:14:36 +0200 Tero Marttila all options are now fully implemented
Mon, 16 Mar 2009 01:03:41 +0200 Tero Marttila add --module support, and tweak irc_net docs
Mon, 16 Mar 2009 00:09:53 +0200 Tero Marttila temporarily disable evsql stuff build-cmake
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 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:35:05 +0200 Tero Marttila implement irc_chan_callbacks, and add on_msg
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 01:11:12 +0200 Tero Marttila add irc_chan module
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