-
Notifications
You must be signed in to change notification settings - Fork 24
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
autojoinchannel timer #51
Comments
Not a bad idea, however it still wont prevent a users IP address being discovered by other means such as if a malicious user has his/her victim on their WATCH list. For this reason Nefarious 2 provides a few additional features that help resolve this issue:
|
dear jobe1986 thank you for the reply. unfortunately host_hiding_style 3 still not prevent users from showing their real IP in the autojoinchannel since the unrealircd +x masked is not as fast as autojoin. in the autojoin channel i can 3 times join, 1st with real ip, then quit, then with the unreal masked, quit, then the services masked. i believe timer on autojoin is the solution. i know people still can catch their real ip using watch or notify, but not all users can do that, but all users in the autojoinchan can see the real ip without a timer. |
If you configure Nefarious 2 to give users user mode +x on connect they will get user mode +x and a cloaked host/ip before they will ever be able to join a channel. So I am afraid given that that is the case it is simply not possible for a users real IP to be exposed when the user is given user mode +x upon connect and HOST_HIDING_STYLE 2 or 3 are in use. To give users user mode +x upon connect use the usermode option in the applicable class blocks. That way the IRCd will set +x before any JOIN command will even be processed, thus preventing the issue described. Not to mention the autojoin channel option is processed after the usermode option and after the user has been introduced to the rest of the network. What this means is that because the usermode option and thus cloaking is processed before the network wide introduction, the autojoin will not be processed until after the introduction. Additionally the description you gave only applies when the users OWN client has to set user mode +x as the QUIT+JOIN behaviour of setting user mode +x does NOT occur when the usermode option in class blocks is used to set user mode +x. |
Assuming you are using services compatible with Login-on-Connect (LOC), I would suggest using it. LOC authenticates you with services before you establish a complete connection, generally granting you +x before you can join any channels. X3 for example, using AuthServ's SET AUTOHIDE ON feature will give +x on AUTH. You can read more about LOC in the documentation directory of Nefarious 2 or for your convenience, here: https://github.com/evilnet/nefarious2/blob/master/doc/readme.login-on-connect Hope this helps! |
hello. autojoinchannel were a nice features so that all users has default channel. i hope timer can be added so that user has time to login and mask their ip before joining a channel. whether a fixed timer or a variable which can be set in the config file.
thanks!
The text was updated successfully, but these errors were encountered: