aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
2025-01-07Added a tweak to follow LitePub (Pleroma-style, https://litepub.social/) relays.default
2025-01-07Minor semantic tweak.default
2025-01-05New configuration directive "max_public_entries".default
2025-01-05Moved post language setting to msg_note(), where it really belongs.default
2024-12-31Skip enqueue_output() to local users (already served by the local shared-inbox).default
2024-12-30Convert to lowercase when checking for followed hashtags.default
2024-12-30Don't search for hashtags in non-public posts.default
2024-12-30Always enqueue a message into the local shared-inbox.default
2024-12-30Started support for hashtag following.default
2024-12-23Accept 'Audio' as a valid entry type.default
2024-12-21If an attachment includes an icon, show it.default
2024-12-19Avoid adding repeated attachments.default
2024-12-04New user variable show_contact_metrics.default
2024-12-04msg_collection() now includes an argument for totalItems.default
2024-11-24On unfollow, also delete from the pending follow list.default
2024-11-24New function pending_add().default
2024-11-24Return the 'manuallyApprovesFollowers' actor field according to user configur...default
2024-11-23Minor tweak to new metadata.default
2024-11-23The 'metadata' field in user.json is now a string instead of a dict.default
2024-11-19New function get_in_reply_to().default
2024-11-16Allow underscores in hashtags.default
2024-11-07Omit the 'image' field if there are any attachment.default
2024-10-30Don't notify 'Block' activities if the 'disable_block_notifications' server s...default
2024-10-27Wrap user mention in post around span to ensure frontends do not display a li...Kirby
2024-10-19Call list_distribute() from timeline_request().default
2024-10-19Added some checks.default
2024-10-09After several tests, migration to Mastodon seems to work 🎉🥳.default
2024-10-09In migrate_account(), always download the alias actor.default
2024-10-08Fixed emojis in the public profile.default
2024-10-08More migration work.default
2024-10-03More hashtag regex improvements.default
2024-10-03Add the apostrophe as another stop char for hashtags.default
2024-09-27Added a warning to the 'migrate' command.default
2024-09-20More migration work.default
2024-09-19Move migration work.default
2024-09-19Changed some migration terminology.default
2024-09-18Started account migration code.default
2024-09-18The aka is returned in the alsoKnownAs actor field.default
2024-09-17While processing a 'Move', retry failed actor retrieval (it may be a transien...default
2024-08-26Added a 'featured' property to the actor object.default
2024-08-24Stop archiving no_valid_recipients q_item.default
2024-08-16Ignore 'Remove' messages.default
2024-08-16Don't archive actor retry errors.default
2024-08-16Ignore 'Read' messages.default
2024-08-16Ignore 'Reject' messages.default
2024-08-07Fixed leaked EmojiReact notifications.default
2024-07-31Notify Moves, even if they fail.default
2024-07-31Notify objects include the original message.default
2024-07-30Archive bad Move messages.default
2024-07-30Added initial support for the input message 'Move' (untested).default