summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | | This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f.
* | 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
|\| | | | | | | Version 2.72 RELEASED.
| * Minor optimization in timeline retrieving.Gravatar default2025-01-271-1/+1
| | | | | | | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested.
* | 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
|
* Actor caching lowered to 3 hours.Gravatar default2025-01-101-1/+1
|
* Always return a shared inbox for the 'relay' user.Gravatar default2025-01-101-1/+1
|
* Bumped debug level of actor cache hits.Gravatar default2025-01-091-1/+1
|
* Added some actor object caching.Gravatar default2025-01-091-1/+15
|
* Merge branch 'master' of /home/angel/git/snac2Gravatar default2025-01-091-3/+3
|\
| * Some fixes to receive and update 'Event' objects correctly.Gravatar default2025-01-091-3/+3
| |
* | Added a way to archive ignored messages.Gravatar default2025-01-091-0/+11
|/
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Added a tweak to follow LitePub (Pleroma-style, https://litepub.social/) relays.Gravatar default2025-01-071-3/+8
| | | | | | | | Usage: create a magic user named 'relay' and make it follow a relay actor (examples: https://relay.c.im/actor or https://relay.ie9.org/actor). Unfollowing returns a 400 status and posts keep arriving (at least with ie9.org), so this is a problem at this moment.
* Minor semantic tweak.Gravatar default2025-01-071-1/+5
|
* New configuration directive "max_public_entries".Gravatar default2025-01-051-3/+3
|
* Moved post language setting to msg_note(), where it really belongs.Gravatar default2025-01-051-2/+17
| | | | On the way, posting from the Mastodon API sets the language accordingly.
* Skip enqueue_output() to local users (already served by the local shared-inbox).Gravatar default2024-12-311-7/+10
|
* Convert to lowercase when checking for followed hashtags.Gravatar default2024-12-301-2/+7
|
* Don't search for hashtags in non-public posts.Gravatar default2024-12-301-1/+1
|
* Always enqueue a message into the local shared-inbox.Gravatar default2024-12-301-10/+12
|
* Started support for hashtag following.Gravatar default2024-12-301-0/+22
|
* Accept 'Audio' as a valid entry type.Gravatar default2024-12-231-0/+5
| | | | | Also, done a tweak to read attributedTo fields that are a JSON object, with the id in the "id" field (returned by bandwagon.fm).
* If an attachment includes an icon, show it.Gravatar default2024-12-211-0/+4
|
* Avoid adding repeated attachments.Gravatar default2024-12-191-9/+20
|
* New user variable show_contact_metrics.Gravatar default2024-12-041-2/+18
|
* msg_collection() now includes an argument for totalItems.Gravatar default2024-12-041-9/+11
|
* On unfollow, also delete from the pending follow list.Gravatar default2024-11-241-0/+5
|
* New function pending_add().Gravatar default2024-11-241-11/+20
|