summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Be more strict when serving note objects.Gravatar default2023-08-181-0/+4
* Fixed some warning.Gravatar default2023-08-141-4/+4
* If a user 'header' field is defined, use it.Gravatar default2023-08-141-0/+10
* Ignore 'Add' activities ASAP.Gravatar default2023-08-131-5/+10
* Don't archive Accept + Create activities as errors.Gravatar default2023-08-131-0/+5
* Use some new xs_stock values.Gravatar default2023-08-131-4/+2
* Rewritten actor_get() to not depend on a user.Gravatar default2023-08-121-1/+1
* Rewritten is_msg_public() to not depend on a user.Gravatar default2023-08-121-7/+24
* Archive JSON errors in activitypub_post_handler.Gravatar default2023-08-111-0/+2
* More strict retries.Gravatar default2023-08-091-1/+1
* Be more strict in not retrying on permanent errors.Gravatar default2023-08-091-2/+2
* Renamed json dump functions to new xs spec.Gravatar default2023-08-081-2/+2
* Fixed votersCount.Gravatar default2023-08-081-2/+7
* Limited users can announce our own posts.Gravatar default2023-08-071-4/+4
* Some fixes to limiting actors.Gravatar default2023-08-071-21/+22
* Added command-line interface for limit/unlimit users.Gravatar default2023-08-061-1/+1
* Drop announces from limited users.Gravatar default2023-08-061-0/+3
* Fixed a log message level.Gravatar default2023-08-021-1/+1
* Fixed outbox to be an OrderedCollection of Create+Note, not Note.Gravatar default2023-07-291-3/+4
* msg_create() is of type @wrapper.Gravatar default2023-07-291-1/+11
* Updated comment in headers.Gravatar default2023-07-281-1/+1
* Deleted a comment that is no longer true.Gravatar default2023-07-241-5/+0
* Improved Accept + implicit Follow code.Gravatar default2023-07-241-1/+12
* Added support for Accept objects that only provide an object id.Gravatar default2023-07-241-2/+4
* Increased recursion level for timeline_request().Gravatar default2023-07-181-3/+2
* Avoid incomplete messages in timeline_request().Gravatar default2023-07-151-0/+3
* Use the right object id when storing Announce + Create + Note objects.Gravatar default2023-07-141-3/+5
* Increased log level for Announce error requests.Gravatar default2023-07-131-1/+1
* Added support for the 'Page' ActivityPub object.Gravatar default2023-07-131-7/+21
* Added a maximum level of recursion to timeline_request().Gravatar default2023-07-131-7/+8
* Always log send status in post_message().Gravatar default2023-07-131-4/+5
* New function post_message(), to send a message bypassing the output queue.Gravatar default2023-07-131-2/+17
* Minor prototype tweak.Gravatar default2023-07-131-2/+3
* activitypub.c: Remove unused variable.Gravatar Yonle2023-07-121-1/+0
* Fixed weird prototype of process_tags().Gravatar default2023-07-041-5/+6
* The actor bio now accepts tags.Gravatar default2023-07-041-1/+4
* More unfollow notification tweaks.Gravatar default2023-07-041-1/+4
* Also show unfollows in the notification area.Gravatar default2023-07-041-1/+1
* Call is_instance_blocked() from activitypub_post_handler().Gravatar default2023-06-291-2/+11
* Increased log level for 'not for us' messages.Gravatar default2023-06-261-1/+1
* Defend from kbin.social messages not having a content-type header.Gravatar default2023-06-191-0/+3
* Increased debug level for NOT collecting inboxes.Gravatar default2023-06-161-1/+1
* Added a comment about Announces of non-Notes.Gravatar default2023-06-111-0/+5
* No more archiving of borked Likes.Gravatar default2023-06-111-6/+0
* Also reject Like messages in is_msg_for_me().Gravatar default2023-06-111-1/+5
* Log malformed Likes from wafrn.net (who else?).Gravatar default2023-06-111-0/+6
* Fixed comment.Gravatar default2023-06-111-1/+1
* Disable `timeline_request_replies()` temporarily.Gravatar default2023-06-111-0/+9
* Use a different variable name to store the id of 'embedded' children.Gravatar default2023-06-111-3/+3
* New function enqueue_request_replies().Gravatar default2023-06-071-4/+9