Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IRCv3 multi-prefix #1565

Open
progval opened this issue May 12, 2022 · 0 comments
Open

Implement IRCv3 multi-prefix #1565

progval opened this issue May 12, 2022 · 0 comments
Labels
irc v3 Issues involving supporting IRC v3 T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.

Comments

@progval
Copy link
Contributor

progval commented May 12, 2022

Is your feature request related to a problem? Please describe.
I just noticed this note in the code:

// XXX: Annoyingly we don't know if we can pop down to
// voiced level after being de-oped, as we aren't told the full
// set of modes.

If I understand it correctly, it's because NAMES only tells the bridge the highest power level of a user (the "prefix"), so the bridge does not know what their power level is when the highest is removed

Describe the solution you'd like
Implement IRCv3 multi-prefix, which is designed specifically for this, by sending all power levels of users when joining a channel.

@justinbot justinbot added irc v3 Issues involving supporting IRC v3 T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements. labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
irc v3 Issues involving supporting IRC v3 T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.
Projects
None yet
Development

No branches or pull requests

2 participants