summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2022-10-01 20:57:06 +0200
committerGravatar default2022-10-01 20:57:06 +0200
commit8bb758206289ad85ebd4624c2673eef42660df9f (patch)
tree40525be70f3ff396b308adf9eb018ca1a3756c5e /TODO.md
parentUpdated TODO. (diff)
downloadsnac2-8bb758206289ad85ebd4624c2673eef42660df9f.tar.gz
snac2-8bb758206289ad85ebd4624c2673eef42660df9f.tar.xz
snac2-8bb758206289ad85ebd4624c2673eef42660df9f.zip
Implemented the helper thread.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 49c3771..ea37fe2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,14 +2,14 @@
2 2
3## Open 3## Open
4 4
5Implement the helper thread.
6
7Import the man pages. 5Import the man pages.
8 6
9Implement the 'init' command-line option. 7Implement the 'init' command-line option.
10 8
11Implement the 'adduser' command-line option. 9Implement the 'adduser' command-line option.
12 10
11Implement the local timeline cache.
12
13Show dates in local time and not UTC. 13Show dates in local time and not UTC.
14 14
15Add web interface for private messages. 15Add web interface for private messages.
@@ -131,3 +131,5 @@ Add a user configuration flag to hide likes from the timeline (2022-10-01T20:27:
131Implement an input queue (2022-10-01T20:27:52+0200). 131Implement an input queue (2022-10-01T20:27:52+0200).
132 132
133Refactor 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). 133Refactor 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).
134
135Implement the helper thread (2022-10-01T20:56:46+0200).