src/test.c
Sun, 03 May 2009 17:19:36 +0300 Tero Marttila update test.c to reflect new transport stuff new-transport
Sat, 11 Apr 2009 06:03:08 +0300 Tero Marttila implement str_format with tests
Sat, 11 Apr 2009 04:25:59 +0300 Tero Marttila move test.c dump_str implemention into str.h str_quote, and improve it
Tue, 07 Apr 2009 19:41:48 +0300 Tero Marttila implement fifo (sock_fifo.c) and test_fifo
Tue, 31 Mar 2009 20:57:07 +0300 Tero Marttila add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
Mon, 30 Mar 2009 16:44:00 +0300 Tero Marttila implement irc_queue for irc_conn, and add missing irc_queue_destroy, fix irc_conn_destroy
Mon, 30 Mar 2009 16:31:24 +0300 Tero Marttila implement irc_queue, with some basic functionality tests
Mon, 30 Mar 2009 14:45:14 +0300 Tero Marttila irc_chan_on_KICK
Mon, 30 Mar 2009 01:47:44 +0300 Tero Marttila implement CTCP-ACTION for irc_log and test
Fri, 27 Mar 2009 01:01:34 +0200 Tero Marttila fix a valgrind'd bug with irc_nick_chanflags being given an empty string
Fri, 27 Mar 2009 00:48:12 +0200 Tero Marttila update TODO and fix some valgrind errors in test
Thu, 26 Mar 2009 23:59:04 +0200 Tero Marttila implement NICK/QUIT handling for irc_net/irc_chan
Thu, 26 Mar 2009 23:37:31 +0200 Tero Marttila use vsnprintf in assert_sock_data/test_sock_push
Thu, 26 Mar 2009 23:29:06 +0200 Tero Marttila add irc_conn_self_nick test
Thu, 26 Mar 2009 23:15:55 +0200 Tero Marttila change irc_line.prefix into a
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
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: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