Barry Nelson

Results 103 comments of Barry Nelson

I do eventually really need to use an external program because I want to link the user account to info in another database, but I will look at the webpanel...

Hmmm, I don't see webpanel listed in extras. I am running Anope 2.0.16... ``` $ ./extras CMakeFiles = wrong hardlink target (65025:2124835) m_ldap.cpp = disabled m_ldap_authentication.cpp = disabled m_ldap_oper.cpp =...

I got the Webcpanel working, although I am having isseues getting it to use TLS. It doesn't really fit what I need also. I could write something but I would...

I am looking at sha256. I found this in the source code: password format: :: I am guessing that the iv_b64 is some sort of salt and is base 64...

Looking at the hashed password, that looks like hex encoding, not base 64...?

If in the config I have something like this: ``` module { name = "enc_sha256" } module { name = "enc_none" } ``` With sha256 listed first as shown, the...

But Anope's NickServ already has a database, why not improve the registration process?

Maintaining two databases is exactly what I am trying to avoid. The NickServ database is required in order to have registered nicks, why setup another database just to authenticate nicks...

The Web CPanel is good, but it's not easily extendable and the handling of email confirmations leaves much to be desired. This is what a confirmation email for my system...

Does anyone have a simple complete example program that would register a user, preferably written in PHP using XMLRPC? Just the basics, but something that I could run?