From 2b831f8f9c8038e670c740eeafdfce31eb09b5d7 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 22 Feb 2024 12:42:15 +0100 Subject: [PATCH] Updated TODO. --- TODO.md | 14 ++++++++++---- 1 file 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 ## Wishlist -Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/124 and https://streetpass.social - -Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfink/snac2/issues/123 - Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 +Consider 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 + +Consider discarding posts by content using string or regex to mitigate spam. + +Consider adding milter-like support to reject posts to mitigate spam. + Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). Add 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 Fix duplicate mentions, see https://codeberg.org/grunfink/snac2/issues/115 (2024-02-14T09:51:01+0100). Change 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). + +Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/124 and https://streetpass.social (2024-02-22T12:40:58+0100). + +Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfink/snac2/issues/123 (2024-02-22T12:40:58+0100).