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
This breaks keeping a RESV for Guest* so that the only way a person can have a guest nick is via services. OFTC currently has such a RESV, though I suspect part of our reasoning is that our guest nicks are sequential and we do not have SAVE, so a determined attacker could kill a guesting client by colliding with their nick change.
we could solve that by having 2 kinds of RSFNC. one that is expected to sometimes fail and one that should never fail, and you'd use the former for any user-supplied nickname
Atheme already allows differentiating between a regain and a force change via the fnc_sts handler; FNC_REGAIN is the type value for regain, and FNC_FORCE is the type value for force changes. If we pursue that route, I think RSFNC should remain the FNC_FORCE handler, and we could add something like ENCAP REGAIN for the FNC_REGAIN handler, which would require compliance with all applicable nick rules, just like NICK
atheme work done here atheme/atheme#864 so now we can think about how this should look over the wire
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.