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
Fri, 13 Mar 2009 17:38:23 +0200 Tero Marttila initial modules code modules
Fri, 13 Mar 2009 16:10:48 +0200 Tero Marttila add irc_client module, plus nexus.h header
Fri, 13 Mar 2009 15:22:46 +0200 Tero Marttila add test_sock_push, and filter argument to test main()
Fri, 13 Mar 2009 15:09:53 +0200 Tero Marttila add some comments and quote (' + \) to dump_str
Fri, 13 Mar 2009 14:59:38 +0200 Tero Marttila add dump_str function to test
Fri, 13 Mar 2009 00:01:12 +0200 Tero Marttila update irc_conn status, and add tests for irc_conn_QUIT
Thu, 12 Mar 2009 23:54:03 +0200 Tero Marttila add irc_net_quit and signal handling
Thu, 12 Mar 2009 23:15:57 +0200 Tero Marttila add irc_net_destroy and fix code to be valgrind-clean on bin/test
Thu, 12 Mar 2009 23:05:54 +0200 Tero Marttila add irc_net_error, and improve test_irc_net to cover it as well
Thu, 12 Mar 2009 22:50:08 +0200 Tero Marttila remove irc_chan.state, modify irc_chan_callbacks.on_msg to take a irc_nm, improve error handling a bit further (up to irc_net now)
Thu, 12 Mar 2009 22:06:01 +0200 Tero Marttila add irc_net test
Thu, 12 Mar 2009 21:44:34 +0200 Tero Marttila improve irc_conn test
Thu, 12 Mar 2009 21:23:33 +0200 Tero Marttila test async operation
Thu, 12 Mar 2009 21:12:48 +0200 Tero Marttila add line_proto test, enhance others
Thu, 12 Mar 2009 20:00:48 +0200 Tero Marttila add sock_test module and some basic initial tests
Thu, 12 Mar 2009 18:48:42 +0200 Tero Marttila rename irc_nm to irc_proto, and move numerics from irc_cmd.h
Thu, 12 Mar 2009 18:35:05 +0200 Tero Marttila implement irc_chan_callbacks, and add on_msg
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
Thu, 12 Mar 2009 18:08:27 +0200 Tero Marttila add irc_prefix_* functions to parse nicknames (plus sketch out some irc_nickmask stuff)
Thu, 12 Mar 2009 18:07:47 +0200 Tero Marttila add a kind of semi-generic chain-list implementation
Tue, 10 Mar 2009 19:52:38 +0200 Tero Marttila add doxygen.conf, and tweak comments
Tue, 10 Mar 2009 03:48:00 +0200 Tero Marttila add line_proto_callbacks.on_error, although irc_conn doesn't pass it up
Tue, 10 Mar 2009 03:38:20 +0200 Tero Marttila convert line_proto to use a line_proto_callbacks struct
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 :(
Tue, 10 Mar 2009 02:51:44 +0200 Tero Marttila add sock_gnutls_destroy, and error cleanup for sock_ssl_connect. Fix various XXX's
Tue, 10 Mar 2009 02:34:11 +0200 Tero Marttila add sock_stream_release/line_proto_release/irc_conn_release functions, and add proper cleanup to irc_net_create
Tue, 10 Mar 2009 01:46:09 +0200 Tero Marttila add irc_conn_callbacks, and delay irc_chan_join until on_registered
Tue, 10 Mar 2009 01:11:12 +0200 Tero Marttila add irc_chan module
Mon, 09 Mar 2009 16:30:59 +0200 Tero Marttila add irc_net module, and fix Makefile CFLAGS, add -Wextra
Mon, 09 Mar 2009 16:30:30 +0200 Tero Marttila fix ret/err bug in irc_conn_send, supress unused-argument warnings
Sun, 08 Mar 2009 17:17:37 +0200 Tero Marttila add a simple irc_log module (with evsql code) that joins a channel and log_info's PRIVMSGs
Sun, 01 Mar 2009 02:02:48 +0200 Tero Marttila add missing irc_cmd.h, and modify line_proto/irc_conn to use log
Sun, 01 Mar 2009 01:48:14 +0200 Tero Marttila add basic log.c module
Sun, 01 Mar 2009 00:34:33 +0200 Tero Marttila irc_conn PING/PONG code, and line_proto fixups
Sat, 28 Feb 2009 23:48:34 +0200 Tero Marttila improve line_proto output buffering slightly
Sat, 28 Feb 2009 22:47:39 +0200 Tero Marttila add initial irc_conn code that can register
Sat, 28 Feb 2009 21:39:15 +0200 Tero Marttila irc_line implementation
Sat, 28 Feb 2009 20:23:37 +0200 Tero Marttila missing break
Sat, 28 Feb 2009 20:21:53 +0200 Tero Marttila add some simple command-line options
Sat, 28 Feb 2009 19:58:49 +0200 Tero Marttila fix sock_gnutls_read/write EAGAIN
Sat, 28 Feb 2009 19:08:51 +0200 Tero Marttila add support for \n line endings as well
Sat, 28 Feb 2009 18:48:10 +0200 Tero Marttila update sock_stream_read/write semantics for EOF/EAGAIN, tentative event-based gnutls code
Sat, 28 Feb 2009 17:39:37 +0200 Tero Marttila working event-based operation for sock_tcp
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:48:21 +0200 Tero Marttila add sock_stream_callbacks and ev_base
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
Sun, 22 Feb 2009 07:08:57 +0200 Tero Marttila ERROR-ify sock_gnutls
Sun, 22 Feb 2009 06:52:55 +0200 Tero Marttila change ERROR_* to use pointers again, and implement error_info for sock_init
Sun, 22 Feb 2009 06:44:16 +0200 Tero Marttila error handling magic
Sun, 22 Feb 2009 05:27:29 +0200 Tero Marttila working SSL using gnutls - a bit of a painful process
Sun, 22 Feb 2009 03:57:44 +0200 Tero Marttila a fancy socket abstraction layer, with TCP, next, SSL. Also, .hgignore
Sun, 22 Feb 2009 02:00:34 +0200 Tero Marttila initial code...