summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
2023-01-10Log tweaks.default
2023-01-10Use the already loaded actor in check_signature().default
2022-12-24Fixed log level for 'serving actor'.default
2022-12-23Added a working space to timeline_request().default
2022-12-23Don't rewrite the id unless it's different.default
2022-12-23Corrected a debug level.default
2022-12-23Fixed crash on some webfinger errors.default
2022-12-23timeline_request() fixes the canonical id for the object.default
2022-12-23Don't generate inReplyTo as an empty string.default
2022-12-16Log the actor request.default
2022-12-16In msg_note(), delete all cc recipients also in the to.default
2022-12-16Replaced all calls to post() with enqueue_message().default
2022-12-16New function enqueue_message().default
2022-12-15Lower debug level to repeated follows.default
2022-12-15Log repeated Follow messages.default
2022-12-15Added support for Update + Note on input.default
2022-12-14Some code reordering to placate scan-build's wrath.default
2022-12-11Log the response date in send_to_inbox() errors.default
2022-12-10In process_queue(), do not retry for 404 or 410 status.default
2022-12-08Added level of debug for 'Delete' messages.default
2022-12-06Pagination of the public and private pageAlex Schroeder
2022-12-04Use "new" instead of "New" for log messagesAlex Schroeder
2022-12-03New function timeline_simple_list().default
2022-12-02More old code cleaning.default
2022-12-02Renamed timeline_here() to object_here().default
2022-12-02Fixed one post queries.default
2022-12-02Fixed RSS and outbox to use the new data storage.default
2022-12-02Big data storage change.default
2022-12-01Added the profile="" argument to Person content-type.default
2022-11-28Deleted dump of debugging code.default
2022-11-28Use xs_set in recipient_list() and inbox_list().default
2022-11-28Upgraded followers to the new db.default
2022-11-27Dump bad signature headers to /tmp/ (temporary).default
2022-11-27I was using fclose() instead of pclose(). What a moron.default
2022-11-26New function object_add_ow().default
2022-11-25Also call object_del() on a renewed actor in actor_request().default
2022-11-25On Update + Person, call object_del() before actor_add().default
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