Jonathan de Jong
Jonathan de Jong
Like this: https://rustc-dev-guide.rust-lang.org/stability.html `rustc` has markers like `#[stable(...)]` and `#[unstable(...)]`, maybe it's interesting to replicate this? Then we could annotate (parts of) API with `#[stable(v = "1.1")` (the API is...
With https://github.com/matrix-org/matrix-doc/pull/3575 revealed, it'd be nice if implementation of the MSC could be implemented in ruma, so that downstream projects (rust-sdk, conduit, potentially parts of element mobile SDKs, etc.) could...
> Also, i think that with `compat`/compatibility functionality, it'd be a good idea to keep a reminder of "be strict with what you send, but relaxed with what you receive"...
As https://github.com/matrix-org/mjolnir/pull/210 has been closed, I want to make a feature request here to at least track this, as i'd like to see this in mjolnir.
#### Is your feature request related to a problem? Please describe. Sometimes, when seeing users in other chats, i'm curious if the user is reported in any of the watched...
#### Is your feature request related to a problem? Please describe. Sometimes when I observe a different chat, I see a user which would likely join the mjolnir-moderated community, but...
#### Is your feature request related to a problem? Please describe. Currently it is hard to moderate a wide set of rooms, as some of them would require different moderation...
It feels a bit weird to deal with matrix.to URLs and matrix room IDs/aliases at the same time in a config. (`protectedRooms` vs `managementRoom`) Shouldn't we convert it all to...
This is needed for `!mjolnir rules`, at the very least, to make it possible to display large amounts of listed items. My thought process is to encapsule these kinds of...
https://github.com/matrix-org/mjolnir/pull/280 was merged for time pressure, but afaik there's two more things to be looked at; - The PR introduced requiredStatePermissions, these announce the permissions a protection would likely need....