summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
2024-02-05Skip our own notifications.default
2024-01-26Some tweaks to retry timeouts.default
2024-01-24Use get_attachments() in html_entry().default
2024-01-24New function get_attachments() (still unused).default
2024-01-24Don't send anything to the collected inboxes if collection is disabled.default
2024-01-18Also process Video in timeline_request().default
2024-01-18New function get_atto(), to get the attributedTo field.default
2024-01-18Added some support for Peertube videos.default
2024-01-14Started support for Peertube's Video object.default
2024-01-13Fixed a bug introduced yesterday that cause double notificationsStefano Marinelli
2024-01-12ntfy code cleanupStefano Marinelli
2024-01-12Added support for ntfy notifications. You can configure either a self-hosted ...Stefano Marinelli
2024-01-11Better checking for CC creation in msg_note().default
2024-01-11If the actor from a message from the shared-inbox fails, propagate.default
2024-01-11Avoid a webfinger request in msg_note().default
2024-01-10Added more webfinger checks, just to be sure.default
2024-01-10Call srv_archive_error() on input q_item errors.default
2024-01-05More tweaks regarding shared inboxes.default
2024-01-04dequeue() unlinks the file, even if it's been unable to parse it.default
2024-01-04Updated copyright year.default
2023-12-28In 'Follow', ensure the actor object to be followed is here.default
2023-12-18More shared inbox tweaks.default
2023-12-18Added some crash checks.default
2023-12-18Fixed follow / unfollow mess for shared inboxes.default
2023-12-18Fixed Accept + Follow for shared inboxes.default
2023-12-17actor_request() accepts again an optional snac argument.default
2023-12-17Deleted debug messages.default
2023-12-17Also check for the .../followers rcpt for non-public messages.default
2023-12-17Blah blah blah is_msg_for_me() blah blah blahdefault
2023-12-17Even more is_msg_for_me() tweaks.default
2023-12-17Even more is_msg_for_me() updates.default
2023-12-17More is_msg_for_me() tweaks.default
2023-12-17Added a prefix to srv_archive_qitem().default
2023-12-17New function srv_archive_qitem().default
2023-12-17Fixed shared inbox distribution logic for Delete messages.default
2023-12-16Added more code to discard Delete messages earlier.default
2023-12-15More tweaks to is_msg_for_me().default
2023-12-15Avoid propagating Undo messages innecesarily.default
2023-12-15Added a special check for Undo + Follow.default
2023-12-14More debug tweaks.default
2023-12-14More log tweaks.default
2023-12-11Call process_input_message() from the shared-inbox input.default
2023-12-11Added a special drop for Delete messages from unknown actors.default
2023-12-11Fixed error message.default
2023-12-11Do not retry Delete messages on actor error.default
2023-12-11More logging tweaks.default
2023-12-11Revert "Reverted actor_request() without user."default
2023-12-11Reverted actor_request() without user.default
2023-12-11Some logging tweaks.default
2023-12-11Log actor_request() errors.default