summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added more const.Gravatar default2024-05-231-19/+20
|
* Added const everywhere.Gravatar default2024-05-211-177/+106
|
* Renamed content_check() to content_match().Gravatar default2024-05-151-2/+2
|
* Fixed git conflict.Gravatar default2024-05-111-1/+1
|\
| * Unified post-like object type match.Gravatar default2024-05-111-1/+1
| |
* | In timeline_request(), call enqueue_actor_request on actor errors.Gravatar default2024-05-111-11/+15
|/
* Added some more logging.Gravatar default2024-05-051-0/+10
|
* New function enqueue_object_request().Gravatar default2024-05-051-0/+16
|
* Fixed confusion in Undo + Follow processing.Gravatar default2024-05-021-5/+9
|
* Also add announces to lists.Gravatar default2024-04-301-0/+3
|
* New server.json knobs "queue_timeout" and "queue_timeout_2".Gravatar default2024-04-221-2/+10
|
* Deleted useless recalculation of queue_retry_max.Gravatar default2024-04-221-2/+0
|
* Some tweaks to previous patch.Gravatar default2024-04-181-2/+2
|
* Merge pull request 'Ability to federate with hidden networks #93 (update for ↵Gravatar grunfink2024-04-181-2/+2
|\ | | | | | | | | | | v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
| * Ability to federate with hidden networks #93 (update for v2.49)Gravatar iwojim02024-03-091-2/+2
| |
* | Commented out received unboosts (see code for an explanation).Gravatar default2024-04-121-1/+6
| |
* | Undo for Likes and Announces are no longer dropped.Gravatar default2024-04-111-0/+14
| |
* | mastoapi: 'unfavourite' and 'unreblog' actions now fully work.Gravatar default2024-04-111-3/+3
| |
* | New function msg_repulsion.Gravatar default2024-04-101-0/+27
| |
* | Changed admiration message ids from dummy ones to having an md5 of the object.Gravatar default2024-04-101-1/+3
| |
* | If an emoji in emojis.json is an URL to an image, it's stored in the tag list.Gravatar default2024-03-251-2/+2
| |
* | Added an additional check for blocked instances.Gravatar default2024-03-251-0/+6
| |
* | Reject my own messages in is_msg_for_me().Gravatar default2024-03-241-0/+6
| |
* | Only reply to direct Ping activities.Gravatar default2024-03-241-0/+6
| |
* | Don't be overzealous in avoid notifications for Likes and Announces.Gravatar default2024-03-221-6/+6
| |
* | Added a type Note to poll options.Gravatar default2024-03-151-0/+1
| |
* | Backport from xs.Gravatar default2024-03-151-2/+2
| |
* | Call actor_get_refresh() from actor_request().Gravatar default2024-03-131-7/+1
| |
* | Don't call enqueue_actor_refresh() with a NULL user.Gravatar default2024-03-121-1/+1
| |
* | Queue actor request renamed to actor_refresh.Gravatar default2024-03-121-3/+3
| |
* | More actor refreshing tweaks.Gravatar default2024-03-121-6/+10
| |
* | Don't call enqueue_actor_request() with a NULL user.Gravatar default2024-03-121-0/+2
| |
* | Added actor refreshing via the user queue.Gravatar default2024-03-121-0/+16
| |
* | Also call content_check() from timeline_request().Gravatar default2024-03-111-9/+13
| |
* | Also accept Article objects.Gravatar default2024-03-111-1/+1
| |
* | New function content_check().Gravatar default2024-03-111-1/+6
|/
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-091-1/+2
|
* Shortened the maximum conversation levels.Gravatar default2024-03-081-1/+1
| | | | Set to a compilation define in MAX_CONVERSATION_LEVELS.
* More logging tweaks.Gravatar default2024-03-041-1/+1
|
* More logging tweaks.Gravatar default2024-03-041-1/+2
|
* Logging tweaks.Gravatar default2024-03-041-1/+1
|
* Also reject posts from accounts that are too old to be true.Gravatar default2024-02-221-5/+18
|
* Added a new `min_account_age` parameter to server.json.Gravatar default2024-02-221-0/+19
| | | | | By setting this value to a number of seconds, any activity from accounts created newer than that, will be rejected.
* Log (and not notify) repeated likes and announces.Gravatar default2024-02-211-6/+13
|
* New verify_links q_item.Gravatar default2024-02-201-0/+4
|
* Fixed bug in get_attachments().Gravatar default2024-02-161-1/+1
|
* Always return rel=me in msg_actor() links.Gravatar default2024-02-151-10/+1
|
* Also add the rel=me to metadata links in msg_actor().Gravatar default2024-02-141-1/+10
|
* New function is_msg_from_private_user().Gravatar default2024-02-101-0/+24
|
* Skip our own notifications.Gravatar default2024-02-051-0/+4
|