Banning users with no ident response
Banning users with no ident response
I looked through the forums and what all aready, and didn't seem to find this question.
I have a user who has been banned from my network, and he keeps using proxies to connect. I've gotten tired of using gzline every time he gets on. One thing I have noticed about him is that he never responds to ident checking, resulting in the ~ being applied to his ident. My question is: Does UnRealIRCd support channel bans/tkl bans/etc on users who don't respond to ident requests? Also, how would I go about setting those bans?
Thanks.
I have a user who has been banned from my network, and he keeps using proxies to connect. I've gotten tired of using gzline every time he gets on. One thing I have noticed about him is that he never responds to ident checking, resulting in the ~ being applied to his ident. My question is: Does UnRealIRCd support channel bans/tkl bans/etc on users who don't respond to ident requests? Also, how would I go about setting those bans?
Thanks.
with most Services packages you can simply akill ~*!*@*
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
actually I was way wrong .. try ~*@* you can't akill nicks. Sorry for any confusion.
Remember that will akill everyone without a ident response though.
Remember that will akill everyone without a ident response though.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
That's what I would have suggested.
Code: Select all
ban user {
mask "~*@*";
reason "Identd is required for this server.";
};I was thinking of a more global solution .. but ok 
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
Don't remote includes require other software? .. like software not all shell providers install? .. and not everyone likes remote includesaquanight wrote:That's still possible. Remote includes anyone?katsklaw wrote:I was thinking of a more global solution .. but ok
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
all you need too run remote includes is unreal configured with curl and a http/ftp server. and a lot of people like and enjoy remote includes, I'm sure you aren't one because you don't know how to use them.
FBSD-DEV Project
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
LOL, That shows exactly what you know about me ... nothing.jewles wrote:all you need too run remote includes is unreal configured with curl and a http/ftp server. and a lot of people like and enjoy remote includes, I'm sure you aren't one because you don't know how to use them.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ