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
Currently, smuxi's IRC protocol code obtains all known prefixes (e.g. PREFIX=(qaohv)~&@%+) from the RPL_ISUPPORT numeric.
And yet, the GNOME IRC frontend completely ignores this, and has five prefix characters hardcoded. This completely defeats the purpose of ISUPPORT, and outright breaks on networks where the prefix characters are not exactly ~&@%+ – for example, euIRC, which has *!@%+ for those modes, so smuxi shows ~nick where it should show *nick, and sometimes even thinks the * or ! is part of someone's nick. (Not that I use euIRC or anything, but still.) Or networks that have more than five of them. (Can't remember which but inspircd can be configured like that.)
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1377111-frontend-needs-to-stop-hardcoding-prefix-characters?utm_campaign=plugin&utm_content=tracker%2F277125&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F277125&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Currently, smuxi's IRC protocol code obtains all known prefixes (e.g.
PREFIX=(qaohv)~&@%+
) from the RPL_ISUPPORT numeric.And yet, the GNOME IRC frontend completely ignores this, and has five prefix characters hardcoded. This completely defeats the purpose of ISUPPORT, and outright breaks on networks where the prefix characters are not exactly
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1377111-frontend-needs-to-stop-hardcoding-prefix-characters?utm_campaign=plugin&utm_content=tracker%2F277125&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F277125&utm_medium=issues&utm_source=github).~&@%+
– for example, euIRC, which has*!@%+
for those modes, so smuxi shows~nick
where it should show*nick
, and sometimes even thinks the*
or!
is part of someone's nick. (Not that I use euIRC or anything, but still.) Or networks that have more than five of them. (Can't remember which but inspircd can be configured like that.)The text was updated successfully, but these errors were encountered: