| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keep track of deleted users and return 410 Gone for them. | 2025-10-24 | 1 | -4/+6 | |
| | | |||||
| * | Instead of comparing the output status with == 200, it's better to check ↵ | 2025-10-21 | 1 | -3/+3 | |
| | | | | | using valid_status() | ||||
| * | Enhances Mastodon API compatibility by adding support for displaying remote ↵ | 2025-10-18 | 1 | -1/+77 | |
| | | | | | | | users' follower/following/post counts and their posts when viewing profiles in Mastodon-compatible apps (Fedilab, Tusky, etc.). Fixes for Moshidon and improvements for better compatibility with HAProxy | ||||
| * | xs_http.h: new file. | 2025-10-13 | 1 | -1/+2 | |
| | | |||||
| * | Fixed recipient_list() for mentioned accounts. | 2025-10-11 | 1 | -0/+2 | |
| | | |||||
| * | fix fetching | 2025-09-30 | 1 | -0/+4 | |
| | | |||||
| * | Merge pull request 'implementing scopes' (#474) from ↵ | 2025-09-28 | 1 | -20/+88 | |
| |\ | | | | | | | | | | | byte/snac2:feature/visibility into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/474 | ||||
| | * | implementing visibility scopes | 2025-09-20 | 1 | -21/+99 | |
| | | | |||||
| * | | In actor_refresh, use actor_failure() to avoid retrying 410 Gone failures. | 2025-09-28 | 1 | -2/+15 | |
| | | | |||||
| * | | making sure that global data is immutable | 2025-09-22 | 1 | -4/+4 | |
| | | | |||||
| * | | Tweaked logging message. | 2025-09-17 | 1 | -1/+1 | |
| | | | |||||
| * | | More work in replies pages. | 2025-09-14 | 1 | -0/+10 | |
| |/ | |||||
| * | Don't use # anchors in the reply paging, as Misskey seems to dislike them. | 2025-09-14 | 1 | -3/+3 | |
| | | |||||
| * | New function instance_failure(). | 2025-09-12 | 1 | -0/+11 | |
| | | |||||
| * | Always do a deferred fsck at startup. | 2025-09-07 | 1 | -0/+6 | |
| | | |||||
| * | Ensure the outbox does not include non-public posts. | 2025-09-03 | 1 | -2/+4 | |
| | | |||||
| * | Call enqueue_collect_outbox() after a Follow Accept. | 2025-09-03 | 1 | -0/+3 | |
| | | |||||
| * | New function enqueue_collect_outbox(). | 2025-09-03 | 1 | -0/+6 | |
| | | |||||
| * | New function collect_outbox(). | 2025-09-03 | 1 | -0/+101 | |
| | | |||||
| * | More replies tweaks. | 2025-08-31 | 1 | -5/+2 | |
| | | |||||
| * | Added a 'replies' object to Notes. | 2025-08-31 | 1 | -0/+76 | |
| | | |||||
| * | Some improvements to collect_replies(). | 2025-08-31 | 1 | -24/+29 | |
| | | |||||
| * | New function enqueue_collect_replies(). | 2025-08-18 | 1 | -0/+6 | |
| | | |||||
| * | New function collect_replies(). | 2025-08-16 | 1 | -0/+88 | |
| | | |||||
| * | Also add children to msg_delete(). | 2025-07-27 | 1 | -7/+11 | |
| | | |||||
| * | Fixed bug in new delete targets. | 2025-07-27 | 1 | -6/+16 | |
| | | |||||
| * | In msg_delete(), also add actors that liked or boosted as destinations. | 2025-07-27 | 1 | -1/+15 | |
| | | |||||
| * | More webhook checks. | 2025-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Added a new server knob disable_notify_webhook. | 2025-05-30 | 1 | -1/+1 | |
| | | |||||
| * | More notify_webhook work. | 2025-05-30 | 1 | -0/+33 | |
| | | |||||
| * | Renamed server knob to 'rss_hashtag_poll_hours'. | 2025-05-28 | 1 | -1/+1 | |
| | | |||||
| * | Activated hashtag RSS polling. | 2025-05-28 | 1 | -0/+4 | |
| | | |||||
| * | Minor memory leak fixes. | 2025-05-22 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from ↵ | 2025-05-22 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | postscriptum/snac2:utf8-lower-tags into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/400 | ||||
| | * | use utf-8 lowercase function for tags #396 | 2025-05-22 | 1 | -1/+1 | |
| | | | |||||
| * | | performance: use following_list_len in more places | 2025-05-19 | 1 | -4/+2 | |
| |/ | |||||
| * | Minor tweak to link extraction regex. | 2025-05-11 | 1 | -1/+1 | |
| | | |||||
| * | As they look ugly in some platforms, links are no longer shown as attachments. | 2025-05-09 | 1 | -5/+7 | |
| | | |||||
| * | Merge pull request 'Display custom emoji in more places' (#343) from ↵ | 2025-05-06 | 1 | -0/+4 | |
| |\ | | | | | | | | | | | dandelions/snac2:emoji-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/343 | ||||
| | * | cleaned up old changes and outdated comments | 2025-04-13 | 1 | -3/+2 | |
| | | | |||||
| | * | maybe a fix for username emojis | 2025-04-13 | 1 | -0/+5 | |
| | | | |||||
| * | | Webmentions are now sent. | 2025-05-04 | 1 | -1/+6 | |
| | | | |||||
| * | | Preprocess the webmention q_item. | 2025-05-03 | 1 | -0/+13 | |
| | | | | | | | | | Nothing is really done yet. | ||||
| * | | Changed email notifications: use SMTP only if configured. | 2025-04-28 | 1 | -2/+4 | |
| | | | |||||
| * | | Email notifications are sent the old way if 'spawn_sendmail' is set to true. | 2025-04-28 | 1 | -0/+28 | |
| | | | |||||
| * | | Fixed typo. | 2025-04-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Changed server SMTP settings. | 2025-04-27 | 1 | -6/+9 | |
| | | | |||||
| * | | Fixed memory leak. | 2025-04-27 | 1 | -1/+2 | |
| | | | |||||
| * | | default to `smtp://localhost` | 2025-04-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge tag '2.75' into curl-smtp | 2025-04-17 | 1 | -0/+2 | |
| |\| | |||||