From 629d9535189c239a569189f8848584c6e39e753e Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 31 Oct 2022 11:35:25 -0400 Subject: [PATCH] Reorder some TODO items --- TODO.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 167414d..9f06c14 100644 --- a/TODO.txt +++ b/TODO.txt @@ -52,15 +52,15 @@ Phase 2: Building a foundation [~] Data abstraction layer [ ] Database upgrades/migration path [ ] Caching and cache control + [ ] Make memory info access O(1) [x] Error generation [x] Properly implement the command line options as stated in telodendria(8) [x] Remove "chroot" option, just chroot into the data dir, and make the log file live there as well. [x] Allow logging to the syslog +[x] Fix memory leaks [ ] Fix bug where the socket stays open after quit. [ ] Figure out how to write unit tests for array/hashmap/etc -[x] Fix memory leaks -[ ] Make memory info access O(1) Phase 3: Welcome to Matrix