diff options
| author | 2022-10-15 23:31:41 +0200 | |
|---|---|---|
| committer | 2022-10-15 23:31:41 +0200 | |
| commit | 903537daee17c10e7cc440afdc38f246f707098f (patch) | |
| tree | dd1a9606dbb75f73e90c8dbcda4af4bafd74a853 | |
| parent | Updated TODO. (diff) | |
| download | penes-snac2-903537daee17c10e7cc440afdc38f246f707098f.tar.gz penes-snac2-903537daee17c10e7cc440afdc38f246f707098f.tar.xz penes-snac2-903537daee17c10e7cc440afdc38f246f707098f.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -6,7 +6,7 @@ Implement image upload. | |||
| 6 | 6 | ||
| 7 | Implement the :emojis: in actor names and messages. | 7 | Implement the :emojis: in actor names and messages. |
| 8 | 8 | ||
| 9 | Add web interface for private messages. | 9 | Add web interface for sending private messages (they can already be answered like normal replies). |
| 10 | 10 | ||
| 11 | Add web interface for the list of people being followed. | 11 | Add web interface for the list of people being followed. |
| 12 | 12 | ||
| @@ -14,12 +14,14 @@ Implement hashtags. | |||
| 14 | 14 | ||
| 15 | ## Wishlist and batshit crazy ideas | 15 | ## Wishlist and batshit crazy ideas |
| 16 | 16 | ||
| 17 | The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you i.e. delete a post because it will be there in the history forever. | 17 | The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. delete a post because it will be there in the history forever. |
| 18 | 18 | ||
| 19 | Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data). | 19 | Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data). |
| 20 | 20 | ||
| 21 | Add an RSS to the local timeline. | 21 | Add an RSS to the local timeline. |
| 22 | 22 | ||
| 23 | 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. | ||
| 24 | |||
| 23 | ## Closed | 25 | ## Closed |
| 24 | 26 | ||
| 25 | Start a TODO file (2022-08-25T10:07:44+0200). | 27 | Start a TODO file (2022-08-25T10:07:44+0200). |