src/error.c
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
Tue, 28 Apr 2009 22:08:59 +0300 Tero Marttila add transport/sock/line_proto/etc code compiles new-transport
Sun, 19 Apr 2009 04:04:42 +0300 Tero Marttila implement ssl_cafile/verify/cert/pkey for x509 credentials
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 18:35:16 +0300 Tero Marttila update TODO, partially update error.c, rename module_get to modules_get, update config.lua
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, 01 Apr 2009 18:30:47 +0300 Tero Marttila implement modules_path + module_load with NULL path
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
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
Fri, 27 Mar 2009 17:22:43 +0200 Tero Marttila add config module and modify irc_log/nexus to use it
Mon, 16 Mar 2009 23:55:30 +0200 Tero Marttila implement signal_ignore using sigaction directly, without any libevent in between
Mon, 16 Mar 2009 21:47:18 +0200 Tero Marttila add FindEvsql/FindLibPQ cmake modules and irc_log.sql definition, and implement logging of JOIN, PART, MODE, TOPIC, KICK, PRIVMSG, NOTICE and OPEN messages
Mon, 16 Mar 2009 00:55:07 +0200 Tero Marttila start reworking option-parsing, but --module/--config is still unimplemented
Sun, 15 Mar 2009 23:22:57 +0200 Tero Marttila slight cleanup to move module funcs to a 'struct module_funcs' modules
Sun, 15 Mar 2009 23:01:12 +0200 Tero Marttila compiling, working, but still ugly module code modules
Sun, 15 Mar 2009 01:17:22 +0200 Tero Marttila 'working' modules code, and convert irc_log to use said interface, but we've hit the limits on our Makefile, and the compiled module doesn't really work modules
Thu, 12 Mar 2009 21:12:48 +0200 Tero Marttila add line_proto test, enhance others
Thu, 12 Mar 2009 18:11:44 +0200 Tero Marttila change irc_chan.state into bool fields, move irc_cmd implementation from irc_conn.c into irc_cmd.c, remove irc_conn arg from irc_cmd_handler, add irc_conn.nickname tracking, and handle irc_chan JOINs
Tue, 10 Mar 2009 03:29:53 +0200 Tero Marttila error.c formatting
Tue, 10 Mar 2009 03:27:04 +0200 Tero Marttila rework error to use a struct error_desc, and move ERR_SOCK/ERR_GNUTLS definitions to sock.h/sock_gnutls.h. error_desc definitions are still in error.c, though :(
Sun, 22 Feb 2009 10:16:28 +0200 Tero Marttila fix sock_stream read/write return value, move line buffer inside of line_proto, add some initial code for event-based non-blocking operation
Sun, 22 Feb 2009 08:21:22 +0200 Tero Marttila split off line_proto, and make sock_stream_error return a const error_info
Sun, 22 Feb 2009 07:53:34 +0200 Tero Marttila and then error_msg
Sun, 22 Feb 2009 07:21:28 +0200 Tero Marttila add error_name function