Fri, 08 May 2009 01:42:44 +0300 Tero Marttila update valgrind-suppressions for new malloc leaks within backtrace()
Fri, 08 May 2009 00:26:13 +0300 Tero Marttila add missing resolve_result_deinit to tcp_server_listen
Fri, 08 May 2009 00:25:54 +0300 Tero Marttila add support for valgrind to test, and update old suppressions file
Fri, 08 May 2009 00:13:38 +0300 Tero Marttila add tests for irc_cmd/irc_line, and fix handling of missing-prefix to set source to NULL in irc_line
Fri, 08 May 2009 00:12:52 +0300 Tero Marttila add a test/backtrace module and have ASSERT_FAIL dump out a backtrace, also, fix assert_str[n]cmp to handle should_be == NULL
Fri, 08 May 2009 00:12:15 +0300 Tero Marttila add a run_test to test.c to improve the log_info output
Fri, 08 May 2009 00:11:35 +0300 Tero Marttila fix CMake TEST_OBJECT_PATH, ENABLE_TEST_COVERAGE test-target and cleanup of .gcda's
Thu, 07 May 2009 22:23:51 +0300 Tero Marttila rework CMake scripts, particularly re make: Nothing to be done for `test'., integrate lcov now
Thu, 07 May 2009 18:48:38 +0300 Tero Marttila add a crude test_tcp, fix some tcp_server bugs, add missing service_destroy function
Thu, 07 May 2009 18:11:50 +0300 Tero Marttila test/resolve.c, and fix AI_* -> NI_* bug in call to getnameinfo
Thu, 07 May 2009 02:57:11 +0300 Tero Marttila slight tweaks to ssl_client's handshake-done logic
Thu, 07 May 2009 02:49:49 +0300 Tero Marttila fix transport_fd to have the right parent, and fix transport_test
Thu, 07 May 2009 02:49:10 +0300 Tero Marttila add missing ssl.c
Thu, 07 May 2009 02:46:44 +0300 Tero Marttila rename sock_ssl/sock_gnutls -> ssl/ssl_client
Thu, 07 May 2009 02:17:55 +0300 Tero Marttila update CMakeLists (excludes old sock_gnutls)
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