src/CMakeLists.txt
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
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
Fri, 24 Apr 2009 23:01:34 +0300 Tero Marttila implement irc_net reconnect, requires testing
Sun, 19 Apr 2009 06:20:59 +0300 Tero Marttila implement lua_args_parse
Sun, 12 Apr 2009 17:42:34 +0300 Tero Marttila implement logwatch_chan.c, logwatch_chan_msg, logwatch_on_error
Sat, 11 Apr 2009 04:26:22 +0300 Tero Marttila ...add str.c module to cmake
Wed, 08 Apr 2009 02:25:30 +0300 Tero Marttila implement logwatch_conf_filter such that it compiles and loads, but not yet tested
Tue, 07 Apr 2009 21:09:25 +0300 Tero Marttila add logwatch module, that can already open FIFOs
Tue, 07 Apr 2009 19:41:48 +0300 Tero Marttila implement fifo (sock_fifo.c) and test_fifo
Tue, 07 Apr 2009 18:09:16 +0300 Tero Marttila move irc_log.c to modules/irc_log.c, and restructure sock_* to split the basic fd-level stuff out of sock_tcp and into sock_fd
Thu, 02 Apr 2009 03:19:44 +0300 Tero Marttila split off lua_irc from lua_objs
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
Wed, 01 Apr 2009 00:57:34 +0300 Tero Marttila implement a separate nexus_lua module
Tue, 31 Mar 2009 19:35:51 +0300 Tero Marttila add some rudimentary lua support, by having a simple interactive console, and providing access to irc_client_quit
Tue, 31 Mar 2009 15:41:24 +0300 Tero Marttila add a simple interactive readline console
Mon, 30 Mar 2009 16:31:24 +0300 Tero Marttila implement irc_queue, with some basic functionality tests
Fri, 27 Mar 2009 17:22:43 +0200 Tero Marttila add config module and modify irc_log/nexus to use it
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 20:22:51 +0200 Tero Marttila implement the SQL logs table and the INSERT-logging code for mod_irc_log
Mon, 16 Mar 2009 00:03:31 +0200 Tero Marttila add CMake build stuff... that was easy build-cmake