From 3b0eb56cf6e0e0d06f3b3c1eb4430ba5994bafa8 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 2 Aug 2015 21:47:56 -0700 Subject: [PATCH] Update TODO. --- TODO.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index ba3bf0c57c..b41da6db42 100644 --- a/TODO.md +++ b/TODO.md @@ -2,14 +2,9 @@ ## Functionality -* Dispatcher: Client handshake (synchronization) -* Dispatcher: Server handshake -* Dispatcher: Main dispatch loop +* Dispatcher: Combine multiple updates * Automatic persistent saves -* GetConnections -* Notifiers * RPC -* Logging callback global ## Unit Test Coverage @@ -17,6 +12,9 @@ * SequenceNumber class * NetworkCommunication class * Dispatcher class +* Storage incoming processing +* Notifiers +* RPC * C++ API * C API * SavePersistent safe file handling (part of C++ API)