pleroma/test/pleroma/web/activity_pub/mrf
Mark Felder 2c9d071aad Retire MRFs DNSRBL, FODirectReply, and QuietReply
DNSRBL was a neat experiment which should live out of tree. It works and could be used to coordinate rules across different servers, but Simple Policy will always be better

FODirectReply and QuietReply have reliability issues as implemented in an MRF. If we want to expose this functionality to admins it should be a setting that overrides the chosen scope during CommonAPI.post instead of trying to rewrite the recipients with an MRF.
2025-02-28 16:43:28 -08:00
..
activity_expiration_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
anti_followbot_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
anti_link_spam_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
anti_mention_spam_policy_test.exs Add AntiMentionSpamPolicy 2024-05-27 12:25:09 -04:00
emoji_policy_test.exs Fix edge cases 2023-07-07 06:58:32 -04:00
ensure_re_prepended_test.exs Fix some more typos 2023-12-28 00:17:04 +01:00
follow_bot_policy_test.exs Tests: Don't run tests that use clear_config asynchronously. 2023-12-10 16:27:23 +04:00
force_bot_unlisted_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
force_mention_test.exs Add ForceMention mrf 2024-03-01 18:16:09 +01:00
force_mentions_in_content_test.exs B ForceMentionsInContent: Fix test, refactor. 2023-06-11 16:45:31 +04:00
hashtag_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
hellthread_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
inline_quote_policy_test.exs Allow more flexibility in InlineQuotePolicy 2023-09-13 19:19:05 -04:00
keyword_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
media_proxy_warming_policy_test.exs MediaProxyWarmingPolicyTest: Fix tests 2023-12-11 10:04:01 +04:00
mention_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
no_empty_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
no_placeholder_text_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
normalize_markup_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
nsfw_api_policy_test.exs NsfwApiPolicy: add tests 2021-06-17 14:36:51 -05:00
object_age_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
quote_to_link_tag_policy_test.exs Add mrf to force link tag of quoting posts 2023-09-13 19:20:30 -04:00
reject_non_public_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
remote_report_policy_test.exs RemoteReportPolicy: Fix third-party report detection 2024-10-03 20:00:36 +03:00
simple_policy_test.exs MRF.SimplePolicy: Add id_filter/1 2024-09-21 14:07:26 +02:00
steal_emoji_policy_test.exs StealEmojiPolicy: Sanitize shortcodes 2024-02-20 09:09:54 +01:00
subchain_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
tag_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
user_allow_list_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
utils_test.exs Make regex-to-string descriptor reusable 2023-07-07 07:09:35 -04:00
vocabulary_policy_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00