| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | New function hashtag_in_msg(). | 2025-02-27 | 1 | -6/+11 | ||
| | | | ||||||
| * | | use xs_dict_append correctly | 2025-02-20 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Revert "fix ownership-problem of mailinfo" | 2025-02-20 | 1 | -1/+1 | ||
| | | | | | | | | | This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f. | |||||
| * | | fix ownership-problem of mailinfo | 2025-02-19 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into curl-smtp | 2025-02-17 | 1 | -3/+11 | ||
| |\| | ||||||
| | * | Show the POST status also as string. | 2025-02-17 | 1 | -3/+11 | ||
| | | | ||||||
| * | | Merge tag '2.72' into curl-smtp | 2025-02-15 | 1 | -1/+1 | ||
| |\| | | | | | | | Version 2.72 RELEASED. | |||||
| | * | Minor optimization in timeline retrieving. | 2025-01-27 | 1 | -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 tests | 2025-01-24 | 1 | -1/+2 | ||
| | | | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into curl-smtp | 2025-01-24 | 1 | -34/+97 | ||
| |\| | ||||||
| | * | More hashtag following tweaks. | 2025-01-23 | 1 | -0/+33 | ||
| | | | ||||||
| | * | More tweaks to hashtag following code. | 2025-01-22 | 1 | -4/+17 | ||
| | | | ||||||
| | * | Moved followed hashtag check to its own function. | 2025-01-22 | 1 | -24/+36 | ||
| | | | ||||||
| | * | Also accept 'Update' activities for 'Application' objects. | 2025-01-22 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Don't account as such announces by our own relay. | 2025-01-22 | 1 | -5/+10 | ||
| | | | ||||||
| * | | fix memory leak | 2025-01-20 | 1 | -1/+1 | ||
| | | | ||||||
| * | | add port parsing for sandboxing | 2025-01-20 | 1 | -2/+2 | ||
| | | | ||||||
| * | | add xs_smtp_request | 2025-01-20 | 1 | -29/+19 | ||
| |/ | ||||||
| * | Don't notify us for our own posts from the relay. | 2025-01-19 | 1 | -0/+5 | ||
| | | ||||||
| * | Only relay public posts. | 2025-01-19 | 1 | -1/+1 | ||
| | | ||||||
| * | Also relay notes to the relays that follow us. | 2025-01-19 | 1 | -17/+41 | ||
| | | ||||||
| * | Don't describe as 'fatal' what are just non-retriable connection errors. | 2025-01-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Renamed msg_place() to msg_actor_place(). | 2025-01-12 | 1 | -2/+2 | ||
| | | ||||||
| * | Moved creation of "quiet public" posts to msg_note(), where it belongs. | 2025-01-11 | 1 | -1/+7 | ||
| | | ||||||
| * | Fixed crash in msg_place() because I'm a moron. | 2025-01-10 | 1 | -1/+1 | ||
| | | ||||||
| * | If a location is defined, user actors include a 'Place' object. | 2025-01-10 | 1 | -0/+27 | ||
| | | ||||||
| * | Actor caching lowered to 3 hours. | 2025-01-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Always return a shared inbox for the 'relay' user. | 2025-01-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Bumped debug level of actor cache hits. | 2025-01-09 | 1 | -1/+1 | ||
| | | ||||||
| * | Added some actor object caching. | 2025-01-09 | 1 | -1/+15 | ||
| | | ||||||
| * | Merge branch 'master' of /home/angel/git/snac2 | 2025-01-09 | 1 | -3/+3 | ||
| |\ | ||||||
| | * | Some fixes to receive and update 'Event' objects correctly. | 2025-01-09 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Added a way to archive ignored messages. | 2025-01-09 | 1 | -0/+11 | ||
| |/ | ||||||
| * | Bumped copyright year. | 2025-01-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a tweak to follow LitePub (Pleroma-style, https://litepub.social/) relays. | 2025-01-07 | 1 | -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. | 2025-01-07 | 1 | -1/+5 | ||
| | | ||||||
| * | New configuration directive "max_public_entries". | 2025-01-05 | 1 | -3/+3 | ||
| | | ||||||
| * | Moved post language setting to msg_note(), where it really belongs. | 2025-01-05 | 1 | -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). | 2024-12-31 | 1 | -7/+10 | ||
| | | ||||||
| * | Convert to lowercase when checking for followed hashtags. | 2024-12-30 | 1 | -2/+7 | ||
| | | ||||||
| * | Don't search for hashtags in non-public posts. | 2024-12-30 | 1 | -1/+1 | ||
| | | ||||||
| * | Always enqueue a message into the local shared-inbox. | 2024-12-30 | 1 | -10/+12 | ||
| | | ||||||
| * | Started support for hashtag following. | 2024-12-30 | 1 | -0/+22 | ||
| | | ||||||
| * | Accept 'Audio' as a valid entry type. | 2024-12-23 | 1 | -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. | 2024-12-21 | 1 | -0/+4 | ||
| | | ||||||
| * | Avoid adding repeated attachments. | 2024-12-19 | 1 | -9/+20 | ||
| | | ||||||
| * | New user variable show_contact_metrics. | 2024-12-04 | 1 | -2/+18 | ||
| | | ||||||
| * | msg_collection() now includes an argument for totalItems. | 2024-12-04 | 1 | -9/+11 | ||
| | | ||||||
| * | On unfollow, also delete from the pending follow list. | 2024-11-24 | 1 | -0/+5 | ||
| | | ||||||
| * | New function pending_add(). | 2024-11-24 | 1 | -11/+20 | ||
| | | ||||||