summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2024-04-20 22:48:02 +0200
committerGravatar default2024-04-20 22:48:02 +0200
commit62cc167c5f9205bf3a758a40cd7b22b9a54164be (patch)
tree0397a4089355b8decd8546a34def0092d8b8533f /TODO.md
parentAdded the default 'protocol' field to 'server.json'. (diff)
downloadsnac2-62cc167c5f9205bf3a758a40cd7b22b9a54164be.tar.gz
snac2-62cc167c5f9205bf3a758a40cd7b22b9a54164be.tar.xz
snac2-62cc167c5f9205bf3a758a40cd7b22b9a54164be.zip
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index bdb4f23..8d93fba 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,14 +14,10 @@ Important: deleting a follower should do more that just delete the object, see h
14 14
15Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it). 15Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it).
16 16
17Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93
18
19Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 17Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104
20 18
21Consider adding Mastodon import functionality (for following_accounts.csv and outbox.json). 19Consider adding Mastodon import functionality (for following_accounts.csv and outbox.json).
22 20
23Consider adding milter-like support to reject posts to mitigate spam.
24
25Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). 21Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`).
26 22
27Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 23Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050
@@ -311,3 +307,7 @@ Consider implementing the rejection of activities from recently-created accounts
311Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100). 307Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100).
312 308
313Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100). 309Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100).
310
311Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93
312
313Consider adding milter-like support to reject posts to mitigate spam (discarded; 2024-04-20T22:46:35+0200).