| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | Return the 'manuallyApprovesFollowers' actor field according to user ↵ | 2024-11-24 | 1 | -0/+4 | ||
| | | | | | configuration. | |||||
| * | Minor tweak to new metadata. | 2024-11-23 | 1 | -1/+1 | ||
| | | ||||||
| * | The 'metadata' field in user.json is now a string instead of a dict. | 2024-11-23 | 1 | -1/+24 | ||
| | | ||||||
| * | New function get_in_reply_to(). | 2024-11-19 | 1 | -3/+15 | ||
| | | ||||||
| * | Allow underscores in hashtags. | 2024-11-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Omit the 'image' field if there are any attachment. | 2024-11-07 | 1 | -1/+1 | ||
| | | ||||||
| * | Don't notify 'Block' activities if the 'disable_block_notifications' server ↵ | 2024-10-30 | 1 | -2/+3 | ||
| | | | | | setting is true. | |||||
| * | Wrap user mention in post around span to ensure frontends do not display a ↵ | 2024-10-27 | 1 | -1/+1 | ||
| | | | | | | | | | | | link preview for it Some frontends won't recognize a user mention/tag as an actual mention unless a span with a special class is wrapped around it, so it will erronously generate a link preview for it if the span is missing: https://ak.ari.lt/objects/8e18d701-9fdb-4ba8-8652-30dc2fef58ab | |||||
| * | Call list_distribute() from timeline_request(). | 2024-10-19 | 1 | -0/+3 | ||
| | | ||||||
| * | Added some checks. | 2024-10-19 | 1 | -10/+42 | ||
| | | ||||||
| * | After several tests, migration to Mastodon seems to work 🎉🥳. | 2024-10-09 | 1 | -2/+0 | ||
| | | ||||||
| * | In migrate_account(), always download the alias actor. | 2024-10-09 | 1 | -1/+3 | ||
| | | ||||||
| * | Fixed emojis in the public profile. | 2024-10-08 | 1 | -1/+1 | ||
| | | ||||||
| * | More migration work. | 2024-10-08 | 1 | -11/+15 | ||
| | | ||||||
| * | More hashtag regex improvements. | 2024-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Add the apostrophe as another stop char for hashtags. | 2024-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a warning to the 'migrate' command. | 2024-09-27 | 1 | -0/+4 | ||
| | | ||||||
| * | More migration work. | 2024-09-20 | 1 | -0/+8 | ||
| | | ||||||
| * | Move migration work. | 2024-09-19 | 1 | -1/+21 | ||
| | | ||||||
| * | Changed some migration terminology. | 2024-09-19 | 1 | -3/+3 | ||
| | | ||||||
| * | Started account migration code. | 2024-09-18 | 1 | -0/+27 | ||
| | | ||||||
| * | The aka is returned in the alsoKnownAs actor field. | 2024-09-18 | 1 | -0/+8 | ||
| | | ||||||
| * | While processing a 'Move', retry failed actor retrieval (it may be a ↵ | 2024-09-17 | 1 | -1/+5 | ||
| | | | | | transient server error). | |||||
| * | Added a 'featured' property to the actor object. | 2024-08-26 | 1 | -7/+8 | ||
| | | | | | When this URL is requested via ActivityPub, it returns the pinned posts. | |||||
| * | Stop archiving no_valid_recipients q_item. | 2024-08-24 | 1 | -1/+0 | ||
| | | ||||||
| * | Ignore 'Remove' messages. | 2024-08-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Don't archive actor retry errors. | 2024-08-16 | 1 | -2/+0 | ||
| | | ||||||
| * | Ignore 'Read' messages. | 2024-08-16 | 1 | -1/+1 | ||
| | | ||||||