summaryrefslogtreecommitdiff
path: root/activitypub.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-26Added a 'featured' property to the actor object.Gravatar default1-7/+8
2024-08-24Stop archiving no_valid_recipients q_item.Gravatar default1-1/+0
2024-08-16Ignore 'Remove' messages.Gravatar default1-1/+1
2024-08-16Don't archive actor retry errors.Gravatar default1-2/+0
2024-08-16Ignore 'Read' messages.Gravatar default1-1/+1
2024-08-16Ignore 'Reject' messages.Gravatar default1-1/+1
2024-08-07Fixed leaked EmojiReact notifications.Gravatar default1-4/+4
2024-07-31Notify Moves, even if they fail.Gravatar default1-2/+2
2024-07-31Notify objects include the original message.Gravatar default1-1/+3
2024-07-30Archive bad Move messages.Gravatar default1-1/+3
2024-07-30Added initial support for the input message 'Move' (untested).Gravatar default1-0/+54
2024-07-30Treat 'EmojiReact' as a 'Like'.Gravatar default1-2/+2
2024-07-30Notify blocks.Gravatar default1-0/+9
2024-07-30On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error.Gravatar default1-0/+1
2024-07-01Minor tweak.Gravatar default1-1/+1
2024-06-18Added auto boosting (contributed by sarahpw).Gravatar default1-0/+8
2024-06-18Also send Updates to collected inboxes.Gravatar default1-1/+1
2024-06-17Only send notes and poll to the collected inboxes.Gravatar default1-8/+8
2024-06-17Deleted repeated code.Gravatar default1-7/+0
2024-06-02Added h-card to the class of mention links.Gravatar default1-1/+1
2024-05-30Added an "Alt..." details just below attachments with them.Gravatar default1-1/+1
2024-05-26Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer1-25/+31
2024-05-23Added more const.Gravatar default1-19/+20
2024-05-21Added const everywhere.Gravatar default1-177/+106
2024-05-15Renamed content_check() to content_match().Gravatar default1-2/+2
2024-05-11In timeline_request(), call enqueue_actor_request on actor errors.Gravatar default1-11/+15
2024-05-11Unified post-like object type match.Gravatar default1-1/+1
2024-05-05Added some more logging.Gravatar default1-0/+10
2024-05-05New function enqueue_object_request().Gravatar default1-0/+16
2024-05-02Fixed confusion in Undo + Follow processing.Gravatar default1-5/+9
2024-04-30Also add announces to lists.Gravatar default1-0/+3
2024-04-22New server.json knobs "queue_timeout" and "queue_timeout_2".Gravatar default1-2/+10
2024-04-22Deleted useless recalculation of queue_retry_max.Gravatar default1-2/+0
2024-04-18Some tweaks to previous patch.Gravatar default1-2/+2
2024-04-12Commented out received unboosts (see code for an explanation).Gravatar default1-1/+6
2024-04-11Undo for Likes and Announces are no longer dropped.Gravatar default1-0/+14
2024-04-11mastoapi: 'unfavourite' and 'unreblog' actions now fully work.Gravatar default1-3/+3
2024-04-10New function msg_repulsion.Gravatar default1-0/+27
2024-04-10Changed admiration message ids from dummy ones to having an md5 of the object.Gravatar default1-1/+3
2024-03-25If an emoji in emojis.json is an URL to an image, it's stored in the tag list.Gravatar default1-2/+2
2024-03-25Added an additional check for blocked instances.Gravatar default1-0/+6
2024-03-24Reject my own messages in is_msg_for_me().Gravatar default1-0/+6
2024-03-24Only reply to direct Ping activities.Gravatar default1-0/+6
2024-03-22Don't be overzealous in avoid notifications for Likes and Announces.Gravatar default1-6/+6
2024-03-15Added a type Note to poll options.Gravatar default1-0/+1
2024-03-15Backport from xs.Gravatar default1-2/+2
2024-03-13Call actor_get_refresh() from actor_request().Gravatar default1-7/+1
2024-03-12Don't call enqueue_actor_refresh() with a NULL user.Gravatar default1-1/+1
2024-03-12Queue actor request renamed to actor_refresh.Gravatar default1-3/+3
2024-03-12More actor refreshing tweaks.Gravatar default1-6/+10