summaryrefslogtreecommitdiff
path: root/snac.h
AgeCommit message (Collapse)Author
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
2024-02-20New verify_links q_item.default
2024-02-16Bumped version.default
2024-02-15New function verify_links().default
2024-02-15Moved verified links to its own json file.default
2024-02-12Version 2.47 RELEASED.default
2024-02-10New function is_msg_from_private_user().default
2024-02-05Added paging to notify_list(), and use it in the notifications page.default
2024-02-05Bumped version.default
2024-02-05notify_list() no longer has a new_only argument.default
2024-01-29Version 2.46 RELEASED.default
2024-01-24Use get_attachments() in html_entry().default
2024-01-23Bumped version.default
2024-01-18New function get_atto(), to get the attributedTo field.default
2024-01-18Version 2.45 RELEASED.default
2024-01-14Fixed crashes in command-line options.default
2024-01-12Added support for ntfy notifications. You can configure either a self-hosted ↵Stefano Marinelli
server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
2024-01-11Support DELETE for Mastodon subscriptionsJames Seward
While testing Mona, I noticed that after deleting my account entry for my snac server, Mona would repeatedly try to delete the subscription it thought it had created, resulting in many unhandled DELETE calls. This accepts the call and returns 200 for it, which makes Mona happy.
2024-01-10Fixed minor collision in webfinger caching.default
2024-01-10Version 2.44 RELEASED.default
2024-01-10Minor code cleaning.default
2024-01-08New state variable top_job_fifo_size.default
2024-01-08Renamed some thread states.default
2024-01-08Added some state flags for threads.default
2024-01-08Non-important variable renaming.default
2024-01-08Rewritten part of the job threads to be leaner and faster.default
2024-01-04Updated copyright year.default
2024-01-03Moved most server state to a structure.default
2023-12-17actor_request() accepts again an optional snac argument.default
2023-12-17Added a prefix to srv_archive_qitem().default
2023-12-17New function srv_archive_qitem().default