summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Local tag links now point to the search by tag URL.Gravatar default2023-11-081-1/+1
|
* Drop updates for unknown posts.Gravatar default2023-10-161-3/+7
|
* Drop replies to hidden posts.Gravatar default2023-10-161-9/+14
|
* On output, consider HTTP status 405 (not allowed) as a fatal error.Gravatar default2023-10-061-1/+1
|
* Give more retry time to timedout connections.Gravatar default2023-09-291-5/+12
|
* If a metadata starts with https:, convert it to a link.Gravatar default2023-09-221-2/+12
|
* If an account has metadata, return them as attachment PropertyValues in ↵Gravatar default2023-09-181-0/+20
| | | | msg_actor().
* Use xs_match() in some places for more clarity.Gravatar default2023-09-171-8/+5
|
* Also accept Update activities for Page and Article.Gravatar default2023-09-151-2/+4
|
* Discard output messages to blocked instances.Gravatar default2023-09-021-0/+5
|
* Consider error status 400 as fatal in output messages.Gravatar default2023-09-011-1/+1
|
* Some fixes to 'Undo' messages.Gravatar default2023-08-311-4/+12
| | | | | msg_undo() now generates valid messages for objects that are only referenced by its id.
* Added some support for 'Article' object types.Gravatar default2023-08-231-1/+3
|
* Also propagate the 'conversation' field, if there is one.Gravatar default2023-08-221-0/+4
|
* 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
| | | | They may be (or not, not remember from the doc), but I don't care.
* 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
| | | | This means that it also generate the same id for the same Note.
* 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
| | | | This allows following Guppe groups.
* 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
| | | | So that you can follow and interact with lemmy channels.
* 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
| | | | | | | This is used when accepting Follow requests; this way, follows are confirmed as fast as possible. If the message cannot be immediately sent, it's queued as always.
* 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
|