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-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
2023-07-13
Added support for the 'Page' ActivityPub object.
default
2023-07-13
Added a maximum level of recursion to timeline_request().
default
2023-07-13
Always log send status in post_message().
default
2023-07-13
New function post_message(), to send a message bypassing the output queue.
default
2023-07-13
Minor prototype tweak.
default
2023-07-12
activitypub.c: Remove unused variable.
Yonle
2023-07-04
Fixed weird prototype of process_tags().
default
2023-07-04
The actor bio now accepts tags.
default
2023-07-04
More unfollow notification tweaks.
default
2023-07-04
Also show unfollows in the notification area.
default
2023-06-29
Call is_instance_blocked() from activitypub_post_handler().
default
2023-06-26
Increased log level for 'not for us' messages.
default
2023-06-19
Defend from kbin.social messages not having a content-type header.
default
[next]