summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Ignore 'Reject' messages.Gravatar default2024-08-161-1/+1
|
* Fixed leaked EmojiReact notifications.Gravatar default2024-08-071-4/+4
|
* Notify Moves, even if they fail.Gravatar default2024-07-311-2/+2
|
* Notify objects include the original message.Gravatar default2024-07-311-1/+3
|
* Archive bad Move messages.Gravatar default2024-07-301-1/+3
|
* Added initial support for the input message 'Move' (untested).Gravatar default2024-07-301-0/+54
|
* Treat 'EmojiReact' as a 'Like'.Gravatar default2024-07-301-2/+2
| | | | These messages will have special treatment eventually.
* Notify blocks.Gravatar default2024-07-301-0/+9
|
* On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error.Gravatar default2024-07-301-0/+1
|
* Minor tweak.Gravatar default2024-07-011-1/+1
|
* Added auto boosting (contributed by sarahpw).Gravatar default2024-06-181-0/+8
| | | | | | | 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.
* Also send Updates to collected inboxes.Gravatar default2024-06-181-1/+1
|
* Only send notes and poll to the collected inboxes.Gravatar default2024-06-171-8/+8
|
* Deleted repeated code.Gravatar default2024-06-171-7/+0
|
* Added h-card to the class of mention links.Gravatar default2024-06-021-1/+1
|
* Added an "Alt..." details just below attachments with them.Gravatar default2024-05-301-1/+1
| | | | | The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets.
* Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer2024-05-261-25/+31
|
* Added more const.Gravatar default2024-05-231-19/+20
|
* Added const everywhere.Gravatar default2024-05-211-177/+106
|
* Renamed content_check() to content_match().Gravatar default2024-05-151-2/+2
|
* Fixed git conflict.Gravatar default2024-05-111-1/+1
|\
| * Unified post-like object type match.Gravatar default2024-05-111-1/+1
| |
* | In timeline_request(), call enqueue_actor_request on actor errors.Gravatar default2024-05-111-11/+15
|/
* Added some more logging.Gravatar default2024-05-051-0/+10
|
* New function enqueue_object_request().Gravatar default2024-05-051-0/+16
|
* Fixed confusion in Undo + Follow processing.Gravatar default2024-05-021-5/+9
|
* Also add announces to lists.Gravatar default2024-04-301-0/+3
|
* New server.json knobs "queue_timeout" and "queue_timeout_2".Gravatar default2024-04-221-2/+10
|
* Deleted useless recalculation of queue_retry_max.Gravatar default2024-04-221-2/+0
|
* Some tweaks to previous patch.Gravatar default2024-04-181-2/+2
|
* Merge pull request 'Ability to federate with hidden networks #93 (update for ↵Gravatar grunfink2024-04-181-2/+2
|\ | | | | | | | | | | v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
| * Ability to federate with hidden networks #93 (update for v2.49)Gravatar iwojim02024-03-091-2/+2
| |
* | Commented out received unboosts (see code for an explanation).Gravatar default2024-04-121-1/+6
| |
* | Undo for Likes and Announces are no longer dropped.Gravatar default2024-04-111-0/+14
| |
* | mastoapi: 'unfavourite' and 'unreblog' actions now fully work.Gravatar default2024-04-111-3/+3
| |
* | New function msg_repulsion.Gravatar default2024-04-101-0/+27
| |
* | Changed admiration message ids from dummy ones to having an md5 of the object.Gravatar default2024-04-101-1/+3
| |
* | If an emoji in emojis.json is an URL to an image, it's stored in the tag list.Gravatar default2024-03-251-2/+2
| |
* | Added an additional check for blocked instances.Gravatar default2024-03-251-0/+6
| |
* | Reject my own messages in is_msg_for_me().Gravatar default2024-03-241-0/+6
| |
* | Only reply to direct Ping activities.Gravatar default2024-03-241-0/+6
| |
* | Don't be overzealous in avoid notifications for Likes and Announces.Gravatar default2024-03-221-6/+6
| |
* | Added a type Note to poll options.Gravatar default2024-03-151-0/+1
| |
* | Backport from xs.Gravatar default2024-03-151-2/+2
| |
* | Call actor_get_refresh() from actor_request().Gravatar default2024-03-131-7/+1
| |
* | Don't call enqueue_actor_refresh() with a NULL user.Gravatar default2024-03-121-1/+1
| |
* | Queue actor request renamed to actor_refresh.Gravatar default2024-03-121-3/+3
| |
* | More actor refreshing tweaks.Gravatar default2024-03-121-6/+10
| |
* | Don't call enqueue_actor_request() with a NULL user.Gravatar default2024-03-121-0/+2
| |
* | Added actor refreshing via the user queue.Gravatar default2024-03-121-0/+16
| |