hifi / heisenbridge

a bouncer-style Matrix IRC bridge
MIT License
241 stars 32 forks source link

Missing capabilities message-tags, chghost, znc.in/self-message #253

Closed ojoeth closed 1 year ago

ojoeth commented 1 year ago

When connecting to Esper.net, the server requests some capabilities which Heisenbridge does not yet support.

Connecting to [irc.esper.net:6697](http://irc.esper.net:6697/)...
Capabilities wanted: message-tags, chghost, [znc.in/self-message](http://znc.in/self-message)
Disconnected, reconnecting in 1800 seconds...
hifi commented 1 year ago

The wanted list works the other way around, it's what Heisenbridge supports and it lists them on connect time.

I think there's some other issue with your connection, like using TLS port without having --tls added for the server in Heisenbridge.

It could also be that the server chokes on the caps request on connect, I think IRCNet does as well and disabling all caps with the CAPS command might make it work.

ojoeth commented 1 year ago

Oh I see! That worked :)