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