We're trying to move our team group chats from Skype group IM, to our own IRC implementation. We're running Inspircd, and I have a question.

The best case scenario is not allowing any user activity (joining/listing/etc) until the connected client authenticates as a valid user. This is a private IRC server, and we need to make sure that random connections cannot do anything.

We can use the global server password, but that causes all kinds of headaches when a team member leaves, or if a member decides to give out the password to someone else and we can't know who it was, etc. (some of our team members are volunteers, etc).

I have not found any module for Inspircd which seems to address this kind of need.

Is it possible? Is there a module to do it? Can this be accomplished with a specific services package?

Any advice will be appreciated.

Thanks.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

http://wiki.inspircd.org/Modules/1.2/sqlauth seems like exactly what you want here.

link|improve this answer
Thank you very much. I don't know how I missed this. – Spot May 23 '11 at 4:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.