matrix-appservice-irc
matrix-appservice-irc copied to clipboard
Node.js IRC bridge for Matrix
Currently this code doesn't return anything inside the `map()` callback, resulting in an array with undefined elements, and `Promise.all()` immediately returning. https://github.com/matrix-org/matrix-appservice-irc/blob/b0fb7387ab22465804377dc4f5e81d6fa7a5ddb8/src/bridge/MatrixHandler.ts#L766-L768 Fixed it by adding a `return` but could...
It seems like when joining an IRC channel that does not exist yet it is created through the bridge, but the channel owner ends up being the bridge bot and...
Many IRC networks support the +M channel mode, which is similar to +m but automatically unmutes users that are registered through SASL or Nickserv. This is a very common method...
`!storepass` should remove the message setting the pass. Keeping it in history for years seems like a bad idea.
I followed the wiki here: https://github.com/matrix-org/matrix-appservice-irc/wiki/Guide:-How-to-use-Matrix-to-participate-in-IRC-rooms **Describe the bug** I was able to communicate with @appservice-irc:matrix.org to (test) change my nick, and communicate with NickServ to register, and set my...
Is it possible to add "!storepassQ" to the command bot? so while not empty, it tries to auth to aganist Q instead of NickServ automatically? or is there a way...
# Problem : This is my status now when sending messages and listing users : Matrix ---------> IRC Working OK. IRC -----------> Matrix No communication possible and no users show...
When attempting to generate a registration file, the config is validated against its schema. This fails for me because of the following error: ``` The field data.ircService.servers[keys2.0].tlsOptions is null which...
Summary: https://github.com/matrix-org/matrix-appservice-irc/wiki/Bridged-IRC-networks Right now we're not letting people bridge to arbitrary networks of their choice, but curating the bridges we set up (in order to ensure that we connect at...