summaryrefslogtreecommitdiff
path: root/activitypub.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-11Minor tweak to link extraction regex.Gravatar grunfink1-1/+1
2025-05-09As they look ugly in some platforms, links are no longer shown as attachments.Gravatar grunfink1-5/+7
2025-05-04Webmentions are now sent.Gravatar grunfink1-1/+6
2025-05-03Preprocess the webmention q_item.Gravatar grunfink1-0/+13
Nothing is really done yet.
2025-04-28Changed email notifications: use SMTP only if configured.Gravatar grunfink1-2/+4
2025-04-28Email notifications are sent the old way if 'spawn_sendmail' is set to true.Gravatar grunfink1-0/+28
2025-04-27Fixed typo.Gravatar grunfink1-2/+2
2025-04-27Changed server SMTP settings.Gravatar grunfink1-6/+9
2025-04-27Fixed memory leak.Gravatar grunfink1-1/+2
2025-04-24default to `smtp://localhost`Gravatar shtrophic1-1/+1
2025-04-13cleaned up old changes and outdated commentsGravatar green1-3/+2
2025-04-13maybe a fix for username emojisGravatar green1-0/+5
2025-04-01More scheduled post code.Gravatar default1-0/+2
2025-03-13Improved Undo+Follow logic (contributed by rozenglass).Gravatar default1-14/+21
2025-03-02msg_note() accepts a nullable post date.Gravatar default1-3/+8
2025-02-27Some tweaks to timeline_request().Gravatar default1-50/+50
2025-02-27Also check for blocked hashtags in timeline_request().Gravatar default1-49/+49
2025-02-27More hashtag block tweaks.Gravatar default1-0/+3
2025-02-27More hashtag block tweaks.Gravatar default1-4/+7
2025-02-27New function blocked_hashtag_check().Gravatar default1-11/+27
2025-02-27New function hashtag_in_msg().Gravatar default1-6/+11
2025-02-20use xs_dict_append correctlyGravatar shtrophic1-3/+3
2025-02-20Revert "fix ownership-problem of mailinfo"Gravatar shtrophic1-1/+1
This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f.
2025-02-19fix ownership-problem of mailinfoGravatar shtrophic1-1/+1
2025-02-17Show the POST status also as string.Gravatar default1-3/+11
2025-01-27Minor optimization in timeline retrieving.Gravatar default1-1/+1
Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested.
2025-01-24enforce tls when supported && add testsGravatar shtrophic1-1/+2
2025-01-23More hashtag following tweaks.Gravatar default1-0/+33
2025-01-22More tweaks to hashtag following code.Gravatar default1-4/+17
2025-01-22Moved followed hashtag check to its own function.Gravatar default1-24/+36
2025-01-22Also accept 'Update' activities for 'Application' objects.Gravatar default1-1/+1
2025-01-22Don't account as such announces by our own relay.Gravatar default1-5/+10
2025-01-20fix memory leakGravatar shtrophic1-1/+1
2025-01-20add port parsing for sandboxingGravatar shtrophic1-2/+2
2025-01-20add xs_smtp_requestGravatar shtrophic1-29/+19
2025-01-19Don't notify us for our own posts from the relay.Gravatar default1-0/+5
2025-01-19Only relay public posts.Gravatar default1-1/+1
2025-01-19Also relay notes to the relays that follow us.Gravatar default1-17/+41
2025-01-13Don't describe as 'fatal' what are just non-retriable connection errors.Gravatar default1-1/+1
2025-01-12Renamed msg_place() to msg_actor_place().Gravatar default1-2/+2
2025-01-11Moved creation of "quiet public" posts to msg_note(), where it belongs.Gravatar default1-1/+7
2025-01-10Fixed crash in msg_place() because I'm a moron.Gravatar default1-1/+1
2025-01-10If a location is defined, user actors include a 'Place' object.Gravatar default1-0/+27
2025-01-10Actor caching lowered to 3 hours.Gravatar default1-1/+1
2025-01-10Always return a shared inbox for the 'relay' user.Gravatar default1-1/+1
2025-01-09Bumped debug level of actor cache hits.Gravatar default1-1/+1
2025-01-09Added some actor object caching.Gravatar default1-1/+15
2025-01-09Added a way to archive ignored messages.Gravatar default1-0/+11
2025-01-09Some fixes to receive and update 'Event' objects correctly.Gravatar default1-3/+3
2025-01-08Bumped copyright year.Gravatar default1-1/+1