summaryrefslogtreecommitdiff
path: root/TODO
blob: a1a1d9422b33ced26cfa685664a34f14be8ec65d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 * send response to requestor
 * out-of-order responses
 * add listener tables (for requests, responses and other messages)
 * config-parser (file and improve parser for modules config)
 * finish API for command & response dispatch tables
 * module API etc. clean-up, finalize, freeze
 * add modules
   - tcp_connect
   - udp_listen, udp_connect
   - unix_listen, unix_connect
   - inotify
 * finilize tcp_listen module
 * exec module, add support for parameters
 * improve module loader (allow multiple search paths)