diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..cdaf75c --- /dev/null +++ b/TODO.md @@ -0,0 +1,22 @@ +# ntcore TODO + +## Functionality + +* Dispatcher: Client handshake (synchronization) +* Dispatcher: Server handshake +* Dispatcher: Main dispatch loop +* Automatic persistent saves +* GetConnections +* Notifiers +* RPC + +## Unit Test Coverage + +* Message class +* SequenceNumber class +* NetworkCommunication class +* Dispatcher class +* C++ API +* C API +* SavePersistent safe file handling (part of C++ API) +* More LoadPersistent warning cases