-
Notifications
You must be signed in to change notification settings - Fork 20
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
hunt_server() with wildcard hits wrong server #44
Comments
More weirdness:
|
So thanks to rnowak and me continuing to wtf over some code bits, we found the explanation: There is a user QuantumBot connected to oxygen, and a user kineticrootkit[m] connected to helix which made hunt_server find the user first before applying the wildcard to server names. We should fix that to look at server names first, or remove the user lookups alltogether in the places where it doesn't make much sense (shedding, motd, ?). |
That's just kind of the way it works. It's always better to use fully qualified names instead of wild cards when doing remote commands |
FWIW seems upstream already has this https://github.com/ircd-hybrid/ircd-hybrid/blob/master/src/server.c#L186-L217 |
The text was updated successfully, but these errors were encountered: