Jonathan de Jong

Results 291 issues of Jonathan de Jong

This resolves https://github.com/binwiederhier/ntfy/issues/664; If a subscription topic; - Does not have its `t.rateVisitor.Stale()` - Does not have any subscribers; - And the time since last access (including poll and create)...

...as every tool seems to be migrating over to it.

[Rendered](https://github.com/ShadowJonathan/matrix-doc/blob/prop/hs-data/proposals/2783-homeserver-migration-data-format.md) Related to matrix-org/matrix-spec-proposals#2760 `Signed-off-by: Jonathan de Jong `

proposal
kind:feature
needs-implementation

[Rendered](https://github.com/ShadowJonathan/matrix-doc/blob/require-http-range/proposals/3469-http-range.md) `Signed-off-by: Jonathan de Jong ` Preview: https://pr3469--matrix-org-previews.netlify.app

proposal
client-server
kind:maintenance

[Rendered](https://github.com/ShadowJonathan/matrix-doc/blob/mxc-hash/proposals/3468-mxc-hash.md) `Signed-off-by: Jonathan de Jong ` Preview: https://pr3468--matrix-org-previews.netlify.app

proposal
client-server
kind:maintenance

Currently `/health` looks like this; ```py def render_GET(self, request: Request) -> bytes: request.setHeader(b"Content-Type", b"text/plain") return b"OK" ``` Which is functionally equivalent to calling `/versions` on the endpoint. I think that...

T-Enhancement

We could have ruma interpret `unstable_features` by interpreting the keys, and mapping them to known MSCs, like `Vec`, with `UnstableFeature` being something like; ```rust enum UnstableFeature { Msc1234, Msc1235, //...

effort/medium
area/ruma-api
type/msc

Proposal: https://github.com/matrix-org/matrix-spec-proposals/pull/3834 This adds; - the optional `tofu_signing_key` field to `/keys/device_signing/upload` - encrypted to-device messages: - `m.signatures_hash_request` - `m.signatures_hash` ---- cc https://github.com/vector-im/element-meta/issues/1557 and https://github.com/vector-im/element-meta/issues/764

area/client-api
type/msc

This way we'd know if we add backwards-incompatible changes. While technically not required until we reach 1.0, it's better to start getting into the mindset now, and make breakages *very*...

area/automation
type/experiment

When looking at this project, I saw that dynamically linking to an "archive" of a website via URLs, if/after I set up IPWB on a subdomain or a website, is...

Privacy/Security/Encryption
i/o
ipwb indexer
ipwb replay
Landing→Admin Movement