| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't call enqueue_actor_request() with a NULL user. | 2024-03-12 | 1 | -0/+2 | ||
| | | ||||||
| * | Added actor refreshing via the user queue. | 2024-03-12 | 1 | -0/+4 | ||
| | | ||||||
| * | New function content_check(). | 2024-03-11 | 1 | -0/+2 | ||
| | | ||||||
| * | Shortened the maximum conversation levels. | 2024-03-08 | 1 | -0/+4 | ||
| | | | | | Set to a compilation define in MAX_CONVERSATION_LEVELS. | |||||
| * | Bumped version. | 2024-03-07 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.49 RELEASED.2.49 | 2024-03-04 | 1 | -1/+1 | ||
| | | ||||||
| * | mastoapi: fixed a bug in validated links. | 2024-02-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.48 RELEASED.2.48 | 2024-02-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Added *another argument* to html_timeline() to select where posts are taken ↵ | 2024-02-22 | 1 | -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. | 2024-02-21 | 1 | -1/+1 | ||
| | | ||||||
| * | More local -> read_only argument renamings. | 2024-02-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a page argument to html_timeline(). | 2024-02-21 | 1 | -1/+1 | ||
| | | ||||||
| * | New verify_links q_item. | 2024-02-20 | 1 | -0/+1 | ||
| | | ||||||
| * | Bumped version. | 2024-02-16 | 1 | -1/+1 | ||
| | | ||||||
| * | New function verify_links(). | 2024-02-15 | 1 | -0/+2 | ||
| | | ||||||
| * | Moved verified links to its own json file. | 2024-02-15 | 1 | -0/+1 | ||
| | | ||||||
| * | Version 2.47 RELEASED.2.47 | 2024-02-12 | 1 | -1/+1 | ||
| | | ||||||
| * | New function is_msg_from_private_user(). | 2024-02-10 | 1 | -0/+1 | ||
| | | ||||||
| * | Added paging to notify_list(), and use it in the notifications page. | 2024-02-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Bumped version. | 2024-02-05 | 1 | -1/+1 | ||
| | | ||||||
| * | notify_list() no longer has a new_only argument. | 2024-02-05 | 1 | -1/+2 | ||
| | | ||||||
| * | Version 2.46 RELEASED.2.46 | 2024-01-29 | 1 | -1/+1 | ||
| | | ||||||
| * | Use get_attachments() in html_entry(). | 2024-01-24 | 1 | -0/+1 | ||
| | | ||||||
| * | Bumped version. | 2024-01-23 | 1 | -1/+1 | ||
| | | ||||||
| * | New function get_atto(), to get the attributedTo field. | 2024-01-18 | 1 | -0/+2 | ||
| | | ||||||
| * | Version 2.45 RELEASED.2.45 | 2024-01-18 | 1 | -1/+1 | ||
| | | ||||||
| * | Fixed crashes in command-line options. | 2024-01-14 | 1 | -0/+2 | ||
| | | ||||||
| * | Added support for ntfy notifications. You can configure either a self-hosted ↵ | 2024-01-12 | 1 | -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 subscriptions | 2024-01-11 | 1 | -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. | 2024-01-10 | 1 | -2/+4 | ||
| | | ||||||
| * | Version 2.44 RELEASED.2.44 | 2024-01-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Minor code cleaning. | 2024-01-10 | 1 | -1/+1 | ||
| | | ||||||
| * | New state variable top_job_fifo_size. | 2024-01-08 | 1 | -0/+1 | ||
| | | ||||||
| * | Renamed some thread states. | 2024-01-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Added some state flags for threads. | 2024-01-08 | 1 | -0/+1 | ||
| | | ||||||
| * | Non-important variable renaming. | 2024-01-08 | 1 | -1/+5 | ||
| | | ||||||
| * | Rewritten part of the job threads to be leaner and faster. | 2024-01-08 | 1 | -1/+0 | ||
| | | ||||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Moved most server state to a structure. | 2024-01-03 | 1 | -1/+9 | ||
| | | ||||||
| * | actor_request() accepts again an optional snac argument. | 2023-12-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a prefix to srv_archive_qitem(). | 2023-12-17 | 1 | -1/+1 | ||
| | | ||||||
| * | New function srv_archive_qitem(). | 2023-12-17 | 1 | -0/+1 | ||
| | | ||||||
| * | Revert "Reverted actor_request() without user." | 2023-12-11 | 1 | -2/+2 | ||
| | | | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc. | |||||
| * | Reverted actor_request() without user. | 2023-12-11 | 1 | -2/+2 | ||
| | | | | | Some sites require even Person requests to be signed. | |||||
| * | More functions do not require the user argument. | 2023-12-10 | 1 | -2/+2 | ||
| | | ||||||
| * | actor_request() does not need a user argument. | 2023-12-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Started work to support shared inboxes. | 2023-12-06 | 1 | -0/+1 | ||
| | | ||||||
| * | Replaced encode_html_strict() with xs_html_encode(). | 2023-11-20 | 1 | -2/+1 | ||
| | | ||||||
| * | Version 2.43 RELEASED.2.43 | 2023-11-20 | 1 | -1/+1 | ||
| | | ||||||
| * | Added a tag argument to html_timeline(). | 2023-11-08 | 1 | -1/+2 | ||
| | | ||||||