summaryrefslogtreecommitdiff
path: root/snac.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Tags can now be searched for from the server base URL.Gravatar default2023-11-081-1/+3
|
* New code for indexing tags.Gravatar default2023-11-081-0/+2
|
* New function deluser(), to delete a user.Gravatar default2023-10-221-0/+1
| | | | Only unfollows by now.
* Bumped version.Gravatar default2023-10-171-1/+1
|
* Version 2.42 RELEASED.2.42Gravatar default2023-10-171-1/+1
|
* New function encode_html_strict().Gravatar default2023-10-041-0/+1
|
* Give more retry time to timedout connections.Gravatar default2023-09-291-2/+2
|
* Some tweaks to the logging system.Gravatar default2023-09-271-8/+10
|
* Pinned posts are never purged.Gravatar default2023-09-181-0/+1
|
* Bumped version.Gravatar default2023-09-061-1/+1
|
* Version 2.41 RELEASED.2.41Gravatar default2023-08-301-1/+1
|
* history_add() now creates an etag.Gravatar default2023-08-191-1/+2
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-08-191-1/+1
|\
| * Bumped version.Gravatar default2023-08-181-1/+1
| |
* | Rewritten history_get() prototype to match static_get().Gravatar default2023-08-191-1/+2
|/
* Version 2.40 RELEASED.2.40Gravatar default2023-08-161-1/+1
|
* Unify the instance description text.Gravatar default2023-08-141-0/+2
|
* The instance URL can now show a timeline.Gravatar default2023-08-141-0/+2
|
* Rewritten actor_get() to not depend on a user.Gravatar default2023-08-121-1/+1
|
* Rewritten is_msg_public() to not depend on a user.Gravatar default2023-08-121-1/+1
|
* Added support for limiting followed users.Gravatar default2023-08-061-1/+6
|