summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
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
2023-12-10More functions do not require the user argument.default
2023-12-10actor_request() does not need a user argument.default
2023-12-10activitypub_request() may have a NULL user.default
2023-12-10Minor reordering code to process_input_message().default
2023-12-10process_input_message() returns -1 on errors.default
2023-12-10Call is_msg_for_me() from global queue input messages.default
2023-12-08Usage of shared inboxes is now configurable from the server.json file.default
2023-12-06Also check inside Update messages in is_msg_for_me().default
2023-12-06Started work to support shared inboxes.default
2023-11-29Fixed crash in activitypub_request() when there is no payload.default
2023-11-08Local tag links now point to the search by tag URL.default
2023-10-16Drop updates for unknown posts.default
2023-10-16Drop replies to hidden posts.default
2023-10-06On output, consider HTTP status 405 (not allowed) as a fatal error.default
2023-09-29Give more retry time to timedout connections.default
2023-09-22If a metadata starts with https:, convert it to a link.default
2023-09-18If an account has metadata, return them as attachment PropertyValues in msg_a...default
2023-09-17Use xs_match() in some places for more clarity.default
2023-09-15Also accept Update activities for Page and Article.default
2023-09-02Discard output messages to blocked instances.default
2023-09-01Consider error status 400 as fatal in output messages.default
2023-08-31Some fixes to 'Undo' messages.default
2023-08-23Added some support for 'Article' object types.default
2023-08-22Also propagate the 'conversation' field, if there is one.default
2023-08-18Be more strict when serving note objects.default
2023-08-14Fixed some warning.default
2023-08-14If a user 'header' field is defined, use it.default
2023-08-13Ignore 'Add' activities ASAP.default
2023-08-13Don't archive Accept + Create activities as errors.default
2023-08-13Use some new xs_stock values.default
2023-08-12Rewritten actor_get() to not depend on a user.default
2023-08-12Rewritten is_msg_public() to not depend on a user.default
2023-08-11Archive JSON errors in activitypub_post_handler.default
2023-08-09More strict retries.default
2023-08-09Be more strict in not retrying on permanent errors.default
2023-08-08Renamed json dump functions to new xs spec.default
2023-08-08Fixed votersCount.default
2023-08-07Limited users can announce our own posts.default
2023-08-07Some fixes to limiting actors.default
2023-08-06Added command-line interface for limit/unlimit users.default
2023-08-06Drop announces from limited users.default