summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-12-28 03:19:57 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-12-28 03:19:57 +0000
commit2ff79c65051ceb468ee0a48c732a2a496a525bda (patch)
tree7902564d5149b7d66fa3585962f3a2ca5bd9f015 /TODO
parentadded default port number to tcp_listen (diff)
added tcp.client and tcp.connect
added tcp_connect module some cleanup and small fixes git-svn-id: https://svn.spreadspace.org/gcsd/trunk@85 ac14a137-c7f1-4531-abe0-07747231d213
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index a1a1d94..85bef3e 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+ * stop daemon when output module is supposed be removed
* send response to requestor
* out-of-order responses
* add listener tables (for requests, responses and other messages)
@@ -5,10 +6,9 @@
* 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
+ * finilize tcp_listen and tcp_connect modules
* exec module, add support for parameters
* improve module loader (allow multiple search paths)