Wed, 08 Apr 2009 01:28:46 +0300modify config to support options with multiple params/values
Tero Marttila <terom@fixme.fi> [Wed, 08 Apr 2009 01:28:46 +0300] rev 120
modify config to support options with multiple params/values

Tue, 07 Apr 2009 21:09:25 +0300add logwatch module, that can already open FIFOs
Tero Marttila <terom@fixme.fi> [Tue, 07 Apr 2009 21:09:25 +0300] rev 119
add logwatch module, that can already open FIFOs

Tue, 07 Apr 2009 19:41:48 +0300implement fifo (sock_fifo.c) and test_fifo
Tero Marttila <terom@fixme.fi> [Tue, 07 Apr 2009 19:41:48 +0300] rev 118
implement fifo (sock_fifo.c) and test_fifo

Tue, 07 Apr 2009 18:09:16 +0300move 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
Tero Marttila <terom@fixme.fi> [Tue, 07 Apr 2009 18:09:16 +0300] rev 117
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 +0300split off lua_irc from lua_objs
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 03:19:44 +0300] rev 116
split off lua_irc from lua_objs

Thu, 02 Apr 2009 03:02:54 +0300implement modules:path for config.lua
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 03:02:54 +0300] rev 115
implement modules:path for config.lua

Thu, 02 Apr 2009 02:59:52 +0300implement lua_modules__gc in case the modules global gets lost
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:59:52 +0300] rev 114
implement lua_modules__gc in case the modules global gets lost

Thu, 02 Apr 2009 02:56:31 +0300implement lua_module_unload and lua_module_gc to release references
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:56:31 +0300] rev 113
implement lua_module_unload and lua_module_gc to release references

Thu, 02 Apr 2009 02:55:59 +0300fix irc_log_unload/irc_log_destroy for cases where no config options were set
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:55:59 +0300] rev 112
fix irc_log_unload/irc_log_destroy for cases where no config options were set

Thu, 02 Apr 2009 02:55:32 +0300fix refcount semantics for module_load and have module_unload call module_unloaded on module_desc::unload errors
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:55:32 +0300] rev 111
fix refcount semantics for module_load and have module_unload call module_unloaded on module_desc::unload errors

Thu, 02 Apr 2009 02:25:35 +0300fix operation of module_unload/module_destroy so that unloaded modules are now destroyed once they have been unloaded
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:25:35 +0300] rev 110
fix operation of module_unload/module_destroy so that unloaded modules are now destroyed once they have been unloaded

Wed, 01 Apr 2009 19:31:11 +0300fix some more valgrind errors
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 19:31:11 +0300] rev 109
fix some more valgrind errors

Wed, 01 Apr 2009 18:30:47 +0300implement modules_path + module_load with NULL path
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 18:30:47 +0300] rev 108
implement modules_path + module_load with NULL path

Wed, 01 Apr 2009 17:29:29 +0300support irc_chan type for lua_module_conf
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 17:29:29 +0300] rev 107
support irc_chan type for lua_module_conf

Wed, 01 Apr 2009 01:41:08 +0300add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 01:41:08 +0300] rev 106
add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support

Wed, 01 Apr 2009 00:57:34 +0300implement a separate nexus_lua module
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:57:34 +0300] rev 105
implement a separate nexus_lua module

Wed, 01 Apr 2009 00:38:16 +0300implement lua_log and lua_log_level
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:38:16 +0300] rev 104
implement lua_log and lua_log_level

Wed, 01 Apr 2009 00:27:39 +0300implement nexus_shutdown, lua_modules/lua_module, and lua_nexus
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:27:39 +0300] rev 103
implement nexus_shutdown, lua_modules/lua_module, and lua_nexus

Wed, 01 Apr 2009 00:27:03 +0300log outoing messages from irc_queue
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:27:03 +0300] rev 102
log outoing messages from irc_queue

Wed, 01 Apr 2009 00:26:50 +0300fix off-by-one for end-NUL in strcpy bug
Tero Marttila <terom@fixme.fi> [Wed, 01 Apr 2009 00:26:50 +0300] rev 101
fix off-by-one for end-NUL in strcpy bug

Tue, 31 Mar 2009 23:36:05 +0300improve the config module futher, now the module_desc interface uses structured config_value's
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 23:36:05 +0300] rev 100
improve the config module futher, now the module_desc interface uses structured config_value's

Tue, 31 Mar 2009 23:35:24 +0300implement lua_client_set_defaults
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 23:35:24 +0300] rev 99
implement lua_client_set_defaults

Tue, 31 Mar 2009 22:09:53 +0300add irc_client_defaults to apply default values for irc_client_add_net irc_net_info, implement --defaults cmd opt and lua_client_connect
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 22:09:53 +0300] rev 98
add irc_client_defaults to apply default values for irc_client_add_net irc_net_info, implement --defaults cmd opt and lua_client_connect

Tue, 31 Mar 2009 20:57:07 +0300add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 20:57:07 +0300] rev 97
add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings

Tue, 31 Mar 2009 20:33:45 +0300add irc_chan and unify type/obj creation
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 20:33:45 +0300] rev 96
add irc_chan and unify type/obj creation

Tue, 31 Mar 2009 20:33:31 +0300add the add_history() call to console.c
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 20:33:31 +0300] rev 95
add the add_history() call to console.c

Tue, 31 Mar 2009 19:56:18 +0300wrap irc_net and add lua_net_join
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 19:56:18 +0300] rev 94
wrap irc_net and add lua_net_join

Tue, 31 Mar 2009 19:35:51 +0300add some rudimentary lua support, by having a simple interactive console, and providing access to irc_client_quit
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 19:35:51 +0300] rev 93
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 +0300add a simple interactive readline console
Tero Marttila <terom@fixme.fi> [Tue, 31 Mar 2009 15:41:24 +0300] rev 92
add a simple interactive readline console

Mon, 30 Mar 2009 16:44:00 +0300implement irc_queue for irc_conn, and add missing irc_queue_destroy, fix irc_conn_destroy
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 16:44:00 +0300] rev 91
implement irc_queue for irc_conn, and add missing irc_queue_destroy, fix irc_conn_destroy

Mon, 30 Mar 2009 16:31:24 +0300implement irc_queue, with some basic functionality tests
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 16:31:24 +0300] rev 90
implement irc_queue, with some basic functionality tests

Mon, 30 Mar 2009 14:45:14 +0300irc_chan_on_KICK
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 14:45:14 +0300] rev 89
irc_chan_on_KICK

Mon, 30 Mar 2009 01:47:44 +0300implement CTCP-ACTION for irc_log and test
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:47:44 +0300] rev 88
implement CTCP-ACTION for irc_log and test

Mon, 30 Mar 2009 01:31:27 +0300documentation tweaks
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:31:27 +0300] rev 87
documentation tweaks

Mon, 30 Mar 2009 01:31:13 +0300some irc_net code to use said async connects
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:31:13 +0300] rev 86
some irc_net code to use said async connects

Mon, 30 Mar 2009 01:31:00 +0300async TCP connects,
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:31:00 +0300] rev 85
async TCP connects,

Mon, 30 Mar 2009 01:30:37 +0300implement some simple CTCP
Tero Marttila <terom@fixme.fi> [Mon, 30 Mar 2009 01:30:37 +0300] rev 84
implement some simple CTCP

Fri, 27 Mar 2009 17:22:43 +0200add config module and modify irc_log/nexus to use it
Tero Marttila <terom@fixme.fi> [Fri, 27 Mar 2009 17:22:43 +0200] rev 83
add config module and modify irc_log/nexus to use it

Fri, 27 Mar 2009 01:01:34 +0200fix a valgrind'd bug with irc_nick_chanflags being given an empty string
Tero Marttila <terom@fixme.fi> [Fri, 27 Mar 2009 01:01:34 +0200] rev 82
fix a valgrind'd bug with irc_nick_chanflags being given an empty string

Fri, 27 Mar 2009 00:48:12 +0200update TODO and fix some valgrind errors in test
Tero Marttila <terom@fixme.fi> [Fri, 27 Mar 2009 00:48:12 +0200] rev 81
update TODO and fix some valgrind errors in test

Fri, 27 Mar 2009 00:08:32 +0200add NICK/QUIT logging to irc_log
Tero Marttila <terom@fixme.fi> [Fri, 27 Mar 2009 00:08:32 +0200] rev 80
add NICK/QUIT logging to irc_log

Fri, 27 Mar 2009 00:08:23 +0200add --debug option to nexus
Tero Marttila <terom@fixme.fi> [Fri, 27 Mar 2009 00:08:23 +0200] rev 79
add --debug option to nexus

Thu, 26 Mar 2009 23:59:04 +0200implement NICK/QUIT handling for irc_net/irc_chan
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:59:04 +0200] rev 78
implement NICK/QUIT handling for irc_net/irc_chan

Thu, 26 Mar 2009 23:37:31 +0200use vsnprintf in assert_sock_data/test_sock_push
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:37:31 +0200] rev 77
use vsnprintf in assert_sock_data/test_sock_push

Thu, 26 Mar 2009 23:29:06 +0200add irc_conn_self_nick test
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:29:06 +0200] rev 76
add irc_conn_self_nick test

Thu, 26 Mar 2009 23:15:55 +0200change irc_line.prefix into a
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 23:15:55 +0200] rev 75
change irc_line.prefix into a

Thu, 26 Mar 2009 22:54:25 +0200add irc_chan_on_PART, irc_net_put_user and test_irc_chan_user_part
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 22:54:25 +0200] rev 74
add irc_chan_on_PART, irc_net_put_user and test_irc_chan_user_part

Thu, 26 Mar 2009 22:03:20 +0200add set_log_level function, and add --debug/--quiet options to test
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 22:03:20 +0200] rev 73
add set_log_level function, and add --debug/--quiet options to test

Thu, 26 Mar 2009 21:46:10 +0200add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi> [Thu, 26 Mar 2009 21:46:10 +0200] rev 72
add irc_user module for irc_chan to track users on a channel

Mon, 16 Mar 2009 23:55:30 +0200implement signal_ignore using sigaction directly, without any libevent in between
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 23:55:30 +0200] rev 71
implement signal_ignore using sigaction directly, without any libevent in between

Mon, 16 Mar 2009 23:34:05 +0200implement module unloading, although module_destroy is currently never called
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 23:34:05 +0200] rev 70
implement module unloading, although module_destroy is currently never called

Mon, 16 Mar 2009 22:06:39 +0200create irc_log_chan function to log a new irc_log_chan, and irc_log_chan_destroy to remove the added callbacks/command handlers
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 22:06:39 +0200] rev 69
create irc_log_chan function to log a new irc_log_chan, and irc_log_chan_destroy to remove the added callbacks/command handlers

Mon, 16 Mar 2009 21:47:18 +0200add FindEvsql/FindLibPQ cmake modules and irc_log.sql definition, and implement logging of JOIN, PART, MODE, TOPIC, KICK, PRIVMSG, NOTICE and OPEN messages
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 21:47:18 +0200] rev 68
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 +0200implement the SQL logs table and the INSERT-logging code for mod_irc_log
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 20:22:51 +0200] rev 67
implement the SQL logs table and the INSERT-logging code for mod_irc_log

Mon, 16 Mar 2009 01:14:36 +0200all options are now fully implemented
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 01:14:36 +0200] rev 66
all options are now fully implemented

Mon, 16 Mar 2009 01:03:41 +0200add --module support, and tweak irc_net docs
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 01:03:41 +0200] rev 65
add --module support, and tweak irc_net docs

Mon, 16 Mar 2009 00:55:45 +0200...remove empty src/irc_log.h header
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 00:55:45 +0200] rev 64
...remove empty src/irc_log.h header

Mon, 16 Mar 2009 00:55:07 +0200start reworking option-parsing, but --module/--config is still unimplemented
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 00:55:07 +0200] rev 63
start reworking option-parsing, but --module/--config is still unimplemented

Mon, 16 Mar 2009 00:11:15 +0200merge build-cmake -> default
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 00:11:15 +0200] rev 62
merge build-cmake -> default

Mon, 16 Mar 2009 00:09:53 +0200temporarily disable evsql stuff build-cmake
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 00:09:53 +0200] rev 61
temporarily disable evsql stuff

Mon, 16 Mar 2009 00:06:59 +0200remove old Makefile and fix doxygen.conf.in build-cmake
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 00:06:59 +0200] rev 60
remove old Makefile and fix doxygen.conf.in

Mon, 16 Mar 2009 00:03:31 +0200add CMake build stuff... that was easy build-cmake
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 00:03:31 +0200] rev 59
add CMake build stuff... that was easy

Sun, 15 Mar 2009 23:24:21 +0200merge modules -> default, this is a bit early as it breaks functionality, but who cares, need to replace the build system now :)
Tero Marttila <terom@fixme.fi> [Sun, 15 Mar 2009 23:24:21 +0200] rev 58
merge modules -> default, this is a bit early as it breaks functionality, but who cares, need to replace the build system now :)

Sun, 15 Mar 2009 23:22:57 +0200slight cleanup to move module funcs to a 'struct module_funcs' modules
Tero Marttila <terom@fixme.fi> [Sun, 15 Mar 2009 23:22:57 +0200] rev 57
slight cleanup to move module funcs to a 'struct module_funcs'

Sun, 15 Mar 2009 23:01:12 +0200compiling, working, but still ugly module code modules
Tero Marttila <terom@fixme.fi> [Sun, 15 Mar 2009 23:01:12 +0200] rev 56
compiling, working, but still ugly module code

Sun, 15 Mar 2009 01:17:22 +0200'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
Tero Marttila <terom@fixme.fi> [Sun, 15 Mar 2009 01:17:22 +0200] rev 55
'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

Fri, 13 Mar 2009 17:38:23 +0200initial modules code modules
Tero Marttila <terom@fixme.fi> [Fri, 13 Mar 2009 17:38:23 +0200] rev 54
initial modules code

Fri, 13 Mar 2009 16:10:48 +0200add irc_client module, plus nexus.h header
Tero Marttila <terom@fixme.fi> [Fri, 13 Mar 2009 16:10:48 +0200] rev 53
add irc_client module, plus nexus.h header

Fri, 13 Mar 2009 15:22:46 +0200add test_sock_push, and filter argument to test main()
Tero Marttila <terom@fixme.fi> [Fri, 13 Mar 2009 15:22:46 +0200] rev 52
add test_sock_push, and filter argument to test main()

Fri, 13 Mar 2009 15:09:53 +0200add some comments and quote (' + \) to dump_str
Tero Marttila <terom@fixme.fi> [Fri, 13 Mar 2009 15:09:53 +0200] rev 51
add some comments and quote (' + \) to dump_str

Fri, 13 Mar 2009 14:59:38 +0200add dump_str function to test
Tero Marttila <terom@fixme.fi> [Fri, 13 Mar 2009 14:59:38 +0200] rev 50
add dump_str function to test

Fri, 13 Mar 2009 00:01:12 +0200update irc_conn status, and add tests for irc_conn_QUIT
Tero Marttila <terom@fixme.fi> [Fri, 13 Mar 2009 00:01:12 +0200] rev 49
update irc_conn status, and add tests for irc_conn_QUIT

Thu, 12 Mar 2009 23:54:03 +0200add irc_net_quit and signal handling
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 23:54:03 +0200] rev 48
add irc_net_quit and signal handling

Thu, 12 Mar 2009 23:15:57 +0200add irc_net_destroy and fix code to be valgrind-clean on bin/test
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 23:15:57 +0200] rev 47
add irc_net_destroy and fix code to be valgrind-clean on bin/test

Thu, 12 Mar 2009 23:05:54 +0200add irc_net_error, and improve test_irc_net to cover it as well
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 23:05:54 +0200] rev 46
add irc_net_error, and improve test_irc_net to cover it as well

Thu, 12 Mar 2009 22:50:08 +0200remove 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)
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 22:50:08 +0200] rev 45
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 +0200add irc_net test
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 22:06:01 +0200] rev 44
add irc_net test

Thu, 12 Mar 2009 21:44:34 +0200improve irc_conn test
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 21:44:34 +0200] rev 43
improve irc_conn test

Thu, 12 Mar 2009 21:23:33 +0200test async operation
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 21:23:33 +0200] rev 42
test async operation

Thu, 12 Mar 2009 21:12:48 +0200add line_proto test, enhance others
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 21:12:48 +0200] rev 41
add line_proto test, enhance others

Thu, 12 Mar 2009 20:00:48 +0200add sock_test module and some basic initial tests
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 20:00:48 +0200] rev 40
add sock_test module and some basic initial tests

Thu, 12 Mar 2009 18:48:42 +0200rename irc_nm to irc_proto, and move numerics from irc_cmd.h
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:48:42 +0200] rev 39
rename irc_nm to irc_proto, and move numerics from irc_cmd.h

Thu, 12 Mar 2009 18:35:05 +0200implement irc_chan_callbacks, and add on_msg
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:35:05 +0200] rev 38
implement irc_chan_callbacks, and add on_msg

Thu, 12 Mar 2009 18:11:44 +0200change 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
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:11:44 +0200] rev 37
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 +0200add irc_prefix_* functions to parse nicknames (plus sketch out some irc_nickmask stuff)
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:08:27 +0200] rev 36
add irc_prefix_* functions to parse nicknames (plus sketch out some irc_nickmask stuff)

Thu, 12 Mar 2009 18:07:47 +0200add a kind of semi-generic chain-list implementation
Tero Marttila <terom@fixme.fi> [Thu, 12 Mar 2009 18:07:47 +0200] rev 35
add a kind of semi-generic chain-list implementation

Tue, 10 Mar 2009 19:52:38 +0200add doxygen.conf, and tweak comments
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 19:52:38 +0200] rev 34
add doxygen.conf, and tweak comments

Tue, 10 Mar 2009 03:48:00 +0200add line_proto_callbacks.on_error, although irc_conn doesn't pass it up
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:48:00 +0200] rev 33
add line_proto_callbacks.on_error, although irc_conn doesn't pass it up

Tue, 10 Mar 2009 03:38:20 +0200convert line_proto to use a line_proto_callbacks struct
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:38:20 +0200] rev 32
convert line_proto to use a line_proto_callbacks struct

Tue, 10 Mar 2009 03:29:53 +0200error.c formatting
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:29:53 +0200] rev 31
error.c formatting

Tue, 10 Mar 2009 03:27:04 +0200rework 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 :(
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 03:27:04 +0200] rev 30
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 +0200add sock_gnutls_destroy, and error cleanup for sock_ssl_connect. Fix various XXX's
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 02:51:44 +0200] rev 29
add sock_gnutls_destroy, and error cleanup for sock_ssl_connect. Fix various XXX's

Tue, 10 Mar 2009 02:34:11 +0200add sock_stream_release/line_proto_release/irc_conn_release functions, and add proper cleanup to irc_net_create
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 02:34:11 +0200] rev 28
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 +0200add irc_conn_callbacks, and delay irc_chan_join until on_registered
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 01:46:09 +0200] rev 27
add irc_conn_callbacks, and delay irc_chan_join until on_registered

Tue, 10 Mar 2009 01:11:12 +0200add irc_chan module
Tero Marttila <terom@fixme.fi> [Tue, 10 Mar 2009 01:11:12 +0200] rev 26
add irc_chan module

Mon, 09 Mar 2009 16:30:59 +0200add irc_net module, and fix Makefile CFLAGS, add -Wextra
Tero Marttila <terom@fixme.fi> [Mon, 09 Mar 2009 16:30:59 +0200] rev 25
add irc_net module, and fix Makefile CFLAGS, add -Wextra

Mon, 09 Mar 2009 16:30:30 +0200fix ret/err bug in irc_conn_send, supress unused-argument warnings
Tero Marttila <terom@fixme.fi> [Mon, 09 Mar 2009 16:30:30 +0200] rev 24
fix ret/err bug in irc_conn_send, supress unused-argument warnings

Sun, 08 Mar 2009 17:17:37 +0200add a simple irc_log module (with evsql code) that joins a channel and log_info's PRIVMSGs
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 17:17:37 +0200] rev 23
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 +0200add missing irc_cmd.h, and modify line_proto/irc_conn to use log
Tero Marttila <terom@fixme.fi> [Sun, 01 Mar 2009 02:02:48 +0200] rev 22
add missing irc_cmd.h, and modify line_proto/irc_conn to use log

Sun, 01 Mar 2009 01:48:14 +0200add basic log.c module
Tero Marttila <terom@fixme.fi> [Sun, 01 Mar 2009 01:48:14 +0200] rev 21
add basic log.c module

Sun, 01 Mar 2009 00:34:33 +0200irc_conn PING/PONG code, and line_proto fixups
Tero Marttila <terom@fixme.fi> [Sun, 01 Mar 2009 00:34:33 +0200] rev 20
irc_conn PING/PONG code, and line_proto fixups

Sat, 28 Feb 2009 23:48:34 +0200improve line_proto output buffering slightly
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 23:48:34 +0200] rev 19
improve line_proto output buffering slightly

Sat, 28 Feb 2009 22:47:39 +0200add initial irc_conn code that can register
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 22:47:39 +0200] rev 18
add initial irc_conn code that can register

Sat, 28 Feb 2009 21:39:15 +0200irc_line implementation
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 21:39:15 +0200] rev 17
irc_line implementation

Sat, 28 Feb 2009 20:23:37 +0200missing break
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 20:23:37 +0200] rev 16
missing break

Sat, 28 Feb 2009 20:21:53 +0200add some simple command-line options
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 20:21:53 +0200] rev 15
add some simple command-line options

Sat, 28 Feb 2009 19:58:49 +0200fix sock_gnutls_read/write EAGAIN
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 19:58:49 +0200] rev 14
fix sock_gnutls_read/write EAGAIN

Sat, 28 Feb 2009 19:08:51 +0200add support for \n line endings as well
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 19:08:51 +0200] rev 13
add support for \n line endings as well

Sat, 28 Feb 2009 18:48:10 +0200update sock_stream_read/write semantics for EOF/EAGAIN, tentative event-based gnutls code
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 18:48:10 +0200] rev 12
update sock_stream_read/write semantics for EOF/EAGAIN, tentative event-based gnutls code

Sat, 28 Feb 2009 17:39:37 +0200working event-based operation for sock_tcp
Tero Marttila <terom@fixme.fi> [Sat, 28 Feb 2009 17:39:37 +0200] rev 11
working event-based operation for sock_tcp

Sun, 22 Feb 2009 10:16:28 +0200fix sock_stream read/write return value, move line buffer inside of line_proto, add some initial code for event-based non-blocking operation
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 10:16:28 +0200] rev 10
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 +0200add sock_stream_callbacks and ev_base
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 08:48:21 +0200] rev 9
add sock_stream_callbacks and ev_base

Sun, 22 Feb 2009 08:21:22 +0200split off line_proto, and make sock_stream_error return a const error_info
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 08:21:22 +0200] rev 8
split off line_proto, and make sock_stream_error return a const error_info

Sun, 22 Feb 2009 07:53:34 +0200and then error_msg
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 07:53:34 +0200] rev 7
and then error_msg

Sun, 22 Feb 2009 07:21:28 +0200add error_name function
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 07:21:28 +0200] rev 6
add error_name function

Sun, 22 Feb 2009 07:08:57 +0200ERROR-ify sock_gnutls
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 07:08:57 +0200] rev 5
ERROR-ify sock_gnutls

Sun, 22 Feb 2009 06:52:55 +0200change ERROR_* to use pointers again, and implement error_info for sock_init
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 06:52:55 +0200] rev 4
change ERROR_* to use pointers again, and implement error_info for sock_init

Sun, 22 Feb 2009 06:44:16 +0200error handling magic
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 06:44:16 +0200] rev 3
error handling magic

Sun, 22 Feb 2009 05:27:29 +0200working SSL using gnutls - a bit of a painful process
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 05:27:29 +0200] rev 2
working SSL using gnutls - a bit of a painful process

Sun, 22 Feb 2009 03:57:44 +0200a fancy socket abstraction layer, with TCP, next, SSL. Also, .hgignore
Tero Marttila <terom@fixme.fi> [Sun, 22 Feb 2009 03:57:44 +0200] rev 1
a fancy socket abstraction layer, with TCP, next, SSL. Also, .hgignore