TODO
author Tero Marttila <terom@fixme.fi>
Mon, 30 Mar 2009 14:45:14 +0300
changeset 89 68345a9b99a3
parent 87 f0db6ebf18b9
child 90 9d489b1039b2
permissions -rw-r--r--
irc_chan_on_KICK
sock:
 * async SSL handshake
 * sock_openssl, or improve sock_gnutls
 * tests...

irc_conn:
 * ratelimit queue for outgoing messages

irc_net:
 * reconnect, maybe cycling servers?

irc_chan:
 * handle KICK

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