summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index c4d6661..bdb4f23 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,19 +6,19 @@ Unfollowing lemmy groups gets rejected with an http status of 400.
6 6
7Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. 7Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
8 8
9Post edits should preserve the image and the image description somewhat.
10
11Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. 9Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
12 10
13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 11Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
14 12
15## Wishlist 13## Wishlist
16 14
15Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it).
16
17Integrate "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
18 18
19Integrate "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
20 20
21Consider discarding posts by content using string or regex to mitigate spam. 21Consider adding Mastodon import functionality (for following_accounts.csv and outbox.json).
22 22
23Consider adding milter-like support to reject posts to mitigate spam. 23Consider adding milter-like support to reject posts to mitigate spam.
24 24
@@ -26,7 +26,7 @@ Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl`
26 26
27Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 27Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050
28 28
29Add support for /share?text=tt&website=url (whatever it is). 29Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details).
30 30
31Add support for /authorize_interaction (whatever it is). 31Add support for /authorize_interaction (whatever it is).
32 32
@@ -307,3 +307,7 @@ Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/1
307Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfink/snac2/issues/123 (2024-02-22T12:40:58+0100). 307Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfink/snac2/issues/123 (2024-02-22T12:40:58+0100).
308 308
309Consider 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 (2024-02-24T07:46:10+0100). 309Consider 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 (2024-02-24T07:46:10+0100).
310
311Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100).
312
313Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100).