Anope IRC Services

Anope Development => Modules => Topic started by: sdamon on July 08, 2008, 09:11:20 PM

Title: md5 Login [Feature Port Request]
Post by: sdamon on July 08, 2008, 09:11:20 PM
Premise: Login using a hash based challenge system
Details:
This feature exists in other service packages.

The system, as implemented in other services works as follows:
Code: [Select]
-> privmsg nickserv :identify-md5
<- 205 S/MD5 1.0 <hashed token>
-> privmsg nickserv :identify-md5 <md5 hash nick+token+pass*>


*in mirc that would be $md5($+(%nick,%token,%password)) or somethign of the like.

For more details:
http://www.sorcery.net/content/view/56/414/
http://www.sorcery.net/content/view/27/422/#md

Note, I cannot find the sourcecode for the new SorceryNet services so i cant link to commented code.