summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 p...Gravatar grunfink2025-05-221-1/+1
|\
| * 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 dandelio...Gravatar grunfink2025-05-061-0/+4
|\
| * 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
* | 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
|\|
| * More scheduled post code.Gravatar default2025-04-011-0/+2
* | Merge tag '2.74' into curl-smtpGravatar shtrophic2025-03-201-14/+21
|\|
| * Improved Undo+Follow logic (contributed by rozenglass).Gravatar default2025-03-131-14/+21
* | Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-03-081-94/+126
|\|
| * msg_note() accepts a nullable post date.Gravatar default2025-03-021-3/+8
| * Some tweaks to timeline_request().Gravatar default2025-02-271-50/+50
| * Also check for blocked hashtags in timeline_request().Gravatar default2025-02-271-49/+49
| * More hashtag block tweaks.Gravatar default2025-02-271-0/+3
| * More hashtag block tweaks.Gravatar default2025-02-271-4/+7
| * New function blocked_hashtag_check().Gravatar default2025-02-271-11/+27