TODO
author Tero Marttila <terom@fixme.fi>
Mon, 30 Mar 2009 01:30:37 +0300
changeset 84 2791bb73bbee
parent 81 d90edc052352
child 87 f0db6ebf18b9
permissions -rw-r--r--
implement some simple CTCP
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