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
I actually tested this and for authenticated users, force-nick-equals-account (or always-on) bypasses the code path that checks nick reservations (sensibly so). So being lexicographically first is irrelevant. The first user to connect will get through, and the second won't.
If we import records for, e.g.,
bob
andb0b
, the lexicographically first entry (in this caseb0b
) will be unusable because of a skeleton conflict.We should detect this and warn about it at import time. We can suggest that the operator configure
casemapping: ascii
to prevent the conflict.The text was updated successfully, but these errors were encountered: