1
Fork 0
Commit graph

72 commits

Author SHA1 Message Date
025311e100
webfinger: Properly handle requests 2024-11-14 04:16:12 +01:00
8145ce57cc
webfinger: Parse query string with serde and axum_extra 2024-11-14 04:02:40 +01:00
646696a49e
webfinger: Create crate by cloning inbox 2024-11-14 03:51:11 +01:00
3a5794e7b8
hostmeta: Improve tests 2024-11-14 03:05:47 +01:00
62a38f2ff0
nodeinfo: Update accordingly 2024-11-14 02:47:00 +01:00
522d336e5a
hostmeta: Refactor to version 0.2.0 2024-11-14 02:46:52 +01:00
06f76a60ea
hostmeta: Fix the same clippy lint 2024-11-14 01:40:56 +01:00
428bed8a4a
hostmeta: Move things to different submodules 2024-11-14 01:39:33 +01:00
d2b765a5b4
nodeinfo: Fix unrelated clippy lint 2024-11-14 01:37:52 +01:00
15efe2cbc2
2024-11-14 01:19:39 +01:00
1b6e4a0c74
Add IntelliJ metadata and project icon 2024-11-14 01:18:39 +01:00
8552052a46
inbox: Add empty /inbox handler 2024-11-13 07:41:23 +01:00
30610df0f5
nodeinfo: Use thiserror 2024-11-13 07:31:39 +01:00
c427af8186
hostmeta: Use thiserror 2024-11-13 07:28:11 +01:00
cef5e8c19b
inbox: Create crate 2024-11-12 19:51:34 +01:00
f99c8bdf2a
core: Delete nodeinfo table
Apparently nodeinfo shouldn't be cached
2024-11-12 19:23:03 +01:00
676b81eca4
Add development callout 2024-11-12 02:57:57 +01:00
094010768b
nodeinfo: Add FEP link 2024-11-12 02:53:52 +01:00
216cf39e66
nodeinfo: Loosen requirements further 2024-11-12 02:50:53 +01:00
be740ddbbd
Create hostmeta and nodeinfo crates (#1)
Reviewed-on: #1
2024-11-11 07:48:59 +00:00
c2da1723cf
core: Re-export all subcrates 2024-11-11 08:46:16 +01:00
77e76d9dfb
core: Blank out the file 2024-11-11 08:43:35 +01:00
a7d095fee0
Add some sort of docs 2024-11-11 08:43:22 +01:00
b46a995c09
i lied and i did it now 2024-11-11 08:31:09 +01:00
9fb2fd3b0a
Final touches, will reorganize when not asleep 2024-11-11 08:20:25 +01:00
3d8f34a84c
hostmeta: Integrate webfinger specification 2024-11-11 06:07:24 +01:00
13f6a4e4c7
Allow tabs-in-doc-comments
(No reason not to.)
2024-11-11 06:06:41 +01:00
1ba354a1a5
hostmeta: Fully qualify reqwest::header::HeaderValue 2024-11-11 04:25:06 +01:00
5ecb0bb615
nodeinfo: Give up on following the spec and implement things loosely 2024-11-11 04:11:53 +01:00
61d8bbea95
nodeinfo: Move spec submodule to src 2024-11-11 03:34:31 +01:00
83f61395fa
nodeinfo: Add serde_json dep 2024-11-11 03:28:13 +01:00
2be3d76f4a
nodeinfo: Add jsonschema dep 2024-11-11 03:24:22 +01:00
1d4f190630
nodeinfo: Add basics 2024-11-11 03:20:48 +01:00
7bc09aaed4
nodeinfo: Create crate 2024-11-11 03:11:39 +01:00
a936986198
nodeinfo: Rename to hostmeta 2024-11-11 03:06:34 +01:00
c12b0a7869
nodeinfo: Report error if MIME type check fails 2024-11-11 03:04:20 +01:00
3cfc86a8fd
nodeinfo: Setup test logging, sort of 2024-11-11 03:01:46 +01:00
dba9a93e2e
nodeinfo: Fix typo in test_nodeinfo 2024-11-11 02:33:24 +01:00
76783eabe4
nodeinfo: Allow MIME type of application/jrd+json 2024-11-11 02:18:57 +01:00
a74ee45f6e
nodeinfo: Add ignored test for hollo 2024-11-11 02:13:58 +01:00
0001c43f79
nodeinfo: Add ignored test for snac 2024-11-11 02:12:36 +01:00
2aeed9773f
nodeinfo: Improve XRD compatibility 2024-11-09 16:20:36 +01:00
6ca0b5368a
nodeinfo: Add more tests 2024-11-09 16:18:46 +01:00
ee2f386cf0
nodeinfo: Alias PascalCase tags to snake_case ones 2024-11-09 15:03:54 +01:00
e5f52a760a
nodeinfo: Don't Serialize, just Deserialize for now 2024-11-09 15:02:44 +01:00
d964f1befc
nodeinfo: Split off Content-Type parameters before checking the MIME type 2024-11-09 14:57:55 +01:00
de5fdf26f3
nodeinfo: Use header names from reqwest::header 2024-11-09 14:17:51 +01:00
707d6d3d54
nodeinfo: Add two basic (failing) tests 2024-11-09 13:33:08 +01:00
00befc432d
nodeinfo: Derive Debug on all structs 2024-11-09 13:27:26 +01:00
f9da277845
nodeinfo: Add rt-multi-thread and macros features to tokio 2024-11-09 13:25:47 +01:00