src/module.c
Thu, 07 May 2009 02:46:44 +0300 Tero Marttila rename sock_ssl/sock_gnutls -> ssl/ssl_client
Sun, 12 Apr 2009 23:27:15 +0300 Tero Marttila implement blackhole filters for logwatch, and stop applying filters after the first hit
Sun, 12 Apr 2009 18:35:16 +0300 Tero Marttila update TODO, partially update error.c, rename module_get to modules_get, update config.lua
Tue, 07 Apr 2009 21:09:25 +0300 Tero Marttila add logwatch module, that can already open FIFOs
Thu, 02 Apr 2009 02:55:32 +0300 Tero Marttila fix refcount semantics for module_load and have module_unload call module_unloaded on module_desc::unload errors
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 18:30:47 +0300 Tero Marttila implement modules_path + module_load with NULL path
Wed, 01 Apr 2009 00:27:39 +0300 Tero Marttila implement nexus_shutdown, lua_modules/lua_module, and lua_nexus
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, 16 Mar 2009 23:34:05 +0200 Tero Marttila implement module unloading, although module_destroy is currently never called
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
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
Fri, 13 Mar 2009 17:38:23 +0200 Tero Marttila initial modules code modules