summaryrefslogtreecommitdiff
path: root/activitypub.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-16Log the actor request.Gravatar default1-0/+2
2022-12-16In msg_note(), delete all cc recipients also in the to.Gravatar default1-0/+9
2022-12-16Replaced all calls to post() with enqueue_message().Gravatar default1-1/+1
2022-12-16New function enqueue_message().Gravatar default1-0/+11
2022-12-15Lower debug level to repeated follows.Gravatar default1-1/+1
2022-12-15Log repeated Follow messages.Gravatar default1-12/+16
2022-12-15Added support for Update + Note on input.Gravatar default1-0/+8
2022-12-14Some code reordering to placate scan-build's wrath.Gravatar default1-6/+14
2022-12-11Log the response date in send_to_inbox() errors.Gravatar default1-0/+5
2022-12-10In process_queue(), do not retry for 404 or 410 status.Gravatar default1-0/+4
2022-12-08Added level of debug for 'Delete' messages.Gravatar default1-1/+1
2022-12-06Pagination of the public and private pageGravatar Alex Schroeder1-1/+1
2022-12-04Use "new" instead of "New" for log messagesGravatar Alex Schroeder1-2/+2
2022-12-03New function timeline_simple_list().Gravatar default1-1/+1
2022-12-02More old code cleaning.Gravatar default1-3/+3
2022-12-02Renamed timeline_here() to object_here().Gravatar default1-1/+1
2022-12-02Fixed one post queries.Gravatar default1-4/+1
2022-12-02Fixed RSS and outbox to use the new data storage.Gravatar default1-6/+9
2022-12-02Big data storage change.Gravatar default1-3/+3
2022-12-01Added the profile="" argument to Person content-type.Gravatar default1-1/+1
2022-11-30this is actually a pipe not a file, it should be closed as a pipeGravatar Anonymous1-3/+3
2022-11-28Deleted dump of debugging code.Gravatar default1-8/+0
2022-11-28Use xs_set in recipient_list() and inbox_list().Gravatar default1-13/+14
2022-11-28Upgraded followers to the new db.Gravatar default1-5/+3
2022-11-27Dump bad signature headers to /tmp/ (temporary).Gravatar default1-0/+8
2022-11-27I was using fclose() instead of pclose(). What a moron.Gravatar default1-1/+1
2022-11-26New function object_add_ow().Gravatar default1-2/+0
2022-11-25Also call object_del() on a renewed actor in actor_request().Gravatar default1-0/+1
2022-11-25On Update + Person, call object_del() before actor_add().Gravatar default1-0/+2
2022-11-22In msg_note(), also add the in_reply_to author as a tag.Mention.Gravatar default1-6/+21
2022-11-18Logging tweaks.Gravatar default1-3/+3
2022-11-18Always log process_queue sending.Gravatar default1-2/+2
2022-11-17Queue messages to inboxes instead of actors.Gravatar default1-8/+33
2022-11-17Move send to actor logging to process_queue().Gravatar default1-4/+4
2022-11-17Also log the inbox in send_to_actor().Gravatar default1-1/+1
2022-11-17Use endpoints/sharedInbox instead of inbox, if there is one.Gravatar default1-12/+23
2022-11-13Set "u-url mention" class for mentions.Gravatar default1-1/+1
2022-11-13Some formatting refactoring.Gravatar default1-2/+2
2022-11-07Fixed memory leak.Gravatar default1-1/+1
2022-11-02Use the newly resolved actor in msg_follow() instead of rewriting the old one.Gravatar default1-2/+1
2022-11-02Fixed bug when following by @user@host.Gravatar default1-2/+11
2022-11-02People page started.Gravatar default1-2/+8
2022-11-01Don't store objects other than 'Note' in timeline_request().Gravatar default1-10/+14
2022-10-25Some code moving to avoid false positive leaks.Gravatar default1-2/+2
2022-10-25Fixed leak.Gravatar default1-1/+2
2022-10-21Send notification emails through the queue.Gravatar default1-20/+33
2022-10-21Fixed typo.Gravatar default1-1/+1
2022-10-21Don't notify about admirations of things by others.Gravatar default1-14/+20
2022-10-21Rewritten notify() to write the message in bulk.Gravatar default1-23/+43
2022-10-21New function notify().Gravatar default1-4/+80