matrix-org / matrix-appservice-irc

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

Support authenticating via certfp #1757

Open Half-Shot opened 1 year ago

Half-Shot commented 1 year ago

Fixes https://github.com/matrix-org/matrix-appservice-irc/issues/1483, https://github.com/matrix-org/matrix-appservice-irc/issues/747

Requires https://github.com/matrix-org/node-irc/pull/110

Most of the work was already done in node-irc, so this just needs the bridge to store and pass through the certificate. I haven't yet implemented a way for users to pass the cert to the bridge. I am wary of passing it through the admin room directly as it would leave the cert in Matrix.

Perhaps we may have a HTTP submission page of some kind.

programmerjake commented 4 months ago

are you still intending on working on this? having storepass work on oftc would be really nice!

progval commented 4 months ago

This is an alternative to !storepass, it won't make !storepass itself work.