matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
465 stars 150 forks source link

Add support for MSC3968 ('poorer features') #1686

Closed progval closed 1 year ago

progval commented 1 year ago

MSC3968

This includes a few commits from #1683 (those before the merge commit) because it would be a very messy merge conflict otherwise.

Depends on:

There are new tests only for PM rooms, because provisioning for non-PMs does not have unit tests

progval commented 1 year ago

Signed-off-by: Valentin Lorentz \<progval plus matrixsignoff at progval dot net>

Half-Shot commented 1 year ago

Thanks for this, it looks like something we had on our radar a while back and I'm glad you've picked up. I'll try to get a review in of these changes, because the idea is ace.

progval commented 1 year ago

The merge conflicts of this PR are inherited from #1683; I fixed them there and will rebase this PR once #1683 is merged.