From 28969bfeabc11f6554cfbf27e2feb5b5c41edf1f Mon Sep 17 00:00:00 2001 From: EinMByte Date: Tue, 21 Jul 2015 12:10:15 +0200 Subject: [PATCH] Update todo. --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 4ab58356..f7de0d33 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,12 @@ Short-term refactoring: - SSUSession:637, SSUSession:635 get rid of casting to SSUHeader - - Idenity.cpp:156 check for self asignment + - Identity.cpp:156 check for self asignment Long-term refactoring: - Rely on a library for TLS and SSL. + - Move parsing code out of networking code, to allow better testing. + - Separate front-end code (SAM, BOB, ...) from the back-end. + Additions: - Write tests.