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

Wed, 01 Apr 2009 19:31:11 +0300fix some more valgrind errors
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 19:31:11 +0300] rev 109
fix some more valgrind errors

Wed, 01 Apr 2009 18:30:47 +0300implement modules_path + module_load with NULL path
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 18:30:47 +0300] rev 108
implement modules_path + module_load with NULL path

Wed, 01 Apr 2009 17:29:29 +0300support irc_chan type for lua_module_conf
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 17:29:29 +0300] rev 107
support irc_chan type for lua_module_conf

Wed, 01 Apr 2009 01:41:08 +0300add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 01:41:08 +0300] rev 106
add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support