snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 95a382eaadee2f33d7f96eb70256a266b2dcec45
parent fcf2747308c65c3061028c136599b25ed9aa77ae
Author: default <nobody@localhost>
Date:   Thu, 20 Oct 2022 11:41:53 +0200

Updated TODO.

Diffstat:
MTODO.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md @@ -10,7 +10,9 @@ Implement hashtags. Make local likes / announces more visible. -## Wishlist and batshit crazy ideas +## Wishlist + +Implement notification by email of private messgaes. Implement HTTP caches (If-None-Match / ETag). @@ -22,6 +24,8 @@ Add an RSS to the local timeline. Idea for a new disk layout: timelines stored like in git (2 character directories and then the md5.json inside); two binary indexes ala Gruta, updated on input, 1) by inverse time, and 2) by parent + inverse time. Timelines are built by reading from 1 and consulting 2 for the nested children. This change a) simplifies timeline_write() and associated functions (no parent / grampa rewriting needed), b) no big glob() inverse functions on huge directories, so big histories won't be problematic. +Implement sensitive messages: they have a non-empty `summary` field and a `sensitive` field set to *true*. + ## Closed Start a TODO file (2022-08-25T10:07:44+0200).