Force nick to have password

These are old archives. They are kept for historic purposes only.
Post Reply
MCM
Posts: 6
Joined: Wed Apr 02, 2008 4:36 pm

Force nick to have password

Post by MCM »

I have been told that their is a module for this type of thing by my friend (he said he recalls something about one so I am thinking there is one). In any-case,where would I find this module to force certain nicks to have password to be able to talk on the server?
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: Force nick to have password

Post by [dx] »

/helpop ?chmodes


M = Must be using a registered nick (+r), or have voice access to talk [o]
MCM
Posts: 6
Joined: Wed Apr 02, 2008 4:36 pm

Re: Force nick to have password

Post by MCM »

Not really what I am looking for..what I am looking for is that it will require a member that is registered using nickserv to auth b4 being able to talk.
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Force nick to have password

Post by Casper »

Sounds like what is described above ;) Would be a little overkill to code a module for something that already is there.
Ex Network-Administrator
BigSmoke
Posts: 23
Joined: Sun Apr 13, 2008 3:36 am
Location: Amsterdam, The Netherlands
Contact:

Re: Force nick to have password

Post by BigSmoke »

Force Umode +R on connect and set +M on channel creation?

However this forces everyone to be registerd and identifyd to NickServ, if you want people which are using a registerd nick and not identifyd not be able to talk (Private and Channel messages) there is no point. As someone easily can change his/her nick to a non-registerd one. And I don't even think its possible as Unreal doesn't know if someone is using a registerd nick but isn't identyd. It only reconize people as identifyd by umode +r.
http://www.fazconi.com
irc://irc.fazconi.com
Email: [email protected]
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Force nick to have password

Post by Jobe »

There is a paid module that sounds like what you want at http://www.vulnscan.org/customcoding#NSAuth

Alternatively you could write an Unreal module that provides an extra user mode that only services can set/unset (like +r) that when set (can be set on connect) means the user cant use NOTICE or PRIVMSG. Then you could write a similar module for Anope (if using Anope) which sets the mode when someone /nick's to a registered nick or connects using a registered nick and then unsets it on identify. Although in the UnrealIRCd module you would need to have the module make an exception for PRIVMSG <nickservnick>[@<servicesserver>] IDENTIFY else the users cant identify etc...
Your IP: Image
Your Country: Image
MightyWings
Posts: 20
Joined: Fri Feb 26, 2010 12:06 pm
Location: Portadown, Northern Ireland
Contact:

Re: Force nick to have password

Post by MightyWings »

Jobe1986 wrote:There is a paid module that sounds like what you want at http://www.vulnscan.org/customcoding#NSAuth

Alternatively you could write an Unreal module that provides an extra user mode that only services can set/unset (like +r) that when set (can be set on connect) means the user cant use NOTICE or PRIVMSG. Then you could write a similar module for Anope (if using Anope) which sets the mode when someone /nick's to a registered nick or connects using a registered nick and then unsets it on identify. Although in the UnrealIRCd module you would need to have the module make an exception for PRIVMSG <nickservnick>[@<servicesserver>] IDENTIFY else the users cant identify etc...
What Jobe pointed out here is correct, there is also the paid Module http://www.vulnscan.org/customcoding#SQLAuth forcing users to have to sign up to a website or other Auth methods using a MySQL or PostgreSQL server, likewise with http://www.vulnscan.org/customcoding#SQLMod
MightyWings
Post Reply