Anope IRC Services

Anope Development => Feature Requests => Topic started by: Danyal Saleem on January 12, 2014, 07:28:29 PM

Title: Is It Possible?
Post by: Danyal Saleem on January 12, 2014, 07:28:29 PM
Is It Possible To Add Akill ID And Web Register/Login System In Anope1.8.* Version?
Title: Re: Is It Possible?
Post by: katsklaw on January 12, 2014, 10:01:38 PM
Yes on both accounts.

Akill ID has been requested on many, many occasions and was always shot down because it really doesn't serve a useful purpose. Referring to ID #35343824 is no different than referring to the nick that was akilled. it's no easier to reference, lookup or otherwise investigate. What I mean is that searching logs for a specific nick is just as easy as it is to lookup an ID. It's exactly the same amount of work. Having Akill ID's only looks more complex/cool/high tech/fancy/insert any other vanity term.

Web register and login are possible through a 3rd party module that is called XMLRPC but to my knowledge, it was never stable enough to release.
Title: Re: Is It Possible?
Post by: Jens Voss on January 13, 2014, 08:56:15 AM
Vipers misc_sqlcmd module ( http://modules.anope.org/index.php?page=view&id=82 ) allows also registering of users via an external script.

Using this module is a bit complicated, you have to read very carefully through the supplied documentation before you try it. :-)