TODO
author Tero Marttila <terom@fixme.fi>
Wed, 01 Apr 2009 01:41:08 +0300
changeset 106 f00661136ac2
parent 92 99661e5aac91
child 108 50ff7ac8a725
permissions -rw-r--r--
add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support
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 SSL handshake
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
 * sock_openssl, or improve sock_gnutls
87
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
     4
 * tests...
72
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     5
92
99661e5aac91 add a simple interactive readline console
Tero Marttila <terom@fixme.fi>
parents: 90
diff changeset
     6
irc_queue:
99661e5aac91 add a simple interactive readline console
Tero Marttila <terom@fixme.fi>
parents: 90
diff changeset
     7
 * fix use of line_proto_send
99661e5aac91 add a simple interactive readline console
Tero Marttila <terom@fixme.fi>
parents: 90
diff changeset
     8
 * more expansive tests
87
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
     9
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    10
irc_net:
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    11
 * reconnect, maybe cycling servers?
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    12
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    13
config:
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    14
 * A more advanced structured value parser that can then handle all the various configuration values sanely
72
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    15
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    16
modules:
87
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    17
 * Automatic module-name -> path mapping, and autoloading of modules somehow
72
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    18
 * 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
    19
   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
    20
   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
    21
43084f103c2a add irc_user module for irc_chan to track users on a channel
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    22
irc_log:
87
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    23
 * recode to valid UTF8
f0db6ebf18b9 documentation tweaks
Tero Marttila <terom@fixme.fi>
parents: 81
diff changeset
    24