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

Wed, 01 Apr 2009 00:57:34 +0300implement a separate nexus_lua module
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:57:34 +0300] rev 105
implement a separate nexus_lua module

Wed, 01 Apr 2009 00:38:16 +0300implement lua_log and lua_log_level
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:38:16 +0300] rev 104
implement lua_log and lua_log_level

Wed, 01 Apr 2009 00:27:39 +0300implement nexus_shutdown, lua_modules/lua_module, and lua_nexus
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:27:39 +0300] rev 103
implement nexus_shutdown, lua_modules/lua_module, and lua_nexus

Wed, 01 Apr 2009 00:27:03 +0300log outoing messages from irc_queue
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:27:03 +0300] rev 102
log outoing messages from irc_queue

Wed, 01 Apr 2009 00:26:50 +0300fix off-by-one for end-NUL in strcpy bug
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:26:50 +0300] rev 101
fix off-by-one for end-NUL in strcpy bug

Tue, 31 Mar 2009 23:36:05 +0300improve the config module futher, now the module_desc interface uses structured config_value's
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 23:36:05 +0300] rev 100
improve the config module futher, now the module_desc interface uses structured config_value's

Tue, 31 Mar 2009 23:35:24 +0300implement lua_client_set_defaults
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 23:35:24 +0300] rev 99
implement lua_client_set_defaults

Tue, 31 Mar 2009 22:09:53 +0300add irc_client_defaults to apply default values for irc_client_add_net irc_net_info, implement --defaults cmd opt and lua_client_connect
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 22:09:53 +0300] rev 98
add irc_client_defaults to apply default values for irc_client_add_net irc_net_info, implement --defaults cmd opt and lua_client_connect

Tue, 31 Mar 2009 20:57:07 +0300add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 20:57:07 +0300] rev 97
add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings

Tue, 31 Mar 2009 20:33:45 +0300add irc_chan and unify type/obj creation
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 20:33:45 +0300] rev 96
add irc_chan and unify type/obj creation

Tue, 31 Mar 2009 20:33:31 +0300add the add_history() call to console.c
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 20:33:31 +0300] rev 95
add the add_history() call to console.c

Tue, 31 Mar 2009 19:56:18 +0300wrap irc_net and add lua_net_join
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 19:56:18 +0300] rev 94
wrap irc_net and add lua_net_join

Tue, 31 Mar 2009 19:35:51 +0300add some rudimentary lua support, by having a simple interactive console, and providing access to irc_client_quit
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 19:35:51 +0300] rev 93
add some rudimentary lua support, by having a simple interactive console, and providing access to irc_client_quit

Tue, 31 Mar 2009 15:41:24 +0300add a simple interactive readline console
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 15:41:24 +0300] rev 92
add a simple interactive readline console

Mon, 30 Mar 2009 16:44:00 +0300implement irc_queue for irc_conn, and add missing irc_queue_destroy, fix irc_conn_destroy
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 16:44:00 +0300] rev 91
implement irc_queue for irc_conn, and add missing irc_queue_destroy, fix irc_conn_destroy

Mon, 30 Mar 2009 16:31:24 +0300implement irc_queue, with some basic functionality tests
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 16:31:24 +0300] rev 90
implement irc_queue, with some basic functionality tests

Mon, 30 Mar 2009 14:45:14 +0300irc_chan_on_KICK
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 14:45:14 +0300] rev 89
irc_chan_on_KICK

Mon, 30 Mar 2009 01:47:44 +0300implement CTCP-ACTION for irc_log and test
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:47:44 +0300] rev 88
implement CTCP-ACTION for irc_log and test

Mon, 30 Mar 2009 01:31:27 +0300documentation tweaks
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:31:27 +0300] rev 87
documentation tweaks

Mon, 30 Mar 2009 01:31:13 +0300some irc_net code to use said async connects
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:31:13 +0300] rev 86
some irc_net code to use said async connects