summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * New function hashtag_in_msg().Gravatar default2025-02-271-6/+11
* | use xs_dict_append correctlyGravatar shtrophic2025-02-201-3/+3
* | Revert "fix ownership-problem of mailinfo"Gravatar shtrophic2025-02-201-1/+1
* | fix ownership-problem of mailinfoGravatar shtrophic2025-02-191-1/+1
* | Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-02-171-3/+11
|\|
| * Show the POST status also as string.Gravatar default2025-02-171-3/+11
* | Merge tag '2.72' into curl-smtpGravatar shtrophic2025-02-151-1/+1
|\|
| * Minor optimization in timeline retrieving.Gravatar default2025-01-271-1/+1
* | enforce tls when supported && add testsGravatar shtrophic2025-01-241-1/+2
* | Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-01-241-34/+97
|\|
| * More hashtag following tweaks.Gravatar default2025-01-231-0/+33
| * More tweaks to hashtag following code.Gravatar default2025-01-221-4/+17