summaryrefslogtreecommitdiff
path: root/snac.h
AgeCommit message (Collapse)Author
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
2023-12-11Revert "Reverted actor_request() without user."default
This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc.
2023-12-11Reverted actor_request() without user.default
Some sites require even Person requests to be signed.
2023-12-10More functions do not require the user argument.default
2023-12-10actor_request() does not need a user argument.default
2023-12-06Started work to support shared inboxes.default
2023-11-20Replaced encode_html_strict() with xs_html_encode().default
2023-11-20Version 2.43 RELEASED.default
2023-11-08Added a tag argument to html_timeline().default
2023-11-08Tags can now be searched for from the server base URL.default
2023-11-08New code for indexing tags.default
2023-10-22New function deluser(), to delete a user.default
Only unfollows by now.
2023-10-17Bumped version.default
2023-10-17Version 2.42 RELEASED.default
2023-10-04New function encode_html_strict().default
2023-09-29Give more retry time to timedout connections.default
2023-09-27Some tweaks to the logging system.default
2023-09-18Pinned posts are never purged.default
2023-09-06Bumped version.default
2023-08-30Version 2.41 RELEASED.default
2023-08-19history_add() now creates an etag.default
2023-08-19Merge branch 'master' of triptico.com:git/snac2default
2023-08-19Rewritten history_get() prototype to match static_get().default
2023-08-18Bumped version.default
2023-08-16Version 2.40 RELEASED.default
2023-08-14Unify the instance description text.default
2023-08-14The instance URL can now show a timeline.default
2023-08-12Rewritten actor_get() to not depend on a user.default
2023-08-12Rewritten is_msg_public() to not depend on a user.default
2023-08-06Added support for limiting followed users.default
2023-08-06Version 2.39 RELEASED.default
2023-08-02Bumped version.default
2023-07-28Updated comment in headers.default