diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -2,14 +2,14 @@ | |||
| 2 | 2 | ||
| 3 | ## Open | 3 | ## Open |
| 4 | 4 | ||
| 5 | Implement the helper thread. | ||
| 6 | |||
| 7 | Import the man pages. | 5 | Import the man pages. |
| 8 | 6 | ||
| 9 | Implement the 'init' command-line option. | 7 | Implement the 'init' command-line option. |
| 10 | 8 | ||
| 11 | Implement the 'adduser' command-line option. | 9 | Implement the 'adduser' command-line option. |
| 12 | 10 | ||
| 11 | Implement the local timeline cache. | ||
| 12 | |||
| 13 | Show dates in local time and not UTC. | 13 | Show dates in local time and not UTC. |
| 14 | 14 | ||
| 15 | Add web interface for private messages. | 15 | 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: | |||
| 131 | Implement an input queue (2022-10-01T20:27:52+0200). | 131 | Implement an input queue (2022-10-01T20:27:52+0200). |
| 132 | 132 | ||
| 133 | 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). | 133 | 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). |
| 134 | |||
| 135 | Implement the helper thread (2022-10-01T20:56:46+0200). | ||