summaryrefslogtreecommitdiff
path: root/TODO
blob: 3c1401e1dc27c691a5176caa8765071c5b792f82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 * stop daemon when output module is supposed to be removed
 * 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
   - udp_listen, udp_connect
   - unix_listen, unix_connect
   - inotify
 * finilize tcp_listen and tcp_connect modules
 * exec module, add support for parameters
 * improve module loader (allow multiple search paths)