| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | xs_http.h: new file. | 2025-10-13 | 1 | -0/+1 | |
| | | |||||
| * | Added some const here and there. | 2025-07-08 | 1 | -1/+1 | |
| | | |||||
| * | Minor webfinger tweak. | 2025-07-08 | 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. | ||||
| * | Bumped copyright year. | 2025-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Minor webfinger tweak. | 2024-12-19 | 1 | -1/+5 | |
| | | |||||
| * | Log fake uids in webfinger_request_fake(). | 2024-09-19 | 1 | -0/+3 | |
| | | |||||
| * | Use webfinger_request_fake() in export_csv(). | 2024-09-18 | 1 | -3/+5 | |
| | | |||||
| * | New function webfinger_request_fake(). | 2024-09-18 | 1 | -4/+23 | |
| | | |||||
| * | Use enum instead of numeric status codes for HTTP statuses | 2024-05-26 | 1 | -4/+4 | |
| | | |||||
| * | Added more const. | 2024-05-23 | 1 | -1/+1 | |
| | | |||||
| * | Also return an application/ld+json object in webfinger. | 2024-05-22 | 1 | -1/+8 | |
| | | |||||
| * | Merge pull request 'Change WebFinger content type to RFC-required type' ↵ | 2024-05-22 | 1 | -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 type | 2024-05-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Added const everywhere. | 2024-05-21 | 1 | -11/+12 | |
| |/ | |||||
| * | More logging. | 2024-05-05 | 1 | -1/+1 | |
| | | |||||
| * | More logging. | 2024-05-05 | 1 | -0/+2 | |
| | | |||||
| * | Some tweaks to previous patch. | 2024-04-18 | 1 | -3/+5 | |
| | | |||||
| * | Ability to federate with hidden networks #93 (update for v2.49) | 2024-03-09 | 1 | -4/+5 | |
| | | |||||
| * | webfinger: fix whitespace | 2024-02-16 | 1 | -5/+5 | |
| | | |||||
| * | webfinger: fix stupid typo | 2024-02-16 | 1 | -1/+1 | |
| | | |||||
| * | webfinger: add webfinger profile page to links | 2024-02-16 | 1 | -0/+7 | |
| | | |||||
| * | Fixed minor collision in webfinger caching. | 2024-01-10 | 1 | -2/+4 | |
| | | |||||
| * | Webfinger queries are cached, as they should. | 2024-01-08 | 1 | -2/+12 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Don't allow creating users which user name strings only differ in case. | 2023-10-13 | 1 | -13/+16 | |
| | | |||||
| * | Got rid of old d_char. | 2023-08-31 | 1 | -4/+3 | |
| | | |||||
| * | Renamed json dump functions to new xs spec. | 2023-08-08 | 1 | -1/+1 | |
| | | |||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Revert "New server config array "webfinger_domains"." | 2023-07-10 | 1 | -20/+11 | |
| | | | | | This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a. | ||||
| * | New server config array "webfinger_domains". | 2023-07-08 | 1 | -11/+20 | |
| | | |||||
| * | New function webfinger_request_signed(). | 2023-06-13 | 1 | -2/+12 | |
| | | |||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2023-05-13 | 1 | -1/+2 | |
| |\ | |||||
| | * | Added user-agent to webfinger query | 2023-05-13 | 1 | -1/+2 | |
| | | | |||||
| * | | Use a different approach towards incomplete mentions. | 2023-05-12 | 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. | ||||
| * | Merge pull request 'master' (#1) from grunfink/snac2:master into master | 2023-05-07 | 1 | -3/+5 | |
| |\ | | | | | | | Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1 | ||||
| | * | Added -Wextra to C flags. | 2023-05-04 | 1 | -0/+2 | |
| | | | |||||
| | * | Use xs_replace_n() where it suits. | 2023-05-02 | 1 | -3/+3 | |
| | | | |||||
| * | | Fixed webfinger and curl issues | 2023-05-07 | 1 | -1/+2 | |
| |/ | |||||
| * | Added mastoapi code for account search. | 2023-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Use a shorter timeout for first output connections. | 2023-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-01-12 | 1 | -2/+2 | |
| | | |||||
| * | Fixed typo in webfinger_request(). | 2022-11-09 | 1 | -1/+1 | |
| | | |||||
| * | Backported from xs. | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | webfinger_get_handler() returns the status. | 2022-09-23 | 1 | -12/+14 | |
| | | |||||
| * | webfinger_request() returns the status. | 2022-09-23 | 1 | -8/+9 | |
| | | |||||
| * | New macro valid_status(). | 2022-09-22 | 1 | -1/+1 | |
| | | |||||
| * | Deleted left debug information. | 2022-09-22 | 1 | -1/+0 | |
| | | |||||
| * | Minor webfinger tweak. | 2022-09-22 | 1 | -1/+4 | |
| | | |||||