| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-06 | Minor semantic tweak. | grunfink | |
| 2026-04-06 | Follow to previous change: only use an alias for the current host. | grunfink | |
| 2026-04-06 | Webfinger: if the 'subject' is not an acct:, search in 'aliases'. | grunfink | |
| Implementations like Hubzilla return a subject that is an http: instead of an acct:, but have one in the 'aliases' array, so use it. | |||
| 2026-03-22 | More webfinger fixes. | grunfink | |
| 2026-03-22 | Commented out aliases in webfinger, as they are generating following problems. | grunfink | |
| At least for misskey, because it's using the /users/... alias instead of the real actor id. | |||
| 2026-03-20 | Added more "rel" links to webfinger. | grunfink | |
| 2026-03-20 | Replaced some tabs with spaces. | grunfink | |
| 2026-03-19 | Implemented tootfinder.ch compatibility mimic Mastodon Behaviour | Giuseppe Ranieri | |
| Added aliases list on webfinger response Return the /users/<actor> in the webfinger response ( mimic Mastodon ) Implemented /users endpoint redirect to access actor profile Files changed: modified: data.c modified: httpd.c modified: snac.h modified: webfinger.c | |||
| 2026-01-01 | Bumped copyright year. | grunfink | |
| 2025-11-14 | fixed memory leak | green | |
| 2025-10-13 | xs_http.h: new file. | grunfink | |
| 2025-07-08 | Added some const here and there. | grunfink | |
| 2025-07-08 | Minor webfinger tweak. | grunfink | |
| 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. | default | |
| 2024-12-19 | Minor webfinger tweak. | default | |
| 2024-09-19 | Log fake uids in webfinger_request_fake(). | default | |
| 2024-09-18 | Use webfinger_request_fake() in export_csv(). | default | |
| 2024-09-18 | New function webfinger_request_fake(). | default | |
| 2024-05-26 | Use enum instead of numeric status codes for HTTP statuses | Louis Brauer | |
| 2024-05-23 | Added more const. | default | |
| 2024-05-22 | Also return an application/ld+json object in webfinger. | default | |
| 2024-05-22 | Merge 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-22 | Change WebFinger content type to RFC-required type | Steve Bate | |
| 2024-05-21 | Added const everywhere. | default | |
| 2024-05-05 | More logging. | default | |
| 2024-05-05 | More logging. | default | |
| 2024-04-18 | Some tweaks to previous patch. | default | |
| 2024-03-09 | Ability to federate with hidden networks #93 (update for v2.49) | iwojim0 | |
| 2024-02-16 | webfinger: fix whitespace | khm | |
| 2024-02-16 | webfinger: fix stupid typo | khm | |
| 2024-02-16 | webfinger: add webfinger profile page to links | khm | |
| 2024-01-10 | Fixed minor collision in webfinger caching. | default | |
| 2024-01-08 | Webfinger queries are cached, as they should. | default | |
| 2024-01-04 | Updated copyright year. | default | |
| 2023-10-13 | Don't allow creating users which user name strings only differ in case. | default | |
| 2023-08-31 | Got rid of old d_char. | default | |
| 2023-08-08 | Renamed json dump functions to new xs spec. | default | |
| 2023-07-28 | Updated comment in headers. | default | |
| 2023-07-10 | Revert "New server config array "webfinger_domains"." | default | |
| This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a. | |||
| 2023-07-08 | New server config array "webfinger_domains". | default | |
| 2023-06-13 | New function webfinger_request_signed(). | default | |
| 2023-05-17 | Got rid of xs_encdec.h. | default | |
| 2023-05-13 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | default | |
| 2023-05-13 | Added user-agent to webfinger query | poesty | |
| 2023-05-12 | Use 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-07 | Merge pull request 'master' (#1) from grunfink/snac2:master into master | poesty | |
| Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1 | |||
| 2023-05-07 | Fixed webfinger and curl issues | poesty | |
| 2023-05-04 | Added -Wextra to C flags. | default | |
| 2023-05-02 | Use xs_replace_n() where it suits. | default | |
| 2023-04-23 | Added mastoapi code for account search. | default | |