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 22:19:54 +0300 Tero Marttila implement console_print and log_set_func
Sun, 12 Apr 2009 20:37:57 +0300 Tero Marttila implement nexus_lua_eval
Sun, 12 Apr 2009 18:56:51 +0300 Tero Marttila 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 +0300 Tero Marttila update TODO, partially update error.c, rename module_get to modules_get, update config.lua
Sun, 12 Apr 2009 17:42:34 +0300 Tero Marttila implement logwatch_chan.c, logwatch_chan_msg, logwatch_on_error
Sun, 12 Apr 2009 17:18:06 +0300 Tero Marttila implement logwatch_source names, and logwatch_chan
Sat, 11 Apr 2009 06:03:49 +0300 Tero Marttila lua_irc is broken, as irc_chan_info::channel is set to a lua-stack allocated string...
Sat, 11 Apr 2009 06:03:24 +0300 Tero Marttila implement logwatch_filter::format using str_format
Sat, 11 Apr 2009 06:03:08 +0300 Tero Marttila implement str_format with tests
Sat, 11 Apr 2009 04:41:44 +0300 Tero Marttila update logwatch_filter_apply
Sat, 11 Apr 2009 04:26:46 +0300 Tero Marttila implement logwatch_on_line/logwatch_filter_apply, along with irc_*_NOTICE
Sat, 11 Apr 2009 04:26:22 +0300 Tero Marttila ...add str.c module to cmake
Sat, 11 Apr 2009 04:25:59 +0300 Tero Marttila move test.c dump_str implemention into str.h str_quote, and improve it
Sat, 11 Apr 2009 01:54:33 +0300 Tero Marttila fix up lua_module_conf/config_* enough so that logwatch_conf_filter works
Fri, 10 Apr 2009 22:46:05 +0300 Tero Marttila comment fix :)
Fri, 10 Apr 2009 22:43:49 +0300 Tero Marttila start implementing multiple args for lua_module_conf
Wed, 08 Apr 2009 02:25:30 +0300 Tero Marttila implement logwatch_conf_filter such that it compiles and loads, but not yet tested
Wed, 08 Apr 2009 01:28:46 +0300 Tero Marttila modify config to support options with multiple params/values
Tue, 07 Apr 2009 21:09:25 +0300 Tero Marttila add logwatch module, that can already open FIFOs
Tue, 07 Apr 2009 19:41:48 +0300 Tero Marttila implement fifo (sock_fifo.c) and test_fifo
Tue, 07 Apr 2009 18:09:16 +0300 Tero Marttila 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 +0300 Tero Marttila split off lua_irc from lua_objs
Thu, 02 Apr 2009 03:02:54 +0300 Tero Marttila implement modules:path for config.lua
Thu, 02 Apr 2009 02:59:52 +0300 Tero Marttila implement lua_modules__gc in case the modules global gets lost
Thu, 02 Apr 2009 02:56:31 +0300 Tero Marttila implement lua_module_unload and lua_module_gc to release references
Thu, 02 Apr 2009 02:55:59 +0300 Tero Marttila fix irc_log_unload/irc_log_destroy for cases where no config options were set
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 19:31:11 +0300 Tero Marttila fix some more valgrind errors
Wed, 01 Apr 2009 18:30:47 +0300 Tero Marttila implement modules_path + module_load with NULL path
Wed, 01 Apr 2009 17:29:29 +0300 Tero Marttila support irc_chan type for lua_module_conf
Wed, 01 Apr 2009 01:41:08 +0300 Tero Marttila add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support
Wed, 01 Apr 2009 00:57:34 +0300 Tero Marttila implement a separate nexus_lua module
Wed, 01 Apr 2009 00:38:16 +0300 Tero Marttila implement lua_log and lua_log_level
Wed, 01 Apr 2009 00:27:39 +0300 Tero Marttila implement nexus_shutdown, lua_modules/lua_module, and lua_nexus
Wed, 01 Apr 2009 00:27:03 +0300 Tero Marttila log outoing messages from irc_queue
Wed, 01 Apr 2009 00:26:50 +0300 Tero Marttila fix off-by-one for end-NUL in strcpy bug
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
Tue, 31 Mar 2009 23:35:24 +0300 Tero Marttila implement lua_client_set_defaults
Tue, 31 Mar 2009 22:09:53 +0300 Tero Marttila 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 +0300 Tero Marttila add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
Tue, 31 Mar 2009 20:33:45 +0300 Tero Marttila add irc_chan and unify type/obj creation
Tue, 31 Mar 2009 20:33:31 +0300 Tero Marttila add the add_history() call to console.c
Tue, 31 Mar 2009 19:56:18 +0300 Tero Marttila wrap irc_net and add lua_net_join
Tue, 31 Mar 2009 19:35:51 +0300 Tero Marttila 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 +0300 Tero Marttila add a simple interactive readline console
Mon, 30 Mar 2009 16:44:00 +0300 Tero Marttila implement irc_queue for irc_conn, and add missing irc_queue_destroy, fix irc_conn_destroy
Mon, 30 Mar 2009 16:31:24 +0300 Tero Marttila implement irc_queue, with some basic functionality tests
Mon, 30 Mar 2009 14:45:14 +0300 Tero Marttila irc_chan_on_KICK
Mon, 30 Mar 2009 01:47:44 +0300 Tero Marttila implement CTCP-ACTION for irc_log and test
Mon, 30 Mar 2009 01:31:27 +0300 Tero Marttila documentation tweaks
Mon, 30 Mar 2009 01:31:13 +0300 Tero Marttila some irc_net code to use said async connects
Mon, 30 Mar 2009 01:31:00 +0300 Tero Marttila async TCP connects,
Mon, 30 Mar 2009 01:30:37 +0300 Tero Marttila implement some simple CTCP
Fri, 27 Mar 2009 17:22:43 +0200 Tero Marttila add config module and modify irc_log/nexus to use it
Fri, 27 Mar 2009 01:01:34 +0200 Tero Marttila fix a valgrind'd bug with irc_nick_chanflags being given an empty string
Fri, 27 Mar 2009 00:48:12 +0200 Tero Marttila update TODO and fix some valgrind errors in test
Fri, 27 Mar 2009 00:08:32 +0200 Tero Marttila add NICK/QUIT logging to irc_log
Fri, 27 Mar 2009 00:08:23 +0200 Tero Marttila add --debug option to nexus