matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 149 forks source link

Ipv4 puppet creation seems to have broken after Synapse 1.95 update #1783

Closed poVoq closed 8 months ago

poVoq commented 8 months ago

My appservice-irc was fully working with Synapse 1.94, but after updating Synapse to 1.95 it became one way only.

The bot still joins IRC side and Matrix users can read the messages from IRC, but no IRC side puppets are created any more and thus no messages are relayed from Matrix to IRC.

I don't see any obvious errors on the logs though, which is a bit strange.

This is on an IPv4 setup so no complex IPv6 spawning of unique IPs involved, but just in case that might be part of the issue, is there a way to force appservice-irc to not try IPv6 at all? The config makes it sound like only enforcing always IPv6 is an option (i.e. the opposite of what I am asking).

I am using the latest official container images for both Synapse and appservice-irc.

Help appreciated.

poVoq commented 8 months ago

Never mind. It works for local users. Some federation issue on my Synapse.