summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 10 insertions, 5 deletions
diff --git a/TODO b/TODO
index 691ad33..04ef741 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,13 @@
- * input modules
- - stdio
- - tcp
- * out-of-order response
- * command & response dispatch table
+ * send response to requestor
+ * out-of-order responses
+ * finish API for command & response dispatch tables
+ * add listener tables (for requests, responses and other messages)
* module loader cleanup (no require)
* module API etc. clean-up, finalize, freeze
* config-parser
+ * check max instances at modules (instance counter)
+ * add modules
+ - tcp
+ - udp
+ - unix
+ - inotify