Reorder some TODO items

This commit is contained in:
Jordan Bancino 2022-10-31 11:35:25 -04:00
parent ead65e7334
commit 629d953518
1 changed files with 2 additions and 2 deletions

View File

@ -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