From a56420ab175e53bdabf9b512be17db6b312a8c4c Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 11 Oct 2022 12:10:44 -0400 Subject: [PATCH] Cross off "remove chroot option..." --- TODO.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index f3c1232..12cc798 100644 --- a/TODO.txt +++ b/TODO.txt @@ -53,9 +53,9 @@ Phase 2: Building a foundation [ ] Data abstraction layer [x] Error generation [x] Properly implement the command line options as stated in telodendria(8) -[ ] Remove "chroot" option, just chroot into the data dir, and make the log +[x] Remove "chroot" option, just chroot into the data dir, and make the log file live there as well. -[ ] Allow logging to the syslog +[~] Allow logging to the syslog [ ] Fix bug where the socket stays open after quit. Phase 3: Welcome to Matrix