summaryrefslogtreecommitdiff
path: root/snac.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't call enqueue_actor_request() with a NULL user.Gravatar default2024-03-121-0/+2
|
* Added actor refreshing via the user queue.Gravatar default2024-03-121-0/+4
|
* New function content_check().Gravatar default2024-03-111-0/+2
|
* Shortened the maximum conversation levels.Gravatar default2024-03-081-0/+4
| | | | Set to a compilation define in MAX_CONVERSATION_LEVELS.
* Bumped version.Gravatar default2024-03-071-1/+1
|
* Version 2.49 RELEASED.2.49Gravatar default2024-03-041-1/+1
|
* mastoapi: fixed a bug in validated links.Gravatar default2024-02-281-1/+1
|
* Version 2.48 RELEASED.2.48Gravatar default2024-02-281-1/+1
|
* Added *another argument* to html_timeline() to select where posts are taken ↵Gravatar default2024-02-221-1/+2
| | | | | | | from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline.
* Log (and not notify) repeated likes and announces.Gravatar default2024-02-211-1/+1
|
* More local -> read_only argument renamings.Gravatar default2024-02-211-1/+1
|
* Added a page argument to html_timeline().Gravatar default2024-02-211-1/+1
|
* New verify_links q_item.Gravatar default2024-02-201-0/+1
|
* Bumped version.Gravatar default2024-02-161-1/+1
|
* New function verify_links().Gravatar default2024-02-151-0/+2
|
* Moved verified links to its own json file.Gravatar default2024-02-151-0/+1
|
* Version 2.47 RELEASED.2.47Gravatar default2024-02-121-1/+1
|
* New function is_msg_from_private_user().Gravatar default2024-02-101-0/+1
|
* Added paging to notify_list(), and use it in the notifications page.Gravatar default2024-02-051-1/+1
|
* Bumped version.Gravatar default2024-02-051-1/+1
|
* notify_list() no longer has a new_only argument.Gravatar default2024-02-051-1/+2
|
* Version 2.46 RELEASED.2.46Gravatar default2024-01-291-1/+1
|
* Use get_attachments() in html_entry().Gravatar default2024-01-241-0/+1
|
* Bumped version.Gravatar default2024-01-231-1/+1
|
* New function get_atto(), to get the attributedTo field.Gravatar default2024-01-181-0/+2
|
* Version 2.45 RELEASED.2.45Gravatar default2024-01-181-1/+1
|
* Fixed crashes in command-line options.Gravatar default2024-01-141-0/+2
|
* Added support for ntfy notifications. You can configure either a self-hosted ↵Gravatar Stefano Marinelli2024-01-121-0/+1
| | | | server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
* Support DELETE for Mastodon subscriptionsGravatar James Seward2024-01-111-0/+2
| | | | | | | | 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.
* Fixed minor collision in webfinger caching.Gravatar default2024-01-101-2/+4
|
* Version 2.44 RELEASED.2.44Gravatar default2024-01-101-1/+1
|
* Minor code cleaning.Gravatar default2024-01-101-1/+1
|
* New state variable top_job_fifo_size.Gravatar default2024-01-081-0/+1
|
* Renamed some thread states.Gravatar default2024-01-081-1/+1
|
* Added some state flags for threads.Gravatar default2024-01-081-0/+1
|
* Non-important variable renaming.Gravatar default2024-01-081-1/+5
|
* Rewritten part of the job threads to be leaner and faster.Gravatar default2024-01-081-1/+0
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* Moved most server state to a structure.Gravatar default2024-01-031-1/+9
|
* actor_request() accepts again an optional snac argument.Gravatar default2023-12-171-1/+1
|
* Added a prefix to srv_archive_qitem().Gravatar default2023-12-171-1/+1
|
* New function srv_archive_qitem().Gravatar default2023-12-171-0/+1
|
* Revert "Reverted actor_request() without user."Gravatar default2023-12-111-2/+2
| | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc.
* Reverted actor_request() without user.Gravatar default2023-12-111-2/+2
| | | | Some sites require even Person requests to be signed.
* More functions do not require the user argument.Gravatar default2023-12-101-2/+2
|
* actor_request() does not need a user argument.Gravatar default2023-12-101-1/+1
|
* Started work to support shared inboxes.Gravatar default2023-12-061-0/+1
|
* Replaced encode_html_strict() with xs_html_encode().Gravatar default2023-11-201-2/+1
|
* Version 2.43 RELEASED.2.43Gravatar default2023-11-201-1/+1
|
* Added a tag argument to html_timeline().Gravatar default2023-11-081-1/+2
|