summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Moved followed hashtag check to its own function.Gravatar default2025-01-221-24/+36
| * Also accept 'Update' activities for 'Application' objects.Gravatar default2025-01-221-1/+1
| * Don't account as such announces by our own relay.Gravatar default2025-01-221-5/+10
* | fix memory leakGravatar shtrophic2025-01-201-1/+1
* | add port parsing for sandboxingGravatar shtrophic2025-01-201-2/+2
* | add xs_smtp_requestGravatar shtrophic2025-01-201-29/+19
|/
* Don't notify us for our own posts from the relay.Gravatar default2025-01-191-0/+5
* Only relay public posts.Gravatar default2025-01-191-1/+1
* Also relay notes to the relays that follow us.Gravatar default2025-01-191-17/+41
* Don't describe as 'fatal' what are just non-retriable connection errors.Gravatar default2025-01-131-1/+1
* Renamed msg_place() to msg_actor_place().Gravatar default2025-01-121-2/+2
* Moved creation of "quiet public" posts to msg_note(), where it belongs.Gravatar default2025-01-111-1/+7
* Fixed crash in msg_place() because I'm a moron.Gravatar default2025-01-101-1/+1
* If a location is defined, user actors include a 'Place' object.Gravatar default2025-01-101-0/+27