From cd5b311dc08116c628c9b79ae2e2cc89dc11f829 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 11 May 2012 10:05:07 -0400 Subject: [PATCH] What's missing --- server/TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/server/TODO b/server/TODO index de71856..e02ced1 100644 --- a/server/TODO +++ b/server/TODO @@ -1,3 +1,14 @@ +## What's missing? + + - auth + - encryption + - acking and retransmission + - paging out to disk + - persistence of configuration + - persistence of messages + - statistics + - exit signals (for autodeletes etc) + ## OCaml server - use lazy and Lazy.force where appropriate