Page 1 of 1

Is this possible? Mysql / Users

Posted: Tue Sep 04, 2012 4:26 am
by RebDev
Hi,
I have a site with a database of my users. I've been using UnrealIRCd for several years but my issue has always been that it's hard/impossible to keep track of who everyone is. Ideally I would like to be able to have users created in IRC when they register for my site and have their IRC password/username updated when they update it on the main site. Then if I stopped usernames/password being updated directly through the chat I could always know who a particular user is. To do this I'm guessing I would need IRC to use a database to store user details. Does anything like this exist?

Re: Is this possible? Mysql / Users

Posted: Tue Sep 04, 2012 5:09 am
by katsklaw
This looks like something for Services to handle since that's where nick/channel registration is handled. Some services packages already use sql. Perhaps that will help you.

Re: Is this possible? Mysql / Users

Posted: Tue Sep 04, 2012 8:56 am
by RebDev
Thanks. I'll do a search through the services packages. But if anyone happens to know any of them that will do what I need please post here