summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for Update + Note on input.Gravatar default2022-12-151-0/+8
* Some code reordering to placate scan-build's wrath.Gravatar default2022-12-141-6/+14
* Log the response date in send_to_inbox() errors.Gravatar default2022-12-111-0/+5
* In process_queue(), do not retry for 404 or 410 status.Gravatar default2022-12-101-0/+4
* Added level of debug for 'Delete' messages.Gravatar default2022-12-081-1/+1
* Pagination of the public and private pageGravatar Alex Schroeder2022-12-061-1/+1
* Use "new" instead of "New" for log messagesGravatar Alex Schroeder2022-12-041-2/+2
* New function timeline_simple_list().Gravatar default2022-12-031-1/+1
* More old code cleaning.Gravatar default2022-12-021-3/+3
* Renamed timeline_here() to object_here().Gravatar default2022-12-021-1/+1
* Fixed one post queries.Gravatar default2022-12-021-4/+1
* Fixed RSS and outbox to use the new data storage.Gravatar default2022-12-021-6/+9
* Big data storage change.Gravatar default2022-12-021-3/+3
* Added the profile="" argument to Person content-type.Gravatar default2022-12-011-1/+1
* Deleted dump of debugging code.Gravatar default2022-11-281-8/+0
* Use xs_set in recipient_list() and inbox_list().Gravatar default2022-11-281-13/+14
* Upgraded followers to the new db.Gravatar default2022-11-281-5/+3
* Dump bad signature headers to /tmp/ (temporary).Gravatar default2022-11-271-0/+8
* I was using fclose() instead of pclose(). What a moron.Gravatar default2022-11-271-1/+1
* New function object_add_ow().Gravatar default2022-11-261-2/+0
* Also call object_del() on a renewed actor in actor_request().Gravatar default2022-11-251-0/+1
* On Update + Person, call object_del() before actor_add().Gravatar default2022-11-251-0/+2
* In msg_note(), also add the in_reply_to author as a tag.Mention.Gravatar default2022-11-221-6/+21
* Logging tweaks.Gravatar default2022-11-181-3/+3
* Always log process_queue sending.Gravatar default2022-11-181-2/+2
* Queue messages to inboxes instead of actors.Gravatar default2022-11-171-8/+33
* Move send to actor logging to process_queue().Gravatar default2022-11-171-4/+4
* Also log the inbox in send_to_actor().Gravatar default2022-11-171-1/+1
* Use endpoints/sharedInbox instead of inbox, if there is one.Gravatar default2022-11-171-12/+23
* Set "u-url mention" class for mentions.Gravatar default2022-11-131-1/+1
* Some formatting refactoring.Gravatar default2022-11-131-2/+2
* Fixed memory leak.Gravatar default2022-11-071-1/+1
* Use the newly resolved actor in msg_follow() instead of rewriting the old one.Gravatar default2022-11-021-2/+1
* Fixed bug when following by @user@host.Gravatar default2022-11-021-2/+11
* People page started.Gravatar default2022-11-021-2/+8
* Don't store objects other than 'Note' in timeline_request().Gravatar default2022-11-011-10/+14
* Some code moving to avoid false positive leaks.Gravatar default2022-10-251-2/+2
* Fixed leak.Gravatar default2022-10-251-1/+2
* Send notification emails through the queue.Gravatar default2022-10-211-20/+33
* Fixed typo.Gravatar default2022-10-211-1/+1
* Don't notify about admirations of things by others.Gravatar default2022-10-211-14/+20
* Rewritten notify() to write the message in bulk.Gravatar default2022-10-211-23/+43
* New function notify().Gravatar default2022-10-211-4/+80
* Better 'Delete' message logging.Gravatar default2022-10-201-2/+4
* Added support for HEAD methods.Gravatar default2022-10-161-1/+1
* Media can be attached to notes.Gravatar default2022-10-101-1/+29
* Use the time functions of xs_time.h.Gravatar default2022-10-021-2/+3
* Fixed crash.Gravatar default2022-10-011-2/+3
* Also accept 'Delete' on input.Gravatar default2022-10-011-2/+5
* Implemented 'Delete'.Gravatar default2022-10-011-3/+26