From 8bb758206289ad85ebd4624c2673eef42660df9f Mon Sep 17 00:00:00 2001 From: default Date: Sat, 1 Oct 2022 20:57:06 +0200 Subject: Implemented the helper thread. --- TODO.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 49c3771..ea37fe2 100644 --- a/TODO.md +++ b/TODO.md @@ -2,14 +2,14 @@ ## Open -Implement the helper thread. - Import the man pages. Implement the 'init' command-line option. Implement the 'adduser' command-line option. +Implement the local timeline cache. + Show dates in local time and not UTC. Add web interface for private messages. @@ -131,3 +131,5 @@ Add a user configuration flag to hide likes from the timeline (2022-10-01T20:27: Implement an input queue (2022-10-01T20:27:52+0200). Refactor HTML rendering because it's a mess and write build_timeline(), that generates a big structure with everything to show in a timeline, to be passed to the HTML renderer (2022-10-01T20:27:52+0200). + +Implement the helper thread (2022-10-01T20:56:46+0200). -- cgit v1.2.3