From 30f16737ab9bff11dcc6592579aa2e1bdf962325 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Thu, 12 Mar 2026 12:09:51 -0600 Subject: [PATCH] adjustments to TODO file --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index e79a799..16c16be 100644 --- a/TODO.md +++ b/TODO.md @@ -27,6 +27,10 @@ After the point where it reaches feature parity with Venice circa 2006. * Should those be community "services" instead? * For Chat, if it's implemented, it should use XMPP. +## Architectural Goofs + +* Conference Aliases are effectively in a system-wide namespace. Should be per-community. + ## Additional Items * Decouple from MySQL, introduce other database support. Postgres and SQLite are the two priorities here.