| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-07-08 | Added some const here and there. | 1 | -1/+1 | ||
| 2025-07-08 | Minor webfinger tweak. | 1 | -1/+1 | ||
| Some implementations (at least, Activitypub for Wordpress) return valid webfinger queries also for posts; this confused poor simple snac. This change only accepts as valid actor requests those queries that have a 'subject' field that start with 'acct:'. If this has a side effect, remains to be seen. | |||||
| 2025-01-08 | Bumped copyright year. | 1 | -1/+1 | ||
| 2024-12-19 | Minor webfinger tweak. | 1 | -1/+5 | ||
| 2024-09-19 | Log fake uids in webfinger_request_fake(). | 1 | -0/+3 | ||
| 2024-09-18 | Use webfinger_request_fake() in export_csv(). | 1 | -3/+5 | ||
| 2024-09-18 | New function webfinger_request_fake(). | 1 | -4/+23 | ||
| 2024-05-26 | Use enum instead of numeric status codes for HTTP statuses | 1 | -4/+4 | ||
| 2024-05-23 | Added more const. | 1 | -1/+1 | ||
| 2024-05-22 | Also return an application/ld+json object in webfinger. | 1 | -1/+8 | ||
| 2024-05-22 | Change WebFinger content type to RFC-required type | 1 | -1/+1 | ||
| 2024-05-21 | Added const everywhere. | 1 | -11/+12 | ||
| 2024-05-05 | More logging. | 1 | -1/+1 | ||
| 2024-05-05 | More logging. | 1 | -0/+2 | ||
| 2024-04-18 | Some tweaks to previous patch. | 1 | -3/+5 | ||
| 2024-03-09 | Ability to federate with hidden networks #93 (update for v2.49) | 1 | -4/+5 | ||
| 2024-02-16 | webfinger: fix whitespace | 1 | -5/+5 | ||
| 2024-02-16 | webfinger: fix stupid typo | 1 | -1/+1 | ||
| 2024-02-16 | webfinger: add webfinger profile page to links | 1 | -0/+7 | ||
| 2024-01-10 | Fixed minor collision in webfinger caching. | 1 | -2/+4 | ||
| 2024-01-08 | Webfinger queries are cached, as they should. | 1 | -2/+12 | ||
| 2024-01-04 | Updated copyright year. | 1 | -1/+1 | ||
| 2023-10-13 | Don't allow creating users which user name strings only differ in case. | 1 | -13/+16 | ||
| 2023-08-31 | Got rid of old d_char. | 1 | -4/+3 | ||
| 2023-08-08 | Renamed json dump functions to new xs spec. | 1 | -1/+1 | ||
| 2023-07-28 | Updated comment in headers. | 1 | -1/+1 | ||
| 2023-07-10 | Revert "New server config array "webfinger_domains"." | 1 | -20/+11 | ||
| This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a. | |||||
| 2023-07-08 | New server config array "webfinger_domains". | 1 | -11/+20 | ||
| 2023-06-13 | New function webfinger_request_signed(). | 1 | -2/+12 | ||
| 2023-05-17 | Got rid of xs_encdec.h. | 1 | -1/+0 | ||
| 2023-05-13 | Added user-agent to webfinger query | 1 | -1/+2 | ||
| 2023-05-12 | Use a different approach towards incomplete mentions. | 1 | -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. | |||||
| 2023-05-07 | Fixed webfinger and curl issues | 1 | -1/+2 | ||
| 2023-05-04 | Added -Wextra to C flags. | 1 | -0/+2 | ||
| 2023-05-02 | Use xs_replace_n() where it suits. | 1 | -3/+3 | ||
| 2023-04-23 | Added mastoapi code for account search. | 1 | -1/+1 | ||
| 2023-01-24 | Use a shorter timeout for first output connections. | 1 | -1/+1 | ||
| 2023-01-17 | Updated year in copyright notices. | 1 | -1/+1 | ||
| 2023-01-12 | Backport from xs. | 1 | -2/+2 | ||
| 2022-11-09 | Fixed typo in webfinger_request(). | 1 | -1/+1 | ||
| 2022-09-25 | Backported from xs. | 1 | -1/+1 | ||
| 2022-09-23 | webfinger_get_handler() returns the status. | 1 | -12/+14 | ||
| 2022-09-23 | webfinger_request() returns the status. | 1 | -8/+9 | ||
| 2022-09-22 | New macro valid_status(). | 1 | -1/+1 | ||
| 2022-09-22 | Deleted left debug information. | 1 | -1/+0 | ||
| 2022-09-22 | Minor webfinger tweak. | 1 | -1/+4 | ||
| 2022-09-22 | More webfinger work. | 1 | -9/+55 | ||
| 2022-09-22 | New function webfinger_request() (incomplete). | 1 | -1/+45 | ||
| 2022-09-21 | Added a webfinger handler. | 1 | -0/+94 | ||