summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Also call content_check() from timeline_request().Gravatar default2024-03-111-9/+13
* Also accept Article objects.Gravatar default2024-03-111-1/+1
* New function content_check().Gravatar default2024-03-111-1/+6
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-091-1/+2
* Shortened the maximum conversation levels.Gravatar default2024-03-081-1/+1
* More logging tweaks.Gravatar default2024-03-041-1/+1
* More logging tweaks.Gravatar default2024-03-041-1/+2
* Logging tweaks.Gravatar default2024-03-041-1/+1
* Also reject posts from accounts that are too old to be true.Gravatar default2024-02-221-5/+18
* Added a new `min_account_age` parameter to server.json.Gravatar default2024-02-221-0/+19
* Log (and not notify) repeated likes and announces.Gravatar default2024-02-211-6/+13
* New verify_links q_item.Gravatar default2024-02-201-0/+4
* Fixed bug in get_attachments().Gravatar default2024-02-161-1/+1
* Always return rel=me in msg_actor() links.Gravatar default2024-02-151-10/+1
* Also add the rel=me to metadata links in msg_actor().Gravatar default2024-02-141-1/+10
* New function is_msg_from_private_user().Gravatar default2024-02-101-0/+24
* Skip our own notifications.Gravatar default2024-02-051-0/+4
* Some tweaks to retry timeouts.Gravatar default2024-01-261-1/+1
* Use get_attachments() in html_entry().Gravatar default2024-01-241-2/+2
* New function get_attachments() (still unused).Gravatar default2024-01-241-0/+121
* Don't send anything to the collected inboxes if collection is disabled.Gravatar default2024-01-241-7/+9
* Also process Video in timeline_request().Gravatar default2024-01-181-1/+1
* New function get_atto(), to get the attributedTo field.Gravatar default2024-01-181-8/+36
* Added some support for Peertube videos.Gravatar default2024-01-181-0/+7
* Started support for Peertube's Video object.Gravatar default2024-01-141-6/+12
* Fixed a bug introduced yesterday that cause double notificationsGravatar Stefano Marinelli2024-01-131-2/+0
* ntfy code cleanupGravatar Stefano Marinelli2024-01-121-2/+1
* Added support for ntfy notifications. You can configure either a self-hosted ...Gravatar Stefano Marinelli2024-01-121-1/+41
* Better checking for CC creation in msg_note().Gravatar default2024-01-111-2/+2
* If the actor from a message from the shared-inbox fails, propagate.Gravatar default2024-01-111-2/+8
* Avoid a webfinger request in msg_note().Gravatar default2024-01-111-9/+16
* Added more webfinger checks, just to be sure.Gravatar default2024-01-101-2/+3
* Call srv_archive_error() on input q_item errors.Gravatar default2024-01-101-0/+2
* More tweaks regarding shared inboxes.Gravatar default2024-01-051-1/+6
* dequeue() unlinks the file, even if it's been unable to parse it.Gravatar default2024-01-041-3/+1
* Updated copyright year.Gravatar default2024-01-041-1/+1
* In 'Follow', ensure the actor object to be followed is here.Gravatar default2023-12-281-0/+7