summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-02-22 12:42:15 +0100
committerGravatar default2024-02-22 12:42:15 +0100
commit2b831f8f9c8038e670c740eeafdfce31eb09b5d7 (patch)
tree0fc56644eed5dd4a92871aced111aadbc7919500
parentAdded *another argument* to html_timeline() to select where posts are taken f... (diff)
downloadsnac2-2b831f8f9c8038e670c740eeafdfce31eb09b5d7.tar.gz
snac2-2b831f8f9c8038e670c740eeafdfce31eb09b5d7.tar.xz
snac2-2b831f8f9c8038e670c740eeafdfce31eb09b5d7.zip
Updated TODO.
-rw-r--r--TODO.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 51faf7c..3193974 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,14 +14,16 @@ Important: deleting a follower should do more that just delete the object, see h
14 14
15## Wishlist 15## Wishlist
16 16
17Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/124 and https://streetpass.social
18
19Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfink/snac2/issues/123
20
21Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 17Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93
22 18
23Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 19Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104
24 20
21Consider implementing the rejection of activities from recently-created accounts to mitigate spam, see https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/web/activity_pub/mrf/reject_newly_created_account_note_policy.ex
22
23Consider discarding posts by content using string or regex to mitigate spam.
24
25Consider adding milter-like support to reject posts to mitigate spam.
26
25Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). 27Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`).
26 28
27Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 29Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050
@@ -301,3 +303,7 @@ Add a flag to make accounts private, i.e., they don't expose any content from th
301Fix duplicate mentions, see https://codeberg.org/grunfink/snac2/issues/115 (2024-02-14T09:51:01+0100). 303Fix duplicate mentions, see https://codeberg.org/grunfink/snac2/issues/115 (2024-02-14T09:51:01+0100).
302 304
303Change HTML metadata information to the post info instead of user info, see https://codeberg.org/grunfink/snac2/issues/116 (2024-02-14T09:51:22+0100). 305Change HTML metadata information to the post info instead of user info, see https://codeberg.org/grunfink/snac2/issues/116 (2024-02-14T09:51:22+0100).
306
307Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/124 and https://streetpass.social (2024-02-22T12:40:58+0100).
308
309Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfink/snac2/issues/123 (2024-02-22T12:40:58+0100).