summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Only reply to direct Ping activities.Gravatar default2024-03-241-0/+6
| |
* | In the 'ping' cmdline, really resolve via webfinger if necessary.Gravatar default2024-03-241-0/+8
| |
* | Updated RELEASE_NOTES.Gravatar default2024-03-231-0/+4
| |
* | Bumped version.Gravatar default2024-03-231-1/+1
| |
* | Don't be overzealous in avoid notifications for Likes and Announces.Gravatar default2024-03-221-6/+6
| |
* | Version 2.50 RELEASED.2.50Gravatar default2024-03-221-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar default2024-03-221-0/+2
| |
* | Updated TODO.Gravatar default2024-03-221-2/+2
| |
* | Added a tip to delete the attachment.Gravatar default2024-03-201-0/+1
| |
* | Editing a post doesn't lose the attachment and its alt text.Gravatar default2024-03-201-14/+46
| |
* | Tweaked HTML structure of the people page.Gravatar default2024-03-181-5/+5
| |
* | Updated documentation.Gravatar default2024-03-161-7/+8
| |
* | Updated RELEASE_NOTES.Gravatar default2024-03-151-2/+2
| |
* | Updated RELEASE_NOTES.Gravatar default2024-03-151-0/+2
| |
* | Updated documentation.Gravatar default2024-03-151-2/+4
| |
* | Added attachments to usage.Gravatar default2024-03-151-1/+1
| |
* | The command-line 'note' also allows attachments.Gravatar default2024-03-153-4/+37
| |
* | Also hide Older... posts details if it's empty.Gravatar default2024-03-151-1/+9
| |
* | Set display to none for children details that are empty.Gravatar default2024-03-151-11/+23
| |
* | Added a type Note to poll options.Gravatar default2024-03-151-0/+1
| |
* | Backport from xs.Gravatar default2024-03-156-115/+138
| |
* | Updated TODO.Gravatar default2024-03-141-2/+2
| |
* | Updated RELEASE_NOTES.Gravatar default2024-03-141-0/+2
| |
* | mastoapi: added more dummy fields to accounts.Gravatar default2024-03-131-1/+8
| |
* | mastoapi: return a dummy header field in accounts.Gravatar default2024-03-131-3/+12
| |
* | Call actor_get_refresh() from actor_request().Gravatar default2024-03-132-8/+2
| |
* | Don't call enqueue_actor_refresh() with a NULL user.Gravatar default2024-03-121-1/+1
| |
* | Fixed log message.Gravatar default2024-03-121-1/+1
| |
* | Queue actor request renamed to actor_refresh.Gravatar default2024-03-123-9/+9
| |
* | More actor refreshing tweaks.Gravatar default2024-03-122-7/+11
| |
* | Don't call enqueue_actor_request() with a NULL user.Gravatar default2024-03-123-1/+15
| |
* | Added actor refreshing via the user queue.Gravatar default2024-03-125-8/+63
| |
* | Updated documentation.Gravatar default2024-03-121-1/+3
| |
* | Updated documentation.Gravatar default2024-03-122-4/+29
| |
* | Updated documentation.Gravatar default2024-03-122-1/+6
| |
* | Updated RELEASE_NOTES.Gravatar default2024-03-121-0/+10
| |
* | Some formatting tweaks.Gravatar default2024-03-121-6/+6
| |
* | Updated dependencies.Gravatar default2024-03-122-4/+4
| |
* | Added -lrt to Makefile.NetBSD.Gravatar default2024-03-111-0/+1
| |
* | Also call content_check() from timeline_request().Gravatar default2024-03-112-10/+16
| |
* | Also accept Article objects.Gravatar default2024-03-111-1/+1
| |
* | New function content_check().Gravatar default2024-03-113-1/+48
|/
* Replaced all xs_dict_iter() with xs_dict_next().Gravatar default2024-03-092-1/+5
|
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-095-6/+12
|
* Backport from xs.Gravatar default2024-03-096-15/+50
|
* Backport from xs.Gravatar default2024-03-092-10/+12
|
* Shortened the maximum conversation levels.Gravatar default2024-03-083-3/+8
| | | | Set to a compilation define in MAX_CONVERSATION_LEVELS.
* Bumped version.Gravatar default2024-03-071-1/+1
|
* Returns empty anchors for hidden posts or muted actors.Gravatar default2024-03-071-4/+16
| | | | This will help keeping the previous position after 'Hide' or 'MUTE'.
* Merge pull request 'Add defines for time to enable macos builds.' (#148) ↵Gravatar grunfink2024-03-061-0/+7
|\ | | | | | | | | | | from andypiper/snac2:macos-build-fix into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/148