Commits
- Commit:
d3dfb6729126922affd3865165ef240d239837e4
- From:
- Oliver Lowe <o@olowe.co>
- Date:
apub: handle collection recipients mroe reliably
When we receive activity that has a collection, we see if any of the
other actor recipients have the collection set as their followers.
Then we can encode it with plus addressing. If we can't do that we
drop it. Not ideal, but it covers most use cases.
Next up we can encode arbitrary collections like
"some/path/to/thing@example.com".
- Commit:
eec649355b1ab496b58a8e65abc64f9ee7e635ac
- From:
- Oliver Lowe <o@olowe.co>
- Date:
apub: correctly marshal followers collection from an email recipients
The receiving server can forward the message for us. For us to resolve
the entire collection is a lot of work, especially since paginated
followers collections only contain like 12 entries per page! Lots of
people have over 300 followers.
- Commit:
345d2260d11d054c199c7a16e48ad84d0f068b35
- From:
- Oliver Lowe <o@olowe.co>
- Date:
apub: remove unused imports
- Commit:
96b56ad384e99eb42c0c18ba1321d3c9a0d74c1c
- From:
- Oliver Lowe <o@olowe.co>
- Date:
apub: remove unused UserWebFingerFile
Moved to package sys, generated dynamically (and tested!).
- Commit:
b6986e8e8f3ca2b9529e35cafe2340a4391376e8
- From:
- Oliver Lowe <o@olowe.co>
- Date:
apub: document our convenience Finger function
- Commit:
2469f6646d48415c8f7f947815762863adbf3133
- From:
- Oliver Lowe <o@olowe.co>
- Date:
apub: return entire actor when doing multiple webfinger lookups
We've already looked up the entire actor so may as well return it,
then let callers do what they want with the data.
- Commit:
77918b0001800b96e0bb0aa9dee91d870ab70fca
- From:
- Oliver Lowe <o@olowe.co>
- Date:
public-ish release
I made a bit of an announcement to fediverse@lemmy.world:
https://old.lemmy.world/post/12791602
Replies were delivered ok to my ActivityPub inbox and my mail inbox.
And I replied to those from my email client, too!