equal
deleted
inserted
replaced
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: |