index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
activitypub.c
Age
Commit message (
Expand
)
Author
2023-12-10
activitypub_request() may have a NULL user.
default
2023-12-10
Minor reordering code to process_input_message().
default
2023-12-10
process_input_message() returns -1 on errors.
default
2023-12-10
Call is_msg_for_me() from global queue input messages.
default
2023-12-08
Usage of shared inboxes is now configurable from the server.json file.
default
2023-12-06
Also check inside Update messages in is_msg_for_me().
default
2023-12-06
Started work to support shared inboxes.
default
2023-11-29
Fixed crash in activitypub_request() when there is no payload.
default
2023-11-08
Local tag links now point to the search by tag URL.
default
2023-10-16
Drop updates for unknown posts.
default
2023-10-16
Drop replies to hidden posts.
default
2023-10-06
On output, consider HTTP status 405 (not allowed) as a fatal error.
default
2023-09-29
Give more retry time to timedout connections.
default
2023-09-22
If a metadata starts with https:, convert it to a link.
default
2023-09-18
If an account has metadata, return them as attachment PropertyValues in msg_a...
default
2023-09-17
Use xs_match() in some places for more clarity.
default
2023-09-15
Also accept Update activities for Page and Article.
default
2023-09-02
Discard output messages to blocked instances.
default
2023-09-01
Consider error status 400 as fatal in output messages.
default
2023-08-31
Some fixes to 'Undo' messages.
default
2023-08-23
Added some support for 'Article' object types.
default
2023-08-22
Also propagate the 'conversation' field, if there is one.
default
2023-08-18
Be more strict when serving note objects.
default
2023-08-14
Fixed some warning.
default
2023-08-14
If a user 'header' field is defined, use it.
default
2023-08-13
Ignore 'Add' activities ASAP.
default
2023-08-13
Don't archive Accept + Create activities as errors.
default
2023-08-13
Use some new xs_stock values.
default
2023-08-12
Rewritten actor_get() to not depend on a user.
default
2023-08-12
Rewritten is_msg_public() to not depend on a user.
default
2023-08-11
Archive JSON errors in activitypub_post_handler.
default
2023-08-09
More strict retries.
default
2023-08-09
Be more strict in not retrying on permanent errors.
default
2023-08-08
Renamed json dump functions to new xs spec.
default
2023-08-08
Fixed votersCount.
default
2023-08-07
Limited users can announce our own posts.
default
2023-08-07
Some fixes to limiting actors.
default
2023-08-06
Added command-line interface for limit/unlimit users.
default
2023-08-06
Drop announces from limited users.
default
2023-08-02
Fixed a log message level.
default
2023-07-29
Fixed outbox to be an OrderedCollection of Create+Note, not Note.
default
2023-07-29
msg_create() is of type @wrapper.
default
2023-07-28
Updated comment in headers.
default
2023-07-24
Deleted a comment that is no longer true.
default
2023-07-24
Improved Accept + implicit Follow code.
default
2023-07-24
Added support for Accept objects that only provide an object id.
default
2023-07-18
Increased recursion level for timeline_request().
default
2023-07-15
Avoid incomplete messages in timeline_request().
default
2023-07-14
Use the right object id when storing Announce + Create + Note objects.
default
2023-07-13
Increased log level for Announce error requests.
default
[next]