aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
2025-01-20add xs_smtp_requestshtrophic
2025-01-19Don't notify us for our own posts from the relay.default
2025-01-19Only relay public posts.default
2025-01-19Also relay notes to the relays that follow us.default
2025-01-13Don't describe as 'fatal' what are just non-retriable connection errors.default
2025-01-12Renamed msg_place() to msg_actor_place().default
2025-01-11Moved creation of "quiet public" posts to msg_note(), where it belongs.default
2025-01-10Fixed crash in msg_place() because I'm a moron.default
2025-01-10If a location is defined, user actors include a 'Place' object.default
2025-01-10Actor caching lowered to 3 hours.default
2025-01-10Always return a shared inbox for the 'relay' user.default
2025-01-09Bumped debug level of actor cache hits.default
2025-01-09Added some actor object caching.default
2025-01-09Merge branch 'master' of /home/angel/git/snac2default
2025-01-09Added a way to archive ignored messages.default
2025-01-09Some fixes to receive and update 'Event' objects correctly.default
2025-01-08Bumped copyright year.default
2025-01-07Added a tweak to follow LitePub (Pleroma-style, https://litepub.social/) relays.default
2025-01-07Minor semantic tweak.default
2025-01-05New configuration directive "max_public_entries".default
2025-01-05Moved post language setting to msg_note(), where it really belongs.default
2024-12-31Skip enqueue_output() to local users (already served by the local shared-inbox).default
2024-12-30Convert to lowercase when checking for followed hashtags.default
2024-12-30Don't search for hashtags in non-public posts.default
2024-12-30Always enqueue a message into the local shared-inbox.default
2024-12-30Started support for hashtag following.default
2024-12-23Accept 'Audio' as a valid entry type.default
2024-12-21If an attachment includes an icon, show it.default
2024-12-19Avoid adding repeated attachments.default
2024-12-04New user variable show_contact_metrics.default
2024-12-04msg_collection() now includes an argument for totalItems.default
2024-11-24On unfollow, also delete from the pending follow list.default
2024-11-24New function pending_add().default
2024-11-24Return the 'manuallyApprovesFollowers' actor field according to user configur...default
2024-11-23Minor tweak to new metadata.default
2024-11-23The 'metadata' field in user.json is now a string instead of a dict.default
2024-11-19New function get_in_reply_to().default
2024-11-16Allow underscores in hashtags.default
2024-11-07Omit the 'image' field if there are any attachment.default
2024-10-30Don't notify 'Block' activities if the 'disable_block_notifications' server s...default
2024-10-27Wrap user mention in post around span to ensure frontends do not display a li...Kirby
2024-10-19Call list_distribute() from timeline_request().default
2024-10-19Added some checks.default
2024-10-09After several tests, migration to Mastodon seems to work 🎉🥳.default
2024-10-09In migrate_account(), always download the alias actor.default
2024-10-08Fixed emojis in the public profile.default
2024-10-08More migration work.default
2024-10-03More hashtag regex improvements.default
2024-10-03Add the apostrophe as another stop char for hashtags.default
2024-09-27Added a warning to the 'migrate' command.default