Thu, 07 May 2009 02:17:29 +0300 Tero Marttila implement tcp_server, along with new error codes
Thu, 07 May 2009 02:17:20 +0300 Tero Marttila rename sock_tcp to tcp_{transport,client}, fix irc_net_connect to use log_err/tcp_connect
Thu, 07 May 2009 02:13:50 +0300 Tero Marttila modify transport to use the new object_* stuff, along with transport_fd and fifo
Thu, 07 May 2009 02:12:55 +0300 Tero Marttila implement a new 'service' interface that's similar to the transport interface
Thu, 07 May 2009 02:12:31 +0300 Tero Marttila implement a generic object/object-type thing
Thu, 07 May 2009 02:12:06 +0300 Tero Marttila implement a separate resolver module
Thu, 07 May 2009 02:11:41 +0300 Tero Marttila fix log_warn_*/log_err/log_error naming
Tue, 05 May 2009 03:15:25 +0300 Tero Marttila evil chain.h macro magic, fix irc_conn_set_nickname bug, misc. test bugs (mem leaks, missing #includes)
Mon, 04 May 2009 23:19:50 +0300 Tero Marttila replace old SIGINT handling with SIGTERM, and have SIGINT just abort the console input line. Now EOF (^D) will cause lua_console to nexus_shutdown
Mon, 04 May 2009 20:55:43 +0300 Tero Marttila merge new-transport@a58ad50911fc
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