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