Thu, 28 May 2009 01:17:36 +0300some of the lib/transport stuff compiles new-lib-errors tip
Tero Marttila <terom@fixme.fi> [Thu, 28 May 2009 01:17:36 +0300] rev 219
some of the lib/transport stuff compiles

Thu, 28 May 2009 00:35:02 +0300some of spbot and lib compiles new-lib-errors
Tero Marttila <terom@fixme.fi> [Thu, 28 May 2009 00:35:02 +0300] rev 218
some of spbot and lib compiles

Wed, 27 May 2009 23:57:48 +0300nexus.c compiles new-lib-errors
Tero Marttila <terom@fixme.fi> [Wed, 27 May 2009 23:57:48 +0300] rev 217
nexus.c compiles

Wed, 27 May 2009 23:07:00 +0300initial error code new-lib-errors
Tero Marttila <terom@fixme.fi> [Wed, 27 May 2009 23:07:00 +0300] rev 216
initial error code

Sat, 23 May 2009 00:33:23 +0300fix lua_thread_resume_state to not call lua_resume from a CFunction executing in the same state; lua_thread_done is now unprotected... default
Tero Marttila <terom@fixme.fi> [Sat, 23 May 2009 00:33:23 +0300] rev 215
fix lua_thread_resume_state to not call lua_resume from a CFunction executing in the same state; lua_thread_done is now unprotected...

Thu, 21 May 2009 17:08:47 +0300merge lua_thread_setup bcak into _lua_thread_start, as everything can be done on the main lua state
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 17:08:47 +0300] rev 214
merge lua_thread_setup bcak into _lua_thread_start, as everything can be done on the main lua state

Thu, 21 May 2009 16:57:56 +0300implement lua_console_on_interrupt to abort any executing thread
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:56 +0300] rev 213
implement lua_console_on_interrupt to abort any executing thread

Thu, 21 May 2009 16:57:28 +0300add a console_callbacks::on_interrupt callback triggered by SIGINT while waiting
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:28 +0300] rev 212
add a console_callbacks::on_interrupt callback triggered by SIGINT while waiting

Thu, 21 May 2009 16:57:00 +0300fix lua_nexus_sleep to use lua_thread_yield_state
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:00 +0300] rev 211
fix lua_nexus_sleep to use lua_thread_yield_state

Thu, 21 May 2009 16:56:42 +0300implement lua_thread_abort, add lua_thread_yield_state func, and fix lua_thread_resume_state to use protected mode
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:56:42 +0300] rev 210
implement lua_thread_abort, add lua_thread_yield_state func, and fix lua_thread_resume_state to use protected mode

Thu, 21 May 2009 16:55:56 +0300accept NULL for log function fmt arg
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:55:56 +0300] rev 209
accept NULL for log function fmt arg

Thu, 21 May 2009 16:24:52 +0300merge lua-threads branch, all lua_console input is now executed in a new lua thread
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:24:52 +0300] rev 208
merge lua-threads branch, all lua_console input is now executed in a new lua thread

Thu, 21 May 2009 16:23:50 +0300fix lua_nexus_sleep to use EV_TIMEOUT + misc lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:50 +0300] rev 207
fix lua_nexus_sleep to use EV_TIMEOUT + misc

Thu, 21 May 2009 16:23:27 +0300fix console to ignore input while waiting, and rename have_input -> have_prompt lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:27 +0300] rev 206
fix console to ignore input while waiting, and rename have_input -> have_prompt

Thu, 21 May 2009 16:23:08 +0300fix lua_console to use new lua_thread API lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:08 +0300] rev 205
fix lua_console to use new lua_thread API

Thu, 21 May 2009 16:22:57 +0300fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:22:57 +0300] rev 204
fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly

Wed, 20 May 2009 22:53:05 +0300implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet lua-threads
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:53:05 +0300] rev 203
implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet

Wed, 20 May 2009 22:52:01 +0300slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:52:01 +0300] rev 202
slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that

Wed, 20 May 2009 22:49:03 +0300implement LUA_ARG_INT
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:49:03 +0300] rev 201
implement LUA_ARG_INT

Fri, 15 May 2009 00:05:01 +0300don't keep console SIGINT behaviour after it was destroyed, instead, have nexus handle it like SIGTERM, and have console override that
Tero Marttila <terom@fixme.fi> [Fri, 15 May 2009 00:05:01 +0300] rev 200
don't keep console SIGINT behaviour after it was destroyed, instead, have nexus handle it like SIGTERM, and have console override that

Thu, 14 May 2009 22:57:13 +0300replace lua_client_networks/lua_network_channels with iterators
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 22:57:13 +0300] rev 199
replace lua_client_networks/lua_network_channels with iterators

Thu, 14 May 2009 21:45:43 +0300implement lua_client_networks and lua_network_channels
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 21:45:43 +0300] rev 198
implement lua_client_networks and lua_network_channels

Thu, 14 May 2009 21:45:28 +0300use irc_conn_self in irc_chan
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 21:45:28 +0300] rev 197
use irc_conn_self in irc_chan

Sun, 10 May 2009 23:37:43 +0300implement msg_proto and associated test, fix misc. other bugs (including changing error_info::code to a signed int\!)
Tero Marttila <terom@fixme.fi> [Sun, 10 May 2009 23:37:43 +0300] rev 196
implement msg_proto and associated test, fix misc. other bugs (including changing error_info::code to a signed int\!)

Fri, 08 May 2009 02:51:20 +0300rework test to implement flags, test_results, test_stats, TEST_WILL_FAIL
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 02:51:20 +0300] rev 195
rework test to implement flags, test_results, test_stats, TEST_WILL_FAIL

Fri, 08 May 2009 01:43:02 +0300add a new test/fail module, and rewrite test/assert to use it
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 01:43:02 +0300] rev 194
add a new test/fail module, and rewrite test/assert to use it

Fri, 08 May 2009 01:42:44 +0300update valgrind-suppressions for new malloc leaks within backtrace()
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 01:42:44 +0300] rev 193
update valgrind-suppressions for new malloc leaks within backtrace()

Fri, 08 May 2009 00:26:13 +0300add missing resolve_result_deinit to tcp_server_listen
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:26:13 +0300] rev 192
add missing resolve_result_deinit to tcp_server_listen

Fri, 08 May 2009 00:25:54 +0300add support for valgrind to test, and update old suppressions file
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:25:54 +0300] rev 191
add support for valgrind to test, and update old suppressions file

Fri, 08 May 2009 00:13:38 +0300add tests for irc_cmd/irc_line, and fix handling of missing-prefix to set source to NULL in irc_line
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:13:38 +0300] rev 190
add tests for irc_cmd/irc_line, and fix handling of missing-prefix to set source to NULL in irc_line

Fri, 08 May 2009 00:12:52 +0300add a test/backtrace module and have ASSERT_FAIL dump out a backtrace, also, fix assert_str[n]cmp to handle should_be == NULL
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:12:52 +0300] rev 189
add a test/backtrace module and have ASSERT_FAIL dump out a backtrace, also, fix assert_str[n]cmp to handle should_be == NULL

Fri, 08 May 2009 00:12:15 +0300add a run_test to test.c to improve the log_info output
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:12:15 +0300] rev 188
add a run_test to test.c to improve the log_info output

Fri, 08 May 2009 00:11:35 +0300fix CMake TEST_OBJECT_PATH, ENABLE_TEST_COVERAGE test-target and cleanup of .gcda's
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:11:35 +0300] rev 187
fix CMake TEST_OBJECT_PATH, ENABLE_TEST_COVERAGE test-target and cleanup of .gcda's

Thu, 07 May 2009 22:23:51 +0300rework CMake scripts, particularly re make: Nothing to be done for `test'., integrate lcov now
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 22:23:51 +0300] rev 186
rework CMake scripts, particularly re make: Nothing to be done for `test'., integrate lcov now

Thu, 07 May 2009 18:48:38 +0300add a crude test_tcp, fix some tcp_server bugs, add missing service_destroy function
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 18:48:38 +0300] rev 185
add a crude test_tcp, fix some tcp_server bugs, add missing service_destroy function

Thu, 07 May 2009 18:11:50 +0300test/resolve.c, and fix AI_* -> NI_* bug in call to getnameinfo
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 18:11:50 +0300] rev 184
test/resolve.c, and fix AI_* -> NI_* bug in call to getnameinfo

Thu, 07 May 2009 02:57:11 +0300slight tweaks to ssl_client's handshake-done logic
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:57:11 +0300] rev 183
slight tweaks to ssl_client's handshake-done logic

Thu, 07 May 2009 02:49:49 +0300fix transport_fd to have the right parent, and fix transport_test
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:49:49 +0300] rev 182
fix transport_fd to have the right parent, and fix transport_test

Thu, 07 May 2009 02:49:10 +0300add missing ssl.c
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:49:10 +0300] rev 181
add missing ssl.c

Thu, 07 May 2009 02:46:44 +0300rename sock_ssl/sock_gnutls -> ssl/ssl_client
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:46:44 +0300] rev 180
rename sock_ssl/sock_gnutls -> ssl/ssl_client

Thu, 07 May 2009 02:17:55 +0300update CMakeLists (excludes old sock_gnutls)
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:17:55 +0300] rev 179
update CMakeLists (excludes old sock_gnutls)

Thu, 07 May 2009 02:17:29 +0300implement tcp_server, along with new error codes
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:17:29 +0300] rev 178
implement tcp_server, along with new error codes

Thu, 07 May 2009 02:17:20 +0300rename sock_tcp to tcp_{transport,client}, fix irc_net_connect to use log_err/tcp_connect
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:17:20 +0300] rev 177
rename sock_tcp to tcp_{transport,client}, fix irc_net_connect to use log_err/tcp_connect

Thu, 07 May 2009 02:13:50 +0300modify transport to use the new object_* stuff, along with transport_fd and fifo
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:13:50 +0300] rev 176
modify transport to use the new object_* stuff, along with transport_fd and fifo

Thu, 07 May 2009 02:12:55 +0300implement a new 'service' interface that's similar to the transport interface
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:12:55 +0300] rev 175
implement a new 'service' interface that's similar to the transport interface

Thu, 07 May 2009 02:12:31 +0300implement a generic object/object-type thing
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:12:31 +0300] rev 174
implement a generic object/object-type thing

Thu, 07 May 2009 02:12:06 +0300implement a separate resolver module
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:12:06 +0300] rev 173
implement a separate resolver module

Thu, 07 May 2009 02:11:41 +0300fix log_warn_*/log_err/log_error naming
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:11:41 +0300] rev 172
fix log_warn_*/log_err/log_error naming

Tue, 05 May 2009 03:15:25 +0300evil chain.h macro magic, fix irc_conn_set_nickname bug, misc. test bugs (mem leaks, missing #includes)
Tero Marttila <terom@fixme.fi> [Tue, 05 May 2009 03:15:25 +0300] rev 171
evil chain.h macro magic, fix irc_conn_set_nickname bug, misc. test bugs (mem leaks, missing #includes)

Mon, 04 May 2009 23:19:50 +0300replace old SIGINT handling with SIGTERM, and have SIGINT just abort the console input line. Now EOF (^D) will cause lua_console to nexus_shutdown
Tero Marttila <terom@fixme.fi> [Mon, 04 May 2009 23:19:50 +0300] rev 170
replace old SIGINT handling with SIGTERM, and have SIGINT just abort the console input line. Now EOF (^D) will cause lua_console to nexus_shutdown

Mon, 04 May 2009 20:55:43 +0300merge new-transport@a58ad50911fc
Tero Marttila <terom@fixme.fi> [Mon, 04 May 2009 20:55:43 +0300] rev 169
merge new-transport@a58ad50911fc

Mon, 04 May 2009 20:55:04 +0300refactor test.c into tests/* new-transport
Tero Marttila <terom@fixme.fi> [Mon, 04 May 2009 20:55:04 +0300] rev 168
refactor test.c into tests/*

Sun, 03 May 2009 17:19:36 +0300update test.c to reflect new transport stuff new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:19:36 +0300] rev 167
update test.c to reflect new transport stuff

Sun, 03 May 2009 17:19:05 +0300replace old sock_test with new transport_test new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:19:05 +0300] rev 166
replace old sock_test with new transport_test

Sun, 03 May 2009 17:18:16 +0300fix doc things new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:18:16 +0300] rev 165
fix doc things

Sun, 03 May 2009 17:16:30 +0300remove ERR_READ_EOF, add more general errors, add missing _general_error_desc, and have error_name return for SUCCESS new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:16:30 +0300] rev 164
remove ERR_READ_EOF, add more general errors, add missing _general_error_desc, and have error_name return for SUCCESS

Sun, 03 May 2009 17:15:45 +0300fix old usage of ERR_READ_EOF with ERR_EOF, and sock_gnutls typos/cleanup new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:15:45 +0300] rev 163
fix old usage of ERR_READ_EOF with ERR_EOF, and sock_gnutls typos/cleanup

Sun, 03 May 2009 17:14:09 +0300replace exit(EXIT_FAILURE) with abort() in FATAL_* new-transport
Tero Marttila <terom@fixme.fi> [Sun, 03 May 2009 17:14:09 +0300] rev 162
replace exit(EXIT_FAILURE) with abort() in FATAL_*

Tue, 28 Apr 2009 23:11:06 +0300amend d3e253d7281a, also note that it fixed other bugs with transport_fd new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 23:11:06 +0300] rev 161
amend d3e253d7281a, also note that it fixed other bugs with transport_fd

Tue, 28 Apr 2009 23:10:38 +0300fix line_proto bugs new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 23:10:38 +0300] rev 160
fix line_proto bugs

Tue, 28 Apr 2009 23:10:30 +0300implement heirarchial type-checking for transport_check new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 23:10:30 +0300] rev 159
implement heirarchial type-checking for transport_check

Tue, 28 Apr 2009 23:09:28 +0300don't assert on CONFIG_INVALID in config_parse_param new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 23:09:28 +0300] rev 158
don't assert on CONFIG_INVALID in config_parse_param

Tue, 28 Apr 2009 22:36:36 +0300fixed fifo new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 22:36:36 +0300] rev 157
fixed fifo

Tue, 28 Apr 2009 22:08:59 +0300add transport/sock/line_proto/etc code compiles new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 22:08:59 +0300] rev 156
add transport/sock/line_proto/etc code compiles

Tue, 28 Apr 2009 20:27:45 +0300most of the new transport/sock code compiles, but things are still missing new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 20:27:45 +0300] rev 155
most of the new transport/sock code compiles, but things are still missing

Tue, 28 Apr 2009 17:52:48 +0300initial code towards transport implementation, doesn't compile new-transport
Tero Marttila <terom@fixme.fi> [Tue, 28 Apr 2009 17:52:48 +0300] rev 154
initial code towards transport implementation, doesn't compile

Fri, 24 Apr 2009 23:01:34 +0300implement irc_net reconnect, requires testing
Tero Marttila <terom@fixme.fi> [Fri, 24 Apr 2009 23:01:34 +0300] rev 153
implement irc_net reconnect, requires testing

Thu, 23 Apr 2009 21:22:15 +0300implement irc_chan_callbacks::on_self_msg/on_self_notice, and add code for mod_irc_log to use them
Tero Marttila <terom@fixme.fi> [Thu, 23 Apr 2009 21:22:15 +0300] rev 152
implement irc_chan_callbacks::on_self_msg/on_self_notice, and add code for mod_irc_log to use them

Thu, 23 Apr 2009 21:14:19 +0300don't log newlines in irc_queue_send_buf
Tero Marttila <terom@fixme.fi> [Thu, 23 Apr 2009 21:14:19 +0300] rev 151
don't log newlines in irc_queue_send_buf

Thu, 23 Apr 2009 21:05:52 +0300special-case recieved user-mode messages, add irc_conn_self function
Tero Marttila <terom@fixme.fi> [Thu, 23 Apr 2009 21:05:52 +0300] rev 150
special-case recieved user-mode messages, add irc_conn_self function

Thu, 23 Apr 2009 21:05:27 +0300handle server-name prefixes as documented
Tero Marttila <terom@fixme.fi> [Thu, 23 Apr 2009 21:05:27 +0300] rev 149
handle server-name prefixes as documented

Thu, 23 Apr 2009 17:17:56 +0300fix irc_chan to copy the irc_chan_info strings
Tero Marttila <terom@fixme.fi> [Thu, 23 Apr 2009 17:17:56 +0300] rev 148
fix irc_chan to copy the irc_chan_info strings

Thu, 23 Apr 2009 17:17:33 +0300fix bug with irc_net_destroy/users
Tero Marttila <terom@fixme.fi> [Thu, 23 Apr 2009 17:17:33 +0300] rev 147
fix bug with irc_net_destroy/users

Thu, 23 Apr 2009 17:17:14 +0300fix bug with lua_type_register/methods
Tero Marttila <terom@fixme.fi> [Thu, 23 Apr 2009 17:17:14 +0300] rev 146
fix bug with lua_type_register/methods

Sun, 19 Apr 2009 23:56:01 +0300implement lua_type
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 23:56:01 +0300] rev 145
implement lua_type

Sun, 19 Apr 2009 23:53:37 +0300fix nexus_lua_eval error handling
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 23:53:37 +0300] rev 144
fix nexus_lua_eval error handling

Sun, 19 Apr 2009 06:20:59 +0300implement lua_args_parse
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 06:20:59 +0300] rev 143
implement lua_args_parse

Sun, 19 Apr 2009 04:52:12 +0300implement table-as-argument for lua_arg_*
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 04:52:12 +0300] rev 142
implement table-as-argument for lua_arg_*

Sun, 19 Apr 2009 04:35:29 +0300implement SSL stuff for lua_client_connect
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 04:35:29 +0300] rev 141
implement SSL stuff for lua_client_connect

Sun, 19 Apr 2009 04:04:42 +0300implement ssl_cafile/verify/cert/pkey for x509 credentials
Tero Marttila <terom@fixme.fi> [Sun, 19 Apr 2009 04:04:42 +0300] rev 140
implement ssl_cafile/verify/cert/pkey for x509 credentials

Thu, 16 Apr 2009 01:20:09 +0300implement sock_ssl_connect_async (the old sock_ssl_connect exists no more)
Tero Marttila <terom@fixme.fi> [Thu, 16 Apr 2009 01:20:09 +0300] rev 139
implement sock_ssl_connect_async (the old sock_ssl_connect exists no more)

Sun, 12 Apr 2009 23:27:15 +0300implement blackhole filters for logwatch, and stop applying filters after the first hit
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 23:27:15 +0300] rev 138
implement blackhole filters for logwatch, and stop applying filters after the first hit

Sun, 12 Apr 2009 22:19:54 +0300implement console_print and log_set_func
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 22:19:54 +0300] rev 137
implement console_print and log_set_func

Sun, 12 Apr 2009 20:37:57 +0300implement nexus_lua_eval
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 20:37:57 +0300] rev 136
implement nexus_lua_eval

Sun, 12 Apr 2009 18:56:51 +0300have logwatch_conf_filter replace any old filter with the same name, and move irc_log.sql to modules/
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 18:56:51 +0300] rev 135
have logwatch_conf_filter replace any old filter with the same name, and move irc_log.sql to modules/

Sun, 12 Apr 2009 18:35:16 +0300update TODO, partially update error.c, rename module_get to modules_get, update config.lua
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 18:35:16 +0300] rev 134
update TODO, partially update error.c, rename module_get to modules_get, update config.lua

Sun, 12 Apr 2009 17:42:34 +0300implement logwatch_chan.c, logwatch_chan_msg, logwatch_on_error
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 17:42:34 +0300] rev 133
implement logwatch_chan.c, logwatch_chan_msg, logwatch_on_error

Sun, 12 Apr 2009 17:18:06 +0300implement logwatch_source names, and logwatch_chan
Tero Marttila <terom@fixme.fi> [Sun, 12 Apr 2009 17:18:06 +0300] rev 132
implement logwatch_source names, and logwatch_chan

Sat, 11 Apr 2009 06:03:49 +0300lua_irc is broken, as irc_chan_info::channel is set to a lua-stack allocated string...
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 06:03:49 +0300] rev 131
lua_irc is broken, as irc_chan_info::channel is set to a lua-stack allocated string...

Sat, 11 Apr 2009 06:03:24 +0300implement logwatch_filter::format using str_format
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 06:03:24 +0300] rev 130
implement logwatch_filter::format using str_format

Sat, 11 Apr 2009 06:03:08 +0300implement str_format with tests
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 06:03:08 +0300] rev 129
implement str_format with tests

Sat, 11 Apr 2009 04:41:44 +0300update logwatch_filter_apply
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:41:44 +0300] rev 128
update logwatch_filter_apply

Sat, 11 Apr 2009 04:26:46 +0300implement logwatch_on_line/logwatch_filter_apply, along with irc_*_NOTICE
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:26:46 +0300] rev 127
implement logwatch_on_line/logwatch_filter_apply, along with irc_*_NOTICE

Sat, 11 Apr 2009 04:26:22 +0300...add str.c module to cmake
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:26:22 +0300] rev 126
...add str.c module to cmake

Sat, 11 Apr 2009 04:25:59 +0300move test.c dump_str implemention into str.h str_quote, and improve it
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 04:25:59 +0300] rev 125
move test.c dump_str implemention into str.h str_quote, and improve it

Sat, 11 Apr 2009 01:54:33 +0300fix up lua_module_conf/config_* enough so that logwatch_conf_filter works
Tero Marttila <terom@fixme.fi> [Sat, 11 Apr 2009 01:54:33 +0300] rev 124
fix up lua_module_conf/config_* enough so that logwatch_conf_filter works

Fri, 10 Apr 2009 22:46:05 +0300comment fix :)
Tero Marttila <terom@fixme.fi> [Fri, 10 Apr 2009 22:46:05 +0300] rev 123
comment fix :)

Fri, 10 Apr 2009 22:43:49 +0300start implementing multiple args for lua_module_conf
Tero Marttila <terom@fixme.fi> [Fri, 10 Apr 2009 22:43:49 +0300] rev 122
start implementing multiple args for lua_module_conf

Wed, 08 Apr 2009 02:25:30 +0300implement logwatch_conf_filter such that it compiles and loads, but not yet tested
Tero Marttila <terom@fixme.fi> [Wed, 08 Apr 2009 02:25:30 +0300] rev 121
implement logwatch_conf_filter such that it compiles and loads, but not yet tested

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