diff options
author | default <nobody@localhost> | 2022-10-01 20:57:06 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-01 20:57:06 +0200 |
commit | 8bb758206289ad85ebd4624c2673eef42660df9f (patch) | |
tree | 40525be70f3ff396b308adf9eb018ca1a3756c5e /TODO.md | |
parent | 31f29258a144f02b59a4f7d76a120eca415a826d (diff) |
Implemented the helper thread.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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). |