summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request 'Display custom emoji in more places' (#343) from ↵Gravatar grunfink2025-05-061-0/+4
|\ | | | | | | | | | | dandelions/snac2:emoji-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/343
| * cleaned up old changes and outdated commentsGravatar green2025-04-131-3/+2
| |
| * maybe a fix for username emojisGravatar green2025-04-131-0/+5
| |
* | Webmentions are now sent.Gravatar grunfink2025-05-041-1/+6
| |
* | Preprocess the webmention q_item.Gravatar grunfink2025-05-031-0/+13
| | | | | | | | Nothing is really done yet.
* | Changed email notifications: use SMTP only if configured.Gravatar grunfink2025-04-281-2/+4
| |
* | Email notifications are sent the old way if 'spawn_sendmail' is set to true.Gravatar grunfink2025-04-281-0/+28
| |
* | Fixed typo.Gravatar grunfink2025-04-271-2/+2
| |
* | Changed server SMTP settings.Gravatar grunfink2025-04-271-6/+9
| |
* | Fixed memory leak.Gravatar grunfink2025-04-271-1/+2
| |
* | default to `smtp://localhost`Gravatar shtrophic2025-04-241-1/+1
| |
* | Merge tag '2.75' into curl-smtpGravatar shtrophic2025-04-171-0/+2
|\|