summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Collapse)Author
2022-11-22In msg_note(), also add the in_reply_to author as a tag.Mention.default
2022-11-18Logging tweaks.default
2022-11-18Always log process_queue sending.default
2022-11-17Queue messages to inboxes instead of actors.default
2022-11-17Move send to actor logging to process_queue().default
2022-11-17Also log the inbox in send_to_actor().default
2022-11-17Use endpoints/sharedInbox instead of inbox, if there is one.default
2022-11-13Set "u-url mention" class for mentions.default
2022-11-13Some formatting refactoring.default
2022-11-07Fixed memory leak.default
2022-11-02Use the newly resolved actor in msg_follow() instead of rewriting the old one.default
2022-11-02Fixed bug when following by @user@host.default
2022-11-02People page started.default
2022-11-01Don't store objects other than 'Note' in timeline_request().default
2022-10-25Some code moving to avoid false positive leaks.default
2022-10-25Fixed leak.default
2022-10-21Send notification emails through the queue.default
2022-10-21Fixed typo.default
2022-10-21Don't notify about admirations of things by others.default
2022-10-21Rewritten notify() to write the message in bulk.default
This was meant to avoid some 32 EPIPE from sendmail, but it's still happening.
2022-10-21New function notify().default
2022-10-20Better 'Delete' message logging.default
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