summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Collapse)Author
2024-07-01Minor tweak.default
2024-06-18Added auto boosting (contributed by sarahpw).default
If `auto_boost` is set to `true` in am account's user.json, all mentions to that account are automatically boosted to all its followers. This is very similar to the behaviour of a 'Group' actor.
2024-06-18Also send Updates to collected inboxes.default
2024-06-17Only send notes and poll to the collected inboxes.default
2024-06-17Deleted repeated code.default
2024-06-02Added h-card to the class of mention links.default
2024-05-30Added an "Alt..." details just below attachments with them.default
The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-05-15Renamed content_check() to content_match().default
2024-05-11Fixed git conflict.default
2024-05-11In timeline_request(), call enqueue_actor_request on actor errors.default
2024-05-11Unified post-like object type match.default
2024-05-05Added some more logging.default
2024-05-05New function enqueue_object_request().default
2024-05-02Fixed confusion in Undo + Follow processing.default
2024-04-30Also add announces to lists.default
2024-04-22New server.json knobs "queue_timeout" and "queue_timeout_2".default
2024-04-22Deleted useless recalculation of queue_retry_max.default
2024-04-18Some tweaks to previous patch.default
2024-04-18Merge pull request 'Ability to federate with hidden networks #93 (update for ↵grunfink
v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
2024-04-12Commented out received unboosts (see code for an explanation).default
2024-04-11Undo for Likes and Announces are no longer dropped.default
2024-04-11mastoapi: 'unfavourite' and 'unreblog' actions now fully work.default
2024-04-10New function msg_repulsion.default
2024-04-10Changed admiration message ids from dummy ones to having an md5 of the object.default
2024-03-25If an emoji in emojis.json is an URL to an image, it's stored in the tag list.default
2024-03-25Added an additional check for blocked instances.default
2024-03-24Reject my own messages in is_msg_for_me().default
2024-03-24Only reply to direct Ping activities.default
2024-03-22Don't be overzealous in avoid notifications for Likes and Announces.default
2024-03-15Added a type Note to poll options.default
2024-03-15Backport from xs.default
2024-03-13Call actor_get_refresh() from actor_request().default
2024-03-12Don't call enqueue_actor_refresh() with a NULL user.default
2024-03-12Queue actor request renamed to actor_refresh.default
2024-03-12More actor refreshing tweaks.default
2024-03-12Don't call enqueue_actor_request() with a NULL user.default
2024-03-12Added actor refreshing via the user queue.default
2024-03-11Also call content_check() from timeline_request().default
2024-03-11Also accept Article objects.default
2024-03-11New function content_check().default
2024-03-09Ability to federate with hidden networks #93 (update for v2.49)iwojim0
2024-03-09Replaced most xs_dict_iter() with xs_dict_next().default
2024-03-08Shortened the maximum conversation levels.default
Set to a compilation define in MAX_CONVERSATION_LEVELS.
2024-03-04More logging tweaks.default
2024-03-04More logging tweaks.default
2024-03-04Logging tweaks.default
2024-02-22Also reject posts from accounts that are too old to be true.default