TODO
changeset 108 50ff7ac8a725
parent 92 99661e5aac91
child 114 6de0490408f4
equal deleted inserted replaced
107:5c1eeb45c7f2 108:50ff7ac8a725
     9 
     9 
    10 irc_net:
    10 irc_net:
    11  * reconnect, maybe cycling servers?
    11  * reconnect, maybe cycling servers?
    12 
    12 
    13 config:
    13 config:
    14  * A more advanced structured value parser that can then handle all the various configuration values sanely
    14  * An even more advanced structured value parser that can then handle config values for more things like the command line --options
    15 
    15 
    16 modules:
    16 modules:
    17  * Automatic module-name -> path mapping, and autoloading of modules somehow
       
    18  * proper unload support, there needs to be some kind of completion notification thing that can then destroy the module
    17  * proper unload support, there needs to be some kind of completion notification thing that can then destroy the module
    19    once it's completely unloaded - maybe some kind of module-resource-reference-counting thing, which will eventually
    18    once it's completely unloaded - maybe some kind of module-resource-reference-counting thing, which will eventually
    20    be needed anyways?
    19    be needed anyways?
    21 
    20 
    22 irc_log:
    21 irc_log: