summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Collapse)Author
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
2024-02-22Added a new `min_account_age` parameter to server.json.default
By setting this value to a number of seconds, any activity from accounts created newer than that, will be rejected.
2024-02-21Log (and not notify) repeated likes and announces.default
2024-02-20New verify_links q_item.default
2024-02-16Fixed bug in get_attachments().default
2024-02-15Always return rel=me in msg_actor() links.default
2024-02-14Also add the rel=me to metadata links in msg_actor().default
2024-02-10New function is_msg_from_private_user().default
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
server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
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
It may be because the actor request needs to be authenticated.
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
Due to the routing change made for the shared inboxes, local users are not in the data storage, so this fixes it.
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