From fd1172ff5643250d9a250e2bafd57ff972cc7c19 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 4 Sep 2023 13:35:28 +0000 Subject: [PATCH] Summarize Matrix room activity in TODO.txt I really want to get back to work on Telodendria. I need to find some more time for it. --- TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.txt b/TODO.txt index 5c5e89f..93901dc 100644 --- a/TODO.txt +++ b/TODO.txt @@ -34,7 +34,11 @@ Milestone: v0.4.0 [~] Debug OpenSSL [x] Database corruption [ ] File descriptor exhaustion + [ ] Fix tp on NetBSD [ ] Random memory corruption after many requests. +[ ] HOST_NAME_MAX not defined on some systems? + - Check if POSIX + - Might be enough to #define it when it doesn't exist. [~] j2s [x] Properly support arrays of primitives. [ ] How to set default value of true on boolean? @@ -62,6 +66,7 @@ Milestone: v0.4.0 [ ] Add "id" objects when putting aliases [ ] Delete from "id" when deleting alias [x] Add alias admin privilege to allow admins to manage aliases +[ ] Fix note link on website main page. Milestone: v0.5.0 -----------------