You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
It is related to a maximum allowed length of IRC messages. When the encrypted data is over this limit, it is just truncated instead of being redistributed multi-line.
The way how it's solved there is not very efficient but at least it works, so I thought maybe you would be interested in fixing this issue in your fork and official FiSHLiM, since your project is aimed at improving it.
The text was updated successfully, but these errors were encountered:
There is a known bug which remains unfixed since a while in original fishlim: FiSHLiM utf-8 truncation problem #1879
It is related to a maximum allowed length of IRC messages. When the encrypted data is over this limit, it is just truncated instead of being redistributed multi-line.
There is a FiSHLiM re-written in perl which address this problem and its README demostrates a real case how this problem occurs here https://github.com/hexchat-ngfish/ngfish#proper-message-length-handling--no-data-corruption
The way how it's solved there is not very efficient but at least it works, so I thought maybe you would be interested in fixing this issue in your fork and official FiSHLiM, since your project is aimed at improving it.
The text was updated successfully, but these errors were encountered: