| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Tags can now be searched for from the server base URL. | 2023-11-08 | 1 | -1/+3 | |
| | | |||||
| * | New code for indexing tags. | 2023-11-08 | 1 | -0/+2 | |
| | | |||||
| * | New function deluser(), to delete a user. | 2023-10-22 | 1 | -0/+1 | |
| | | | | | Only unfollows by now. | ||||
| * | Bumped version. | 2023-10-17 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.42 RELEASED.2.42 | 2023-10-17 | 1 | -1/+1 | |
| | | |||||
| * | New function encode_html_strict(). | 2023-10-04 | 1 | -0/+1 | |
| | | |||||
| * | Give more retry time to timedout connections. | 2023-09-29 | 1 | -2/+2 | |
| | | |||||
| * | Some tweaks to the logging system. | 2023-09-27 | 1 | -8/+10 | |
| | | |||||
| * | Pinned posts are never purged. | 2023-09-18 | 1 | -0/+1 | |
| | | |||||
| * | Bumped version. | 2023-09-06 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.41 RELEASED.2.41 | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
| * | history_add() now creates an etag. | 2023-08-19 | 1 | -1/+2 | |
| | | |||||
| * | Merge branch 'master' of triptico.com:git/snac2 | 2023-08-19 | 1 | -1/+1 | |
| |\ | |||||
| | * | Bumped version. | 2023-08-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Rewritten history_get() prototype to match static_get(). | 2023-08-19 | 1 | -1/+2 | |
| |/ | |||||
| * | Version 2.40 RELEASED.2.40 | 2023-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Unify the instance description text. | 2023-08-14 | 1 | -0/+2 | |
| | | |||||
| * | The instance URL can now show a timeline. | 2023-08-14 | 1 | -0/+2 | |
| | | |||||
| * | Rewritten actor_get() to not depend on a user. | 2023-08-12 | 1 | -1/+1 | |
| | | |||||
| * | Rewritten is_msg_public() to not depend on a user. | 2023-08-12 | 1 | -1/+1 | |
| | | |||||
| * | Added support for limiting followed users. | 2023-08-06 | 1 | -1/+6 | |
| | | |||||