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
2024-05-11
Fixed git conflict.
default
2024-05-11
In timeline_request(), call enqueue_actor_request on actor errors.
default
2024-05-11
Unified post-like object type match.
default
2024-05-05
Added some more logging.
default
2024-05-05
New function enqueue_object_request().
default
2024-05-02
Fixed confusion in Undo + Follow processing.
default
2024-04-30
Also add announces to lists.
default
2024-04-22
New server.json knobs "queue_timeout" and "queue_timeout_2".
default
2024-04-22
Deleted useless recalculation of queue_retry_max.
default
2024-04-18
Some tweaks to previous patch.
default
2024-04-18
Merge pull request 'Ability to federate with hidden networks #93 (update for ...
grunfink
2024-04-12
Commented out received unboosts (see code for an explanation).
default
2024-04-11
Undo for Likes and Announces are no longer dropped.
default
2024-04-11
mastoapi: 'unfavourite' and 'unreblog' actions now fully work.
default
2024-04-10
New function msg_repulsion.
default
2024-04-10
Changed admiration message ids from dummy ones to having an md5 of the object.
default
2024-03-25
If an emoji in emojis.json is an URL to an image, it's stored in the tag list.
default
2024-03-25
Added an additional check for blocked instances.
default
2024-03-24
Reject my own messages in is_msg_for_me().
default
2024-03-24
Only reply to direct Ping activities.
default
2024-03-22
Don't be overzealous in avoid notifications for Likes and Announces.
default
2024-03-15
Added a type Note to poll options.
default
2024-03-15
Backport from xs.
default
2024-03-13
Call actor_get_refresh() from actor_request().
default
2024-03-12
Don't call enqueue_actor_refresh() with a NULL user.
default
2024-03-12
Queue actor request renamed to actor_refresh.
default
2024-03-12
More actor refreshing tweaks.
default
2024-03-12
Don't call enqueue_actor_request() with a NULL user.
default
2024-03-12
Added actor refreshing via the user queue.
default
2024-03-11
Also call content_check() from timeline_request().
default
2024-03-11
Also accept Article objects.
default
2024-03-11
New function content_check().
default
2024-03-09
Ability to federate with hidden networks #93 (update for v2.49)
iwojim0
2024-03-09
Replaced most xs_dict_iter() with xs_dict_next().
default
2024-03-08
Shortened the maximum conversation levels.
default
2024-03-04
More logging tweaks.
default
2024-03-04
More logging tweaks.
default
2024-03-04
Logging tweaks.
default
2024-02-22
Also reject posts from accounts that are too old to be true.
default
2024-02-22
Added a new `min_account_age` parameter to server.json.
default
2024-02-21
Log (and not notify) repeated likes and announces.
default
2024-02-20
New verify_links q_item.
default
2024-02-16
Fixed bug in get_attachments().
default
2024-02-15
Always return rel=me in msg_actor() links.
default
2024-02-14
Also add the rel=me to metadata links in msg_actor().
default
2024-02-10
New function is_msg_from_private_user().
default
2024-02-05
Skip our own notifications.
default
2024-01-26
Some tweaks to retry timeouts.
default
2024-01-24
Use get_attachments() in html_entry().
default
2024-01-24
New function get_attachments() (still unused).
default
[next]