TODO
author Tero Marttila <terom@fixme.fi>
Tue, 31 Mar 2009 20:57:07 +0300
changeset 97 d3bc82ee76cb
parent 92 99661e5aac91
child 108 50ff7ac8a725
permissions -rw-r--r--
add irc_conn_PRIVMSG/irc_chan_PRIVMSG and lua bindings
sock:
 * async SSL handshake
 * sock_openssl, or improve sock_gnutls
 * tests...

irc_queue:
 * fix use of line_proto_send
 * more expansive tests

irc_net:
 * reconnect, maybe cycling servers?

config:
 * A more advanced structured value parser that can then handle all the various configuration values sanely

modules:
 * Automatic module-name -> path mapping, and autoloading of modules somehow
 * proper unload support, there needs to be some kind of completion notification thing that can then destroy the module
   once it's completely unloaded - maybe some kind of module-resource-reference-counting thing, which will eventually
   be needed anyways?

irc_log:
 * recode to valid UTF8