summaryrefslogtreecommitdiff
path: root/webfinger.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Minor webfinger tweak.Gravatar default2024-12-191-1/+5
|
* Log fake uids in webfinger_request_fake().Gravatar default2024-09-191-0/+3
|
* Use webfinger_request_fake() in export_csv().Gravatar default2024-09-181-3/+5
|
* New function webfinger_request_fake().Gravatar default2024-09-181-4/+23
|
* Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer2024-05-261-4/+4
|
* Added more const.Gravatar default2024-05-231-1/+1
|
* Also return an application/ld+json object in webfinger.Gravatar default2024-05-221-1/+8
|
* Merge pull request 'Change WebFinger content type to RFC-required type' ↵Gravatar grunfink2024-05-221-1/+1
|\ | | | | | | | | | | (#167) from steve-bate/snac2:pr-webfinger-content-type into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/167
| * Change WebFinger content type to RFC-required typeGravatar Steve Bate2024-05-221-1/+1
| |
* | Added const everywhere.Gravatar default2024-05-211-11/+12
|/
* More logging.Gravatar default2024-05-051-1/+1
|
* More logging.Gravatar default2024-05-051-0/+2
|
* Some tweaks to previous patch.Gravatar default2024-04-181-3/+5
|
* Ability to federate with hidden networks #93 (update for v2.49)Gravatar iwojim02024-03-091-4/+5
|
* webfinger: fix whitespaceGravatar khm2024-02-161-5/+5
|
* webfinger: fix stupid typoGravatar khm2024-02-161-1/+1
|
* webfinger: add webfinger profile page to linksGravatar khm2024-02-161-0/+7
|
* Fixed minor collision in webfinger caching.Gravatar default2024-01-101-2/+4
|
* Webfinger queries are cached, as they should.Gravatar default2024-01-081-2/+12
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* Don't allow creating users which user name strings only differ in case.Gravatar default2023-10-131-13/+16
|
* Got rid of old d_char.Gravatar default2023-08-311-4/+3
|
* Renamed json dump functions to new xs spec.Gravatar default2023-08-081-1/+1
|
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* Revert "New server config array "webfinger_domains"."Gravatar default2023-07-101-20/+11
| | | | This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a.
* New server config array "webfinger_domains".Gravatar default2023-07-081-11/+20
|
* New function webfinger_request_signed().Gravatar default2023-06-131-2/+12
|
* Got rid of xs_encdec.h.Gravatar default2023-05-171-1/+0
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2023-05-131-1/+2
|\
| * Added user-agent to webfinger queryGravatar poesty2023-05-131-1/+2
| |
* | Use a different approach towards incomplete mentions.Gravatar default2023-05-121-4/+1
|/ | | | | This time, incomplete mentions are completed using a) the host of the first mention, if there are any, or b) the current host.
* Merge pull request 'master' (#1) from grunfink/snac2:master into masterGravatar poesty2023-05-071-3/+5
|\ | | | | | | Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1
| * Added -Wextra to C flags.Gravatar default2023-05-041-0/+2
| |
| * Use xs_replace_n() where it suits.Gravatar default2023-05-021-3/+3
| |
* | Fixed webfinger and curl issuesGravatar poesty2023-05-071-1/+2
|/
* Added mastoapi code for account search.Gravatar default2023-04-231-1/+1
|
* Use a shorter timeout for first output connections.Gravatar default2023-01-241-1/+1
|
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
|
* Backport from xs.Gravatar default2023-01-121-2/+2
|
* Fixed typo in webfinger_request().Gravatar default2022-11-091-1/+1
|
* Backported from xs.Gravatar default2022-09-251-1/+1
|
* webfinger_get_handler() returns the status.Gravatar default2022-09-231-12/+14
|
* webfinger_request() returns the status.Gravatar default2022-09-231-8/+9
|
* New macro valid_status().Gravatar default2022-09-221-1/+1
|
* Deleted left debug information.Gravatar default2022-09-221-1/+0
|
* Minor webfinger tweak.Gravatar default2022-09-221-1/+4
|
* More webfinger work.Gravatar default2022-09-221-9/+55
|
* New function webfinger_request() (incomplete).Gravatar default2022-09-221-1/+45
|
* Added a webfinger handler.Gravatar default2022-09-211-0/+94