aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
2026-01-19New command-line option 'refresh'.grunfink
2026-01-12Added emoji categories.violette
2026-01-12user-specified word mutes and matchingbyte
2026-01-08If disable_emojireact is set to true in server.json, EmojiReacts are dropped ...grunfink
2026-01-01Bumped copyright year.grunfink
2025-12-18If the emoji starts with &#, convert to an utf-8 string.grunfink
2025-12-18Only generate an Image tag if the emoji is an URL.grunfink
2025-12-18Use the emoji value from emojis.json instead of creating a link to the static...grunfink
2025-12-18Fixed some xs_dup() leaks.grunfink
2025-12-18Added emoji reactions (contributed by violette).violette
2025-11-30Fix user matchingrako
2025-11-29Moved is_msg_mine() to data.c.grunfink
2025-11-29New function is_msg_mine().grunfink
2025-11-17Some implementations set quoted posts with 'quoteUrl', so look at that as well.grunfink
2025-11-15Unmark a failed instance after a successful boost.grunfink
2025-11-09Use 'quoteUri' instead of 'quote'.grunfink
2025-11-09Retrieve quoted posts when a post arrives.grunfink
2025-10-24Keep track of deleted users and return 410 Gone for them.grunfink
2025-10-21Instead of comparing the output status with == 200, it's better to check usin...Stefano Marinelli
2025-10-18Enhances Mastodon API compatibility by adding support for displaying remote u...Stefano Marinelli
2025-10-13xs_http.h: new file.grunfink
2025-10-11Fixed recipient_list() for mentioned accounts.grunfink
2025-09-30fix fetchingbyte
2025-09-28Merge pull request 'implementing scopes' (#474) from byte/snac2:feature/visib...grunfink
2025-09-28In actor_refresh, use actor_failure() to avoid retrying 410 Gone failures.grunfink
2025-09-22making sure that global data is immutablebyte
2025-09-20implementing visibility scopesbyte
2025-09-17Tweaked logging message.grunfink
2025-09-14More work in replies pages.grunfink
2025-09-14Don't use # anchors in the reply paging, as Misskey seems to dislike them.grunfink
2025-09-12New function instance_failure().grunfink
2025-09-07Always do a deferred fsck at startup.grunfink
2025-09-03Ensure the outbox does not include non-public posts.grunfink
2025-09-03Call enqueue_collect_outbox() after a Follow Accept.grunfink
2025-09-03New function enqueue_collect_outbox().grunfink
2025-09-03New function collect_outbox().grunfink
2025-08-31More replies tweaks.grunfink
2025-08-31Added a 'replies' object to Notes.grunfink
2025-08-31Some improvements to collect_replies().grunfink
2025-08-18New function enqueue_collect_replies().grunfink
2025-08-16New function collect_replies().grunfink
2025-07-27Also add children to msg_delete().grunfink
2025-07-27Fixed bug in new delete targets.grunfink
2025-07-27In msg_delete(), also add actors that liked or boosted as destinations.grunfink
2025-05-30More webhook checks.grunfink
2025-05-30Added a new server knob disable_notify_webhook.grunfink
2025-05-30More notify_webhook work.grunfink
2025-05-28Renamed server knob to 'rss_hashtag_poll_hours'.grunfink
2025-05-28Activated hashtag RSS polling.grunfink
2025-05-22Minor memory leak fixes.grunfink