Kegan Dougal
Kegan Dougal
Still an issue, at least for the `device_id`. I did exactly what Leo did 8 years ago (!) and wrote a test, accidentally used the wrong client instance, and was...
We use https://github.com/mmcdole/gofeed to parse Atom/RSS feeds. I'll bring it up with them.
As @mmcdole states, it looks like this site is doing User-Agent sniffing and rejecting bots. We actually set our own User-Agent [already](https://github.com/matrix-org/go-neb/blob/79131f19c2329758c2f3131f2dd642bc4548302b/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go#L415) sooo.. I don't think there's much we can...
This has since been expanded in light of some portable accounts work, which require other keys to self-sign event JSON. The current model has: - `KeyFetcher` - interface which takes...
I was going to say, I thought we did as per https://github.com/matrix-org/dendrite/blob/v0.3.8/setup/base.go#L313
#dendrite:matrix.org or #dendrite-dev:matrix.org are good candidates. We can support your changes more there.
### Federation should always be referring to the state before/after an event, not "at" an event Specifically for the PDU checks on https://matrix.org/docs/spec/server_server/latest#checks-performed-on-receipt-of-a-pdu > Passes authorization rules based on the...
### Backfill clarity `GET /_matrix/federation/v1/backfill/{roomId}` Currently it just says: > Retrieves a sliding-window history of previous PDUs that occurred in the given room. Starting from the PDU ID(s) given in...
### Terminology of dropped vs rejected PDU checks mention this https://matrix.org/docs/spec/server_server/latest#checks-performed-on-receipt-of-a-pdu but do not clarify what they mean. @richvdh says: > - dropped: ignored altogether > - rejected: stashed in...
### Clarify `GET /_matrix/federation/v1/event_auth/{roomId}/{eventId}` and "auth chain" It currently returns an `auth_chain` which is `[]PDU` with the following explanation: > The full set of authorization events that make up the...