Sun, 19 Apr 2009 06:20:59 +0300implement lua_args_parse
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 06:20:59 +0300] rev 143
implement lua_args_parse

Sun, 19 Apr 2009 04:52:12 +0300implement table-as-argument for lua_arg_*
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 04:52:12 +0300] rev 142
implement table-as-argument for lua_arg_*

Sun, 19 Apr 2009 04:35:29 +0300implement SSL stuff for lua_client_connect
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 04:35:29 +0300] rev 141
implement SSL stuff for lua_client_connect

Sun, 19 Apr 2009 04:04:42 +0300implement ssl_cafile/verify/cert/pkey for x509 credentials
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 04:04:42 +0300] rev 140
implement ssl_cafile/verify/cert/pkey for x509 credentials

Thu, 16 Apr 2009 01:20:09 +0300implement sock_ssl_connect_async (the old sock_ssl_connect exists no more)
Tero Marttila <terom@fixme.fi> [Thu, 16 Apr 2009 01:20:09 +0300] rev 139
implement sock_ssl_connect_async (the old sock_ssl_connect exists no more)

Sun, 12 Apr 2009 23:27:15 +0300implement blackhole filters for logwatch, and stop applying filters after the first hit
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 23:27:15 +0300] rev 138
implement blackhole filters for logwatch, and stop applying filters after the first hit

Sun, 12 Apr 2009 22:19:54 +0300implement console_print and log_set_func
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 22:19:54 +0300] rev 137
implement console_print and log_set_func

Sun, 12 Apr 2009 20:37:57 +0300implement nexus_lua_eval
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 20:37:57 +0300] rev 136
implement nexus_lua_eval

Sun, 12 Apr 2009 18:56:51 +0300have logwatch_conf_filter replace any old filter with the same name, and move irc_log.sql to modules/
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 18:56:51 +0300] rev 135
have logwatch_conf_filter replace any old filter with the same name, and move irc_log.sql to modules/

Sun, 12 Apr 2009 18:35:16 +0300update TODO, partially update error.c, rename module_get to modules_get, update config.lua
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 18:35:16 +0300] rev 134
update TODO, partially update error.c, rename module_get to modules_get, update config.lua

Sun, 12 Apr 2009 17:42:34 +0300implement logwatch_chan.c, logwatch_chan_msg, logwatch_on_error
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 17:42:34 +0300] rev 133
implement logwatch_chan.c, logwatch_chan_msg, logwatch_on_error

Sun, 12 Apr 2009 17:18:06 +0300implement logwatch_source names, and logwatch_chan
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 17:18:06 +0300] rev 132
implement logwatch_source names, and logwatch_chan

Sat, 11 Apr 2009 06:03:49 +0300lua_irc is broken, as irc_chan_info::channel is set to a lua-stack allocated string...
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 06:03:49 +0300] rev 131
lua_irc is broken, as irc_chan_info::channel is set to a lua-stack allocated string...

Sat, 11 Apr 2009 06:03:24 +0300implement logwatch_filter::format using str_format
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 06:03:24 +0300] rev 130
implement logwatch_filter::format using str_format

Sat, 11 Apr 2009 06:03:08 +0300implement str_format with tests
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 06:03:08 +0300] rev 129
implement str_format with tests

Sat, 11 Apr 2009 04:41:44 +0300update logwatch_filter_apply
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:41:44 +0300] rev 128
update logwatch_filter_apply

Sat, 11 Apr 2009 04:26:46 +0300implement logwatch_on_line/logwatch_filter_apply, along with irc_*_NOTICE
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:26:46 +0300] rev 127
implement logwatch_on_line/logwatch_filter_apply, along with irc_*_NOTICE

Sat, 11 Apr 2009 04:26:22 +0300...add str.c module to cmake
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:26:22 +0300] rev 126
...add str.c module to cmake

Sat, 11 Apr 2009 04:25:59 +0300move test.c dump_str implemention into str.h str_quote, and improve it
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:25:59 +0300] rev 125
move test.c dump_str implemention into str.h str_quote, and improve it

Sat, 11 Apr 2009 01:54:33 +0300fix up lua_module_conf/config_* enough so that logwatch_conf_filter works
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 01:54:33 +0300] rev 124
fix up lua_module_conf/config_* enough so that logwatch_conf_filter works

Fri, 10 Apr 2009 22:46:05 +0300comment fix :)
Tero Marttila <terom@fixme.fi> [Fri, 10 Apr 2009 22:46:05 +0300] rev 123
comment fix :)

Fri, 10 Apr 2009 22:43:49 +0300start implementing multiple args for lua_module_conf
Tero Marttila <terom@fixme.fi> [Fri, 10 Apr 2009 22:43:49 +0300] rev 122
start implementing multiple args for lua_module_conf

Wed, 08 Apr 2009 02:25:30 +0300implement logwatch_conf_filter such that it compiles and loads, but not yet tested
Tero Marttila <terom@fixme.fi> [Wed, 08 Apr 2009 02:25:30 +0300] rev 121
implement logwatch_conf_filter such that it compiles and loads, but not yet tested

Wed, 08 Apr 2009 01:28:46 +0300modify config to support options with multiple params/values
Tero Marttila <terom@fixme.fi> [Wed, 08 Apr 2009 01:28:46 +0300] rev 120
modify config to support options with multiple params/values

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