summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | This was meant to avoid some 32 EPIPE from sendmail, but it's still happening.
* 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
| | | | Mastodon uses them when it founds an attachment.
* Media can be attached to notes.Gravatar default2022-10-101-1/+29
| | | | | The web interface limits this (by now) to only one attachment, given the URL.
* 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
|
* timeline_request() also triggers an actor_request().Gravatar default2022-10-011-2/+9
|
* New web action 'Unfollow'.Gravatar default2022-10-011-0/+11
|
* Add a date to a Follow message if it doesn't include one.Gravatar default2022-09-301-3/+10
|
* New function check_signature() (incomplete).Gravatar default2022-09-291-1/+4
|
* html_entry() is built in its own string and then added.Gravatar default2022-09-291-3/+7
| | | | This will be faster.
* Treat 410 Gone from actors specially.Gravatar default2022-09-281-2/+12
|
* The input queue also has retries.Gravatar default2022-09-281-6/+15
|
* If an actor cannot be retrieved, move the message back to the queue.Gravatar default2022-09-281-1/+6
|