| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Backport from xs. | 2024-03-25 | 1 | -33/+74 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-24 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Added 'announce' command to usage. | 2024-03-24 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Updated TODO. | 2024-03-24 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Reject my own messages in is_msg_for_me(). | 2024-03-24 | 1 | -0/+6 | ||
| | | | ||||||
| * | | Added a message saying Pongs are seen through the log. | 2024-03-24 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Only reply to direct Ping activities. | 2024-03-24 | 1 | -0/+6 | ||
| | | | ||||||
| * | | In the 'ping' cmdline, really resolve via webfinger if necessary. | 2024-03-24 | 1 | -0/+8 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-03-23 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Bumped version. | 2024-03-23 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Don't be overzealous in avoid notifications for Likes and Announces. | 2024-03-22 | 1 | -6/+6 | ||
| | | | ||||||
| * | | Version 2.50 RELEASED.2.50 | 2024-03-22 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-03-22 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Updated TODO. | 2024-03-22 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Added a tip to delete the attachment. | 2024-03-20 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Editing a post doesn't lose the attachment and its alt text. | 2024-03-20 | 1 | -14/+46 | ||
| | | | ||||||
| * | | Tweaked HTML structure of the people page. | 2024-03-18 | 1 | -5/+5 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-16 | 1 | -7/+8 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-03-15 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-03-15 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-15 | 1 | -2/+4 | ||
| | | | ||||||
| * | | Added attachments to usage. | 2024-03-15 | 1 | -1/+1 | ||
| | | | ||||||
| * | | The command-line 'note' also allows attachments. | 2024-03-15 | 3 | -4/+37 | ||
| | | | ||||||
| * | | Also hide Older... posts details if it's empty. | 2024-03-15 | 1 | -1/+9 | ||
| | | | ||||||
| * | | Set display to none for children details that are empty. | 2024-03-15 | 1 | -11/+23 | ||
| | | | ||||||
| * | | Added a type Note to poll options. | 2024-03-15 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Backport from xs. | 2024-03-15 | 6 | -115/+138 | ||
| | | | ||||||
| * | | Updated TODO. | 2024-03-14 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-03-14 | 1 | -0/+2 | ||
| | | | ||||||
| * | | mastoapi: added more dummy fields to accounts. | 2024-03-13 | 1 | -1/+8 | ||
| | | | ||||||
| * | | mastoapi: return a dummy header field in accounts. | 2024-03-13 | 1 | -3/+12 | ||
| | | | ||||||
| * | | Call actor_get_refresh() from actor_request(). | 2024-03-13 | 2 | -8/+2 | ||
| | | | ||||||
| * | | Don't call enqueue_actor_refresh() with a NULL user. | 2024-03-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fixed log message. | 2024-03-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Queue actor request renamed to actor_refresh. | 2024-03-12 | 3 | -9/+9 | ||
| | | | ||||||
| * | | More actor refreshing tweaks. | 2024-03-12 | 2 | -7/+11 | ||
| | | | ||||||
| * | | Don't call enqueue_actor_request() with a NULL user. | 2024-03-12 | 3 | -1/+15 | ||
| | | | ||||||
| * | | Added actor refreshing via the user queue. | 2024-03-12 | 5 | -8/+63 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-12 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-12 | 2 | -4/+29 | ||
| | | | ||||||
| * | | Updated documentation. | 2024-03-12 | 2 | -1/+6 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2024-03-12 | 1 | -0/+10 | ||
| | | | ||||||
| * | | Some formatting tweaks. | 2024-03-12 | 1 | -6/+6 | ||
| | | | ||||||
| * | | Updated dependencies. | 2024-03-12 | 2 | -4/+4 | ||
| | | | ||||||
| * | | Added -lrt to Makefile.NetBSD. | 2024-03-11 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Also call content_check() from timeline_request(). | 2024-03-11 | 2 | -10/+16 | ||
| | | | ||||||
| * | | Also accept Article objects. | 2024-03-11 | 1 | -1/+1 | ||
| | | | ||||||
| * | | New function content_check(). | 2024-03-11 | 3 | -1/+48 | ||
| |/ | ||||||
| * | Replaced all xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 2 | -1/+5 | ||
| | | ||||||
| * | Replaced most xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 5 | -6/+12 | ||
| | | ||||||