Tue, 07 Apr 2009 21:09:25 +0300add logwatch module, that can already open FIFOs
Tero Marttila <terom@fixme.fi> [Tue, 07 Apr 2009 21:09:25 +0300] rev 119
add logwatch module, that can already open FIFOs

Tue, 07 Apr 2009 19:41:48 +0300implement fifo (sock_fifo.c) and test_fifo
Tero Marttila <terom@fixme.fi> [Tue, 07 Apr 2009 19:41:48 +0300] rev 118
implement fifo (sock_fifo.c) and test_fifo

Tue, 07 Apr 2009 18:09:16 +0300move irc_log.c to modules/irc_log.c, and restructure sock_* to split the basic fd-level stuff out of sock_tcp and into sock_fd
Tero Marttila <terom@fixme.fi> [Tue, 07 Apr 2009 18:09:16 +0300] rev 117
move irc_log.c to modules/irc_log.c, and restructure sock_* to split the basic fd-level stuff out of sock_tcp and into sock_fd

Thu, 02 Apr 2009 03:19:44 +0300split off lua_irc from lua_objs
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 03:19:44 +0300] rev 116
split off lua_irc from lua_objs

Thu, 02 Apr 2009 03:02:54 +0300implement modules:path for config.lua
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 03:02:54 +0300] rev 115
implement modules:path for config.lua

Thu, 02 Apr 2009 02:59:52 +0300implement lua_modules__gc in case the modules global gets lost
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:59:52 +0300] rev 114
implement lua_modules__gc in case the modules global gets lost

Thu, 02 Apr 2009 02:56:31 +0300implement lua_module_unload and lua_module_gc to release references
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:56:31 +0300] rev 113
implement lua_module_unload and lua_module_gc to release references

Thu, 02 Apr 2009 02:55:59 +0300fix irc_log_unload/irc_log_destroy for cases where no config options were set
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:55:59 +0300] rev 112
fix irc_log_unload/irc_log_destroy for cases where no config options were set

Thu, 02 Apr 2009 02:55:32 +0300fix refcount semantics for module_load and have module_unload call module_unloaded on module_desc::unload errors
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:55:32 +0300] rev 111
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 +0300fix operation of module_unload/module_destroy so that unloaded modules are now destroyed once they have been unloaded
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:25:35 +0300] rev 110
fix operation of module_unload/module_destroy so that unloaded modules are now destroyed once they have been unloaded