| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a 'featured' property to the actor object. | 2024-08-26 | 1 | -7/+8 | |
| | | | | | When this URL is requested via ActivityPub, it returns the pinned posts. | ||||
| * | Stop archiving no_valid_recipients q_item. | 2024-08-24 | 1 | -1/+0 | |
| | | |||||
| * | Ignore 'Remove' messages. | 2024-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Don't archive actor retry errors. | 2024-08-16 | 1 | -2/+0 | |
| | | |||||
| * | Ignore 'Read' messages. | 2024-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Ignore 'Reject' messages. | 2024-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Fixed leaked EmojiReact notifications. | 2024-08-07 | 1 | -4/+4 | |
| | | |||||
| * | Notify Moves, even if they fail. | 2024-07-31 | 1 | -2/+2 | |
| | | |||||
| * | Notify objects include the original message. | 2024-07-31 | 1 | -1/+3 | |
| | | |||||
| * | Archive bad Move messages. | 2024-07-30 | 1 | -1/+3 | |
| | | |||||
| * | Added initial support for the input message 'Move' (untested). | 2024-07-30 | 1 | -0/+54 | |
| | | |||||
| * | Treat 'EmojiReact' as a 'Like'. | 2024-07-30 | 1 | -2/+2 | |
| | | | | | These messages will have special treatment eventually. | ||||
| * | Notify blocks. | 2024-07-30 | 1 | -0/+9 | |
| | | |||||
| * | On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error. | 2024-07-30 | 1 | -0/+1 | |
| | | |||||
| * | Minor tweak. | 2024-07-01 | 1 | -1/+1 | |
| | | |||||
| * | Added auto boosting (contributed by sarahpw). | 2024-06-18 | 1 | -0/+8 | |
| | | | | | | | | If `auto_boost` is set to `true` in am account's user.json, all mentions to that account are automatically boosted to all its followers. This is very similar to the behaviour of a 'Group' actor. | ||||
| * | Also send Updates to collected inboxes. | 2024-06-18 | 1 | -1/+1 | |
| | | |||||
| * | Only send notes and poll to the collected inboxes. | 2024-06-17 | 1 | -8/+8 | |
| | | |||||
| * | Deleted repeated code. | 2024-06-17 | 1 | -7/+0 | |
| | | |||||
| * | Added h-card to the class of mention links. | 2024-06-02 | 1 | -1/+1 | |
| | | |||||
| * | Added an "Alt..." details just below attachments with them. | 2024-05-30 | 1 | -1/+1 | |
| | | | | | | The alt text is still also generated as 'alt' and 'name' attributes, but this is more usable from phones and tablets. | ||||
| * | Use enum instead of numeric status codes for HTTP statuses | 2024-05-26 | 1 | -25/+31 | |
| | | |||||
| * | Added more const. | 2024-05-23 | 1 | -19/+20 | |
| | | |||||
| * | Added const everywhere. | 2024-05-21 | 1 | -177/+106 | |
| | | |||||
| * | Renamed content_check() to content_match(). | 2024-05-15 | 1 | -2/+2 | |
| | | |||||
| * | Fixed git conflict. | 2024-05-11 | 1 | -1/+1 | |
| |\ | |||||
| | * | Unified post-like object type match. | 2024-05-11 | 1 | -1/+1 | |
| | | | |||||
| * | | In timeline_request(), call enqueue_actor_request on actor errors. | 2024-05-11 | 1 | -11/+15 | |
| |/ | |||||
| * | Added some more logging. | 2024-05-05 | 1 | -0/+10 | |
| | | |||||
| * | New function enqueue_object_request(). | 2024-05-05 | 1 | -0/+16 | |
| | | |||||
| * | Fixed confusion in Undo + Follow processing. | 2024-05-02 | 1 | -5/+9 | |
| | | |||||
| * | Also add announces to lists. | 2024-04-30 | 1 | -0/+3 | |
| | | |||||
| * | New server.json knobs "queue_timeout" and "queue_timeout_2". | 2024-04-22 | 1 | -2/+10 | |
| | | |||||
| * | Deleted useless recalculation of queue_retry_max. | 2024-04-22 | 1 | -2/+0 | |
| | | |||||
| * | Some tweaks to previous patch. | 2024-04-18 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request 'Ability to federate with hidden networks #93 (update for ↵ | 2024-04-18 | 1 | -2/+2 | |
| |\ | | | | | | | | | | | v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149 | ||||
| | * | Ability to federate with hidden networks #93 (update for v2.49) | 2024-03-09 | 1 | -2/+2 | |
| | | | |||||
| * | | Commented out received unboosts (see code for an explanation). | 2024-04-12 | 1 | -1/+6 | |
| | | | |||||
| * | | Undo for Likes and Announces are no longer dropped. | 2024-04-11 | 1 | -0/+14 | |
| | | | |||||
| * | | mastoapi: 'unfavourite' and 'unreblog' actions now fully work. | 2024-04-11 | 1 | -3/+3 | |
| | | | |||||
| * | | New function msg_repulsion. | 2024-04-10 | 1 | -0/+27 | |
| | | | |||||
| * | | Changed admiration message ids from dummy ones to having an md5 of the object. | 2024-04-10 | 1 | -1/+3 | |
| | | | |||||
| * | | If an emoji in emojis.json is an URL to an image, it's stored in the tag list. | 2024-03-25 | 1 | -2/+2 | |
| | | | |||||
| * | | Added an additional check for blocked instances. | 2024-03-25 | 1 | -0/+6 | |
| | | | |||||
| * | | Reject my own messages in is_msg_for_me(). | 2024-03-24 | 1 | -0/+6 | |
| | | | |||||
| * | | Only reply to direct Ping activities. | 2024-03-24 | 1 | -0/+6 | |
| | | | |||||
| * | | Don't be overzealous in avoid notifications for Likes and Announces. | 2024-03-22 | 1 | -6/+6 | |
| | | | |||||
| * | | Added a type Note to poll options. | 2024-03-15 | 1 | -0/+1 | |
| | | | |||||
| * | | Backport from xs. | 2024-03-15 | 1 | -2/+2 | |
| | | | |||||
| * | | Call actor_get_refresh() from actor_request(). | 2024-03-13 | 1 | -7/+1 | |
| | | | |||||