steffo pushed to feature/webfinger at unimore/tirocinio-canali-steffo-acrate 2024-11-14 00:14:10 +00:00
steffo created branch feature/webfinger in unimore/tirocinio-canali-steffo-acrate 2024-11-14 00:14:10 +00:00
steffo closed pull request unimore/tirocinio-canali-steffo-acrate#3 2024-11-13 23:44:09 +00:00
hostmeta and nodeinfo: Split off parsing and getting
steffo commented on pull request unimore/tirocinio-canali-steffo-acrate#3 2024-11-13 23:44:09 +00:00
hostmeta and nodeinfo: Split off parsing and getting

Bad idea: reading should be async for maximum performance, and std::io::Read doesn't allow that

steffo created pull request unimore/tirocinio-canali-steffo-acrate#3 2024-11-13 23:35:42 +00:00
WIP: hostmeta and nodeinfo: Split off parsing and getting
steffo pushed to feature/detach-parse at unimore/tirocinio-canali-steffo-acrate 2024-11-13 23:35:00 +00:00
196334fc93 *Beginning of feature/detach-parse branch*
steffo pushed to feature/detach-parse at unimore/tirocinio-canali-steffo-acrate 2024-11-13 23:20:57 +00:00
steffo created branch feature/detach-parse in unimore/tirocinio-canali-steffo-acrate 2024-11-13 23:20:57 +00:00
steffo merged pull request unimore/tirocinio-canali-steffo-acrate#2 2024-11-13 06:46:57 +00:00
WIP: `inbox`: Implement basic activity handling
steffo pushed to feature/inbox at unimore/tirocinio-canali-steffo-acrate 2024-11-13 06:46:55 +00:00
steffo pushed to feature/inbox at unimore/tirocinio-canali-steffo-acrate 2024-11-13 06:44:18 +00:00
4785167c7b *Empty commit*
steffo created branch feature/inbox in unimore/tirocinio-canali-steffo-acrate 2024-11-13 06:43:29 +00:00
steffo pushed to feature/inbox at unimore/tirocinio-canali-steffo-acrate 2024-11-13 06:43:29 +00:00
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-11-13 06:41:27 +00:00
8552052a46 inbox: Add empty /inbox handler
30610df0f5 nodeinfo: Use thiserror
c427af8186 hostmeta: Use thiserror
Compare 3 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-11-12 21:41:14 +00:00
cef5e8c19b inbox: Create crate
f99c8bdf2a core: Delete nodeinfo table
Compare 2 commits »
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-11-12 02:04:19 +00:00
676b81eca4 Add development callout
094010768b nodeinfo: Add FEP link
216cf39e66 nodeinfo: Loosen requirements further
Compare 3 commits »
steffo deleted branch feature/nodeinfo from unimore/tirocinio-canali-steffo-acrate 2024-11-11 07:49:01 +00:00
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-11-11 07:49:01 +00:00
be740ddbbd Create hostmeta and nodeinfo crates (#1)
c2da1723cf core: Re-export all subcrates
77e76d9dfb core: Blank out the file
a7d095fee0 Add some sort of docs
b46a995c09 i lied and i did it now
Compare 44 commits »
steffo merged pull request unimore/tirocinio-canali-steffo-acrate#1 2024-11-11 07:49:00 +00:00
Create `hostmeta` and `nodeinfo` crates
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-11 07:46:23 +00:00
c2da1723cf core: Re-export all subcrates
77e76d9dfb core: Blank out the file
a7d095fee0 Add some sort of docs
Compare 3 commits »
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-11 07:31:16 +00:00
b46a995c09 i lied and i did it now
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-11 07:20:36 +00:00
9fb2fd3b0a Final touches, will reorganize when not asleep
3d8f34a84c hostmeta: Integrate webfinger specification
13f6a4e4c7 Allow tabs-in-doc-comments
1ba354a1a5 hostmeta: Fully qualify reqwest::header::HeaderValue
5ecb0bb615 nodeinfo: Give up on following the spec and implement things loosely
Compare 10 commits »
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-11 02:09:50 +00:00
a936986198 nodeinfo: Rename to hostmeta
c12b0a7869 nodeinfo: Report error if MIME type check fails
Compare 2 commits »
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-11 02:01:53 +00:00
3cfc86a8fd nodeinfo: Setup test logging, sort of
dba9a93e2e nodeinfo: Fix typo in test_nodeinfo
76783eabe4 nodeinfo: Allow MIME type of application/jrd+json
a74ee45f6e nodeinfo: Add ignored test for hollo
0001c43f79 nodeinfo: Add ignored test for snac
Compare 5 commits »
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-09 15:20:43 +00:00
2aeed9773f nodeinfo: Improve XRD compatibility
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-09 15:20:06 +00:00
9abf1812a8 Improve XML compatibility
6ca0b5368a nodeinfo: Add more tests
ee2f386cf0 nodeinfo: Alias PascalCase tags to snake_case ones
e5f52a760a nodeinfo: Don't Serialize, just Deserialize for now
d964f1befc nodeinfo: Split off Content-Type parameters before checking the MIME type
Compare 6 commits »
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-09 12:33:15 +00:00
707d6d3d54 nodeinfo: Add two basic (failing) tests
00befc432d nodeinfo: Derive Debug on all structs
f9da277845 nodeinfo: Add rt-multi-thread and macros features to tokio
2f8e231b04 nodeinfo: Add tokio and pretty_env_logger deps
585eb1476e nodeinfo: this is actually host-meta
Compare 15 commits »
steffo created pull request unimore/tirocinio-canali-steffo-acrate#1 2024-11-09 08:54:17 +00:00
WIP: Create nodeinfo module
steffo created branch feature/nodeinfo in unimore/tirocinio-canali-steffo-acrate 2024-11-09 08:52:37 +00:00
steffo pushed to feature/nodeinfo at unimore/tirocinio-canali-steffo-acrate 2024-11-09 08:52:37 +00:00
be7b1ae3f7 core: Create nodeinfo table
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-11-09 08:43:38 +00:00
7568d08d7c nodeinfo: Create crate
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-11-09 08:43:17 +00:00
772d1afdb1 nodeinfo Create crate
steffo created branch main in unimore/tirocinio-canali-steffo-acrate 2024-11-09 08:42:36 +00:00
steffo pushed to main at unimore/tirocinio-canali-steffo-acrate 2024-11-09 08:42:36 +00:00
a0655e6486 Create nodeinfo crate
bb6ecb7354 core: Fix migrations_directory.dir
90a28a6bcf Use resolver 2 in workspace
06dee053a1 core: Add diesel and diesel_migrations deps
6a6508dd98 Add dotenv to gitignore
steffo created repository unimore/tirocinio-canali-steffo-acrate 2024-11-08 23:30:10 +00:00
steffo synced commits to main at steffo/glassflame from mirror 2024-11-08 09:14:50 +00:00
2df251dcd4 Do things properly
069b36c20d Use katex preamble
d200a47866 Provide a per-MarkdownRenderer context where KaTeX can store macros
Compare 3 commits »
steffo synced commits to main at steffo/steffula-code from mirror 2024-10-31 00:04:43 +00:00
b0f585285e Bump version to 0.14.0
881f8d7960 oops
Compare 2 commits »
steffo synced commits to main at steffo/steffula-code from mirror 2024-10-30 16:03:53 +00:00
2711cea12c Improve caddy and yml support
steffo synced commits to main at steffo/config-fish from mirror 2024-10-30 13:03:55 +00:00
a012d5b804 Add lodocker
steffo renamed repository from backup-duplicity to steffo/gestalt-amadeus 2024-10-29 06:06:07 +00:00
steffo synced commits to main at steffo/config-fish from mirror 2024-10-28 20:13:55 +00:00
681d9818ea Fix output
e7a9b9bbcb Add gen-repo-media
7f85c461b9 Remove unnecessary path additions
e4ef59f490 Add diesel completions
Compare 7 commits »
steffo synced commits to main at steffo/steffula-code from mirror 2024-10-28 15:03:53 +00:00
4909a0bf6d Begin C# support
802a510fbb Make git decorations more apparent
Compare 2 commits »
steffo synced new reference previous to steffo/steffoweb from mirror 2024-10-27 12:23:48 +00:00
steffo synced commits to previous at steffo/steffoweb from mirror 2024-10-27 12:23:48 +00:00
steffo synced commits to refs/tags/v2.0.0 at steffo/gestalt-amadeus from mirror 2024-10-25 10:03:50 +00:00
steffo synced new reference refs/tags/v2.0.0 to steffo/gestalt-amadeus from mirror 2024-10-25 10:03:50 +00:00
steffo synced commits to main at steffo/gestalt-amadeus from mirror 2024-10-25 10:03:50 +00:00
05e956698f too much nier automata music
1904168443 use port 8080, why not
e2227c40f9 Changes to the README
2218c00738 &ntfy → &ga_ntfy
Compare 13 commits »
steffo synced commits to master at steffo/steffula-ultra from mirror 2024-10-24 18:23:51 +00:00
47baf2d0a3 Update README.md
steffo synced commits to main at steffo/gestalt-amadeus from mirror 2024-10-24 17:53:45 +00:00
2540b9f484 ziopera
steffo synced commits to main at steffo/patched-porobot from mirror 2024-10-24 13:13:48 +00:00
766ea7adac Uhhh sure
db8ddd108e Add IDEA project name
Compare 2 commits »