matrix-org / matrix-appservice-irc

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

Ircnet: split messages are missing words on _middle_ of the split #1183

Open olmari opened 3 years ago

olmari commented 3 years ago

Describe the bug on Ircnet (irc.snt.utwente.nl), long messages get split, but there are missing words on middle of the split To Reproduce Steps to reproduce the behavior:

  1. Write long message on matrix on Ircnet bridged room.
  2. On IRC side see messag split into two messages, notice words missin where split happends.

Expected behavior Message to come through fully without missing words in the middle.

Screenshots Both IRC and Matrix views

Additional context Room ID: !jyWBEJPyRHmMunoagX:irc.snt.utwente.nl Event ID $1604820452878KUkiV:hacklab.fi

Half-Shot commented 3 years ago

dupe of https://github.com/matrix-org/matrix-appservice-irc/issues/1059 ?

olmari commented 3 years ago

dupe of #1059 ?

It is possible that it is same bug, but generally above is all I can tell as I don't have logs for Uwente/Ircnet bridge logs, neither appservice nor synapse-wise. I hope the @silkeh sees this and possibly still have logs.

14mRh4X0r commented 3 years ago

The logs show nothing out of the ordinary. Seems to be the same issue as #706 (for which there exists a presumed fix at matrix-org/node-irc#30)