summaryrefslogtreecommitdiff
path: root/snac.h
AgeCommit message (Collapse)Author
2024-05-31Implement instance announcementsLouis Brauer
2024-05-27Translate status codes to canonical status textsLouis Brauer
Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses.
2024-05-27Merge remote-tracking branch 'origin/master'Louis Brauer
2024-05-27Implement Mastodon PATCH endpoint for account profile updatesLouis Brauer
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-26Bumped version.default
2024-05-21Added const everywhere.default
2024-05-16Version 2.53 RELEASED.default
2024-05-15Renamed content_check() to content_match().default
2024-05-11Fixed git conflict.default
2024-05-11In timeline_request(), call enqueue_actor_request on actor errors.default
2024-05-11Show 'Event' object types as Notes.default
2024-05-11Unified post-like object type match.default
2024-05-11Bumped version.default
2024-05-10Added a skip argument to content_search().default
2024-05-09Added a maximum results argument to content_search().default
2024-05-08Rewritten content_search() to read from both timelines.default
2024-05-08Renamed to content_search().default
2024-05-08Added a timeout flag to search_by_content().default
2024-05-08New function search_by_content().default
2024-05-07Minor "Back to top" "More..." link refactoring.default
2024-05-07List timelines can now be (manually) navigated from the web UI.default
URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id).
2024-05-07Version 2.52 RELEASED.default
2024-05-05New function timeline_to_rss().default
2024-05-05New function enqueue_object_request().default
2024-04-30Also add announces to lists.default
2024-04-29New function list_distribute().default
2024-04-29More work in lists.default
2024-04-29More work in lists.default
2024-04-29Start of list support.default
2024-04-10New function msg_repulsion.default
2024-04-09Bumped version.default
2024-04-04Version 2.51 RELEASED.default
2024-03-25If an emoji in emojis.json is an URL to an image, it's stored in the tag list.default
2024-03-25Emojis are now read from ~/emojis.json.default
2024-03-23Bumped version.default
2024-03-22Version 2.50 RELEASED.default
2024-03-12Queue actor request renamed to actor_refresh.default
2024-03-12Don't call enqueue_actor_request() with a NULL user.default
2024-03-12Added actor refreshing via the user queue.default
2024-03-11New function content_check().default
2024-03-08Shortened the maximum conversation levels.default
Set to a compilation define in MAX_CONVERSATION_LEVELS.
2024-03-07Bumped version.default
2024-03-04Version 2.49 RELEASED.default
2024-02-28mastoapi: fixed a bug in validated links.default
2024-02-28Version 2.48 RELEASED.default
2024-02-22Added *another argument* to html_timeline() to select where posts are taken ↵default
from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline.
2024-02-21Log (and not notify) repeated likes and announces.default
2024-02-21More local -> read_only argument renamings.default
2024-02-21Added a page argument to html_timeline().default