summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 2a95356..34bc134 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,10 +10,10 @@ Implement real tag links instead of just pretending that it's something that exi
10 10
11Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. 11Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
12 12
13Improve support for audio attachments.
14
15Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
16 14
15The outbox should contain Create+Note, not Note objects.
16
17## Wishlist 17## Wishlist
18 18
19Add a list of hashtags to drop. 19Add a list of hashtags to drop.
@@ -28,8 +28,6 @@ Implement bulleted lists. Mastodon is crap and won't show them, but other implem
28 28
29User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does." 29User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does."
30 30
31Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt
32
33The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives. 31The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives.
34 32
35## Closed 33## Closed
@@ -269,3 +267,7 @@ Propagate the CW status and description from the replied message (2023-07-04T15:
269Add support for pinning posts (2023-07-06T10:11:35+0200). 267Add support for pinning posts (2023-07-06T10:11:35+0200).
270 268
271index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries (2023-07-06T10:12:06+0200). 269index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries (2023-07-06T10:12:06+0200).
270
271Improve support for audio attachments (2023-07-28T20:22:32+0200).
272
273Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt (2023-07-28T20:23:21+0200).