TODO
author Tero Marttila <terom@fixme.fi>
Mon, 30 Mar 2009 01:31:00 +0300
changeset 85 75bc8b164ef8
parent 81 d90edc052352
child 87 f0db6ebf18b9
permissions -rw-r--r--
async TCP connects,
sock:
 * async connect + resolve
 * async SSL handshake
 * sock_openssl, or improve sock_gnutls
 * tests for all of the above...

irc_conn:
 * support for CTCP messages, e.g. ACTION

modules:
 * 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:
 * logging of NICK/QUIT