summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If the emoji starts with &#, convert to an utf-8 string.Gravatar grunfink4 days1-0/+15
|
* Only generate an Image tag if the emoji is an URL.Gravatar grunfink4 days1-9/+15
|
* Use the emoji value from emojis.json instead of creating a link to the ↵Gravatar grunfink4 days1-6/+10
| | | | static storage.
* Fixed some xs_dup() leaks.Gravatar grunfink4 days1-1/+1
|
* Added emoji reactions (contributed by violette).Gravatar violette4 days1-5/+156
|
* Fix user matchingGravatar rako2025-11-301-7/+7
| | | | | | In order to be a proper prefix, the actor url must end with a '/' otherwise it can match another user that starts with the same prefix: for example 'testuser' will match anything made by 'testuser2'
* Moved is_msg_mine() to data.c.Gravatar grunfink2025-11-291-14/+0
|
* New function is_msg_mine().Gravatar grunfink2025-11-291-0/+14
|
* Some implementations set quoted posts with 'quoteUrl', so look at that as well.Gravatar grunfink2025-11-171-1/+2
|
* Unmark a failed instance after a successful boost.Gravatar grunfink2025-11-151-0/+3
|
* Use 'quoteUri' instead of 'quote'.Gravatar grunfink2025-11-091-1/+1
|
* Retrieve quoted posts when a post arrives.Gravatar grunfink2025-11-091-0/+13
|
* Keep track of deleted users and return 410 Gone for them.Gravatar grunfink2025-10-241-4/+6
|
* Instead of comparing the output status with == 200, it's better to check ↵Gravatar Stefano Marinelli2025-10-211-3/+3
| | | | using valid_status()
* Enhances Mastodon API compatibility by adding support for displaying remote ↵Gravatar Stefano Marinelli2025-10-181-1/+77
| | | | | | users' follower/following/post counts and their posts when viewing profiles in Mastodon-compatible apps (Fedilab, Tusky, etc.). Fixes for Moshidon and improvements for better compatibility with HAProxy
* xs_http.h: new file.Gravatar grunfink2025-10-131-1/+2
|
* Fixed recipient_list() for mentioned accounts.Gravatar grunfink2025-10-111-0/+2
|
* fix fetchingGravatar byte2025-09-301-0/+4
|
* Merge pull request 'implementing scopes' (#474) from ↵Gravatar grunfink2025-09-281-20/+88
|\ | | | | | | | | | | byte/snac2:feature/visibility into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/474
| * implementing visibility scopesGravatar byte2025-09-201-21/+99
| |
* | In actor_refresh, use actor_failure() to avoid retrying 410 Gone failures.Gravatar grunfink2025-09-281-2/+15
| |
* | making sure that global data is immutableGravatar byte2025-09-221-4/+4
| |
* | Tweaked logging message.Gravatar grunfink2025-09-171-1/+1
| |
* | More work in replies pages.Gravatar grunfink2025-09-141-0/+10
|/
* Don't use # anchors in the reply paging, as Misskey seems to dislike them.Gravatar grunfink2025-09-141-3/+3
|
* New function instance_failure().Gravatar grunfink2025-09-121-0/+11
|
* Always do a deferred fsck at startup.Gravatar grunfink2025-09-071-0/+6
|
* Ensure the outbox does not include non-public posts.Gravatar grunfink2025-09-031-2/+4
|
* Call enqueue_collect_outbox() after a Follow Accept.Gravatar grunfink2025-09-031-0/+3
|
* New function enqueue_collect_outbox().Gravatar grunfink2025-09-031-0/+6
|
* New function collect_outbox().Gravatar grunfink2025-09-031-0/+101
|
* More replies tweaks.Gravatar grunfink2025-08-311-5/+2
|
* Added a 'replies' object to Notes.Gravatar grunfink2025-08-311-0/+76
|
* Some improvements to collect_replies().Gravatar grunfink2025-08-311-24/+29
|
* New function enqueue_collect_replies().Gravatar grunfink2025-08-181-0/+6
|
* New function collect_replies().Gravatar grunfink2025-08-161-0/+88
|
* Also add children to msg_delete().Gravatar grunfink2025-07-271-7/+11
|
* Fixed bug in new delete targets.Gravatar grunfink2025-07-271-6/+16
|
* In msg_delete(), also add actors that liked or boosted as destinations.Gravatar grunfink2025-07-271-1/+15
|
* More webhook checks.Gravatar grunfink2025-05-301-1/+1
|
* Added a new server knob disable_notify_webhook.Gravatar grunfink2025-05-301-1/+1
|
* More notify_webhook work.Gravatar grunfink2025-05-301-0/+33
|
* Renamed server knob to 'rss_hashtag_poll_hours'.Gravatar grunfink2025-05-281-1/+1
|
* Activated hashtag RSS polling.Gravatar grunfink2025-05-281-0/+4
|
* Minor memory leak fixes.Gravatar grunfink2025-05-221-1/+1
|
* Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from ↵Gravatar grunfink2025-05-221-1/+1
|\ | | | | | | | | | | postscriptum/snac2:utf8-lower-tags into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/400
| * use utf-8 lowercase function for tags #396Gravatar postscriptum2025-05-221-1/+1
| |
* | performance: use following_list_len in more placesGravatar green2025-05-191-4/+2
|/
* Minor tweak to link extraction regex.Gravatar grunfink2025-05-111-1/+1
|
* As they look ugly in some platforms, links are no longer shown as attachments.Gravatar grunfink2025-05-091-5/+7
|