TODO
changeset 81 d90edc052352
parent 72 43084f103c2a
child 87 f0db6ebf18b9
equal deleted inserted replaced
80:1b989bc67760 81:d90edc052352
     2  * async connect + resolve
     2  * async connect + resolve
     3  * async SSL handshake
     3  * async SSL handshake
     4  * sock_openssl, or improve sock_gnutls
     4  * sock_openssl, or improve sock_gnutls
     5  * tests for all of the above...
     5  * tests for all of the above...
     6 
     6 
     7 irc_net:
     7 irc_conn:
     8  * tracking of channel users list
     8  * support for CTCP messages, e.g. ACTION
     9 
     9 
    10 modules:
    10 modules:
    11  * proper unload support, there needs to be some kind of completion notification thing that can then destroy the module
    11  * proper unload support, there needs to be some kind of completion notification thing that can then destroy the module
    12    once it's completely unloaded - maybe some kind of module-resource-reference-counting thing, which will eventually
    12    once it's completely unloaded - maybe some kind of module-resource-reference-counting thing, which will eventually
    13    be needed anyways?
    13    be needed anyways?
    14 
    14 
    15 irc_log:
    15 irc_log:
    16  * logging of NICK/QUIT
    16  * logging of NICK/QUIT
    17  * handling of SQL errors?