Mon, 04 May 2009 20:55:04 +0300 Tero Marttila refactor test.c into tests/* new-transport
Sun, 03 May 2009 17:19:36 +0300 Tero Marttila update test.c to reflect new transport stuff new-transport
Sun, 03 May 2009 17:19:05 +0300 Tero Marttila replace old sock_test with new transport_test new-transport
Sun, 03 May 2009 17:18:16 +0300 Tero Marttila fix doc things new-transport
Sun, 03 May 2009 17:16:30 +0300 Tero Marttila remove ERR_READ_EOF, add more general errors, add missing _general_error_desc, and have error_name return for SUCCESS new-transport
Sun, 03 May 2009 17:15:45 +0300 Tero Marttila fix old usage of ERR_READ_EOF with ERR_EOF, and sock_gnutls typos/cleanup new-transport
Sun, 03 May 2009 17:14:09 +0300 Tero Marttila replace exit(EXIT_FAILURE) with abort() in FATAL_* new-transport
Tue, 28 Apr 2009 23:11:06 +0300 Tero Marttila amend d3e253d7281a, also note that it fixed other bugs with transport_fd new-transport
Tue, 28 Apr 2009 23:10:38 +0300 Tero Marttila fix line_proto bugs new-transport
Tue, 28 Apr 2009 23:10:30 +0300 Tero Marttila implement heirarchial type-checking for transport_check new-transport
Tue, 28 Apr 2009 23:09:28 +0300 Tero Marttila don't assert on CONFIG_INVALID in config_parse_param new-transport
Tue, 28 Apr 2009 22:36:36 +0300 Tero Marttila fixed fifo new-transport
Tue, 28 Apr 2009 22:08:59 +0300 Tero Marttila add transport/sock/line_proto/etc code compiles new-transport
Tue, 28 Apr 2009 20:27:45 +0300 Tero Marttila most of the new transport/sock code compiles, but things are still missing new-transport
Tue, 28 Apr 2009 17:52:48 +0300 Tero Marttila initial code towards transport implementation, doesn't compile new-transport
Fri, 24 Apr 2009 23:01:34 +0300 Tero Marttila implement irc_net reconnect, requires testing
Thu, 23 Apr 2009 21:22:15 +0300 Tero Marttila implement irc_chan_callbacks::on_self_msg/on_self_notice, and add code for mod_irc_log to use them
Thu, 23 Apr 2009 21:14:19 +0300 Tero Marttila don't log newlines in irc_queue_send_buf
Thu, 23 Apr 2009 21:05:52 +0300 Tero Marttila special-case recieved user-mode messages, add irc_conn_self function
Thu, 23 Apr 2009 21:05:27 +0300 Tero Marttila handle server-name prefixes as documented
Thu, 23 Apr 2009 17:17:56 +0300 Tero Marttila fix irc_chan to copy the irc_chan_info strings
Thu, 23 Apr 2009 17:17:33 +0300 Tero Marttila fix bug with irc_net_destroy/users
Thu, 23 Apr 2009 17:17:14 +0300 Tero Marttila fix bug with lua_type_register/methods
Sun, 19 Apr 2009 23:56:01 +0300 Tero Marttila implement lua_type
Sun, 19 Apr 2009 23:53:37 +0300 Tero Marttila fix nexus_lua_eval error handling
Sun, 19 Apr 2009 06:20:59 +0300 Tero Marttila implement lua_args_parse
Sun, 19 Apr 2009 04:52:12 +0300 Tero Marttila implement table-as-argument for lua_arg_*
Sun, 19 Apr 2009 04:35:29 +0300 Tero Marttila implement SSL stuff for lua_client_connect
Sun, 19 Apr 2009 04:04:42 +0300 Tero Marttila implement ssl_cafile/verify/cert/pkey for x509 credentials
Thu, 16 Apr 2009 01:20:09 +0300 Tero Marttila implement sock_ssl_connect_async (the old sock_ssl_connect exists no more)
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