summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Collapse)Author
2022-10-16Added support for HEAD methods.default
Mastodon uses them when it founds an attachment.
2022-10-10Media can be attached to notes.default
The web interface limits this (by now) to only one attachment, given the URL.
2022-10-02Use the time functions of xs_time.h.default
2022-10-01Fixed crash.default
2022-10-01Also accept 'Delete' on input.default
2022-10-01Implemented 'Delete'.default
2022-10-01timeline_request() also triggers an actor_request().default
2022-10-01New web action 'Unfollow'.default
2022-09-30Add a date to a Follow message if it doesn't include one.default
2022-09-29New function check_signature() (incomplete).default
2022-09-29html_entry() is built in its own string and then added.default
This will be faster.
2022-09-28Treat 410 Gone from actors specially.default
2022-09-28The input queue also has retries.default
2022-09-28If an actor cannot be retrieved, move the message back to the queue.default
2022-09-28Process 'Update' + 'Person'.default
2022-09-28Process 'Undo' + 'Follow'.default
2022-09-28'Announce' messages also try to bring the announced actor.default
2022-09-28Check for muted actors in Announce messages.default
2022-09-28Delete the _snac field in outbox.default
2022-09-28The outbox returns now some entries.default
2022-09-27Timeline pages are also served.default
2022-09-27Call process_tags() from msg_note().default
2022-09-27New function process_tags() (untested).default
2022-09-27'Accept' messages are processed.default
2022-09-27New function msg_follow().default
2022-09-27More work in msg_note().default
2022-09-27Notes can be posted WOW!.default
2022-09-27Started function not_really_markdown().default
2022-09-27'Follow' messages are now processed.default
2022-09-27Check the digest before enqueueing.default
2022-09-26Serve the actor as the correct content-type.default
2022-09-26More work but signatures seem to still fail.default
2022-09-26New function msg_admiration().default
2022-09-26New function post.default
2022-09-26New function is_msg_public().default
2022-09-26Renamed to recipient_list().default
2022-09-26New function recipients().default
2022-09-26Link to local if the child id is from this actor.default
2022-09-26Resolve object id instead of discarding like or boost.default
2022-09-26New metadata 'referrer', that contains an actor.default
This field contains the actor that boosted an entry.
2022-09-26Return the correct content-type.default
2022-09-25Backported from xs.default
2022-09-25Avoid crashing on empty q_items.default
2022-09-25More sign work (I'm tired).default
2022-09-25New function msg_actor().default
2022-09-25Fixed a bug in the digest header.default
2022-09-25New function timeline_request().default
2022-09-25New function timeline_admire().default
2022-09-25Some fixes to timeline_add().default
2022-09-25Process 'Create' messages (untested).default