src/irc_net.c
Wed, 27 May 2009 23:57:48 +0300 Tero Marttila nexus.c compiles new-lib-errors
Thu, 07 May 2009 02:46:44 +0300 Tero Marttila rename sock_ssl/sock_gnutls -> ssl/ssl_client
Thu, 07 May 2009 02:11:41 +0300 Tero Marttila fix log_warn_*/log_err/log_error naming
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:05:52 +0300 Tero Marttila special-case recieved user-mode messages, add irc_conn_self function
Thu, 23 Apr 2009 17:17:33 +0300 Tero Marttila fix bug with irc_net_destroy/users
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
Tue, 31 Mar 2009 20:57:07 +0300 Tero Marttila add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
Mon, 30 Mar 2009 01:47:44 +0300 Tero Marttila implement CTCP-ACTION for irc_log and test
Mon, 30 Mar 2009 01:31:13 +0300 Tero Marttila some irc_net code to use said async connects
Thu, 26 Mar 2009 23:59:04 +0200 Tero Marttila implement NICK/QUIT handling for irc_net/irc_chan
Thu, 26 Mar 2009 22:54:25 +0200 Tero Marttila add irc_chan_on_PART, irc_net_put_user and test_irc_chan_user_part
Thu, 26 Mar 2009 22:03:20 +0200 Tero Marttila add set_log_level function, and add --debug/--quiet options to test
Thu, 26 Mar 2009 21:46:10 +0200 Tero Marttila add irc_user module for irc_chan to track users on a channel
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
Fri, 13 Mar 2009 16:10:48 +0200 Tero Marttila add irc_client module, plus nexus.h header
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 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
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