summaryrefslogtreecommitdiff
path: root/webfinger.c
AgeCommit message (Collapse)Author
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-23Added more const.default
2024-05-22Also return an application/ld+json object in webfinger.default
2024-05-22Merge pull request 'Change WebFinger content type to RFC-required type' ↵grunfink
(#167) from steve-bate/snac2:pr-webfinger-content-type into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/167
2024-05-22Change WebFinger content type to RFC-required typeSteve Bate
2024-05-21Added const everywhere.default
2024-05-05More logging.default
2024-05-05More logging.default
2024-04-18Some tweaks to previous patch.default
2024-03-09Ability to federate with hidden networks #93 (update for v2.49)iwojim0
2024-02-16webfinger: fix whitespacekhm
2024-02-16webfinger: fix stupid typokhm
2024-02-16webfinger: add webfinger profile page to linkskhm
2024-01-10Fixed minor collision in webfinger caching.default
2024-01-08Webfinger queries are cached, as they should.default
2024-01-04Updated copyright year.default
2023-10-13Don't allow creating users which user name strings only differ in case.default
2023-08-31Got rid of old d_char.default
2023-08-08Renamed json dump functions to new xs spec.default
2023-07-28Updated comment in headers.default
2023-07-10Revert "New server config array "webfinger_domains"."default
This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a.
2023-07-08New server config array "webfinger_domains".default
2023-06-13New function webfinger_request_signed().default
2023-05-17Got rid of xs_encdec.h.default
2023-05-13Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2023-05-13Added user-agent to webfinger querypoesty
2023-05-12Use a different approach towards incomplete mentions.default
This time, incomplete mentions are completed using a) the host of the first mention, if there are any, or b) the current host.
2023-05-07Merge pull request 'master' (#1) from grunfink/snac2:master into masterpoesty
Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1
2023-05-07Fixed webfinger and curl issuespoesty
2023-05-04Added -Wextra to C flags.default
2023-05-02Use xs_replace_n() where it suits.default
2023-04-23Added mastoapi code for account search.default
2023-01-24Use a shorter timeout for first output connections.default
2023-01-17Updated year in copyright notices.default
2023-01-12Backport from xs.default
2022-11-09Fixed typo in webfinger_request().default
2022-09-25Backported from xs.default
2022-09-23webfinger_get_handler() returns the status.default
2022-09-23webfinger_request() returns the status.default
2022-09-22New macro valid_status().default
2022-09-22Deleted left debug information.default
2022-09-22Minor webfinger tweak.default
2022-09-22More webfinger work.default
2022-09-22New function webfinger_request() (incomplete).default
2022-09-21Added a webfinger handler.default