TODO
author Tero Marttila <terom@fixme.fi>
Fri, 27 Mar 2009 00:48:12 +0200
changeset 81 d90edc052352
parent 72 43084f103c2a
child 87 f0db6ebf18b9
permissions -rw-r--r--
update TODO and fix some valgrind errors in test
72
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     1
sock:
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
 * async connect + resolve
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
 * async SSL handshake
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     4
 * sock_openssl, or improve sock_gnutls
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     5
 * tests for all of the above...
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     6
81
d90edc052352 update TODO and fix some valgrind errors in test
Tero Marttila <terom@fixme.fi>
parents: 72
diff changeset
     7
irc_conn:
d90edc052352 update TODO and fix some valgrind errors in test
Tero Marttila <terom@fixme.fi>
parents: 72
diff changeset
     8
 * support for CTCP messages, e.g. ACTION
72
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     9
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    10
modules:
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    11
 * proper unload support, there needs to be some kind of completion notification thing that can then destroy the module
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    12
   once it's completely unloaded - maybe some kind of module-resource-reference-counting thing, which will eventually
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    13
   be needed anyways?
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    14
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    15
irc_log:
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    16
 * logging of NICK/QUIT