[IRCServices Coding] Re: [IRCServices] nickserv/sendpass problem

Craig McLure Craig at chatspike.net
Mon Jan 5 03:24:40 PST 2004


you probably have one of the encryption modules loaded, if this is the case, its not possible for Chanserv or Nickserv to use 'Sendpass', as the previously mentioned encryption is 'one-way' and cannot be reversed. If you wish to use sendpass, remove the MD5 module.

/****************************************
 *     Craig "FrostyCoolSlug" McLure
 * InspIRCd   - http://www.inspircd.org
 * ChatSpike  - http://www.chatspike.net
 ****************************************/


/****************************************
 * From    - Emmanuel Poitier <epoitier at velvetfr.ath.cx>
 * To      - ircservices <ircservices at ircservices.za.net>
 * Sent    - 2004-01-05 11:10:00
 * Subject - [IRCServices] nickserv/sendpass problem
 ****************************************/

/****** - Begin Original Message - ******/

>Hi,
>
>I have compiled the ircservices 5.0.23, and then when I try to launch the
>ircservices daemon, I have an error returned :
>
>[Jan 05 10:52:23.886638 2004] debug: Loading module `nickserv/sendpass'
>[Jan 05 10:52:23.888634 2004] nickserv/sendpass: Trapdoor (one-way)
>encryption in use; SENDPASS cannot be used
>[Jan 05 10:52:23.889173 2004] modules: init_module() failed for
>nickserv/sendpass
>[Jan 05 10:52:23.889526 2004] Error loading modules, aborting
>
>I do not see what the problem is, and when I look in the sources, I can see
>that the problems is coming from the fact that nickserv is confronted
>against a problem with the decrypt function.
>
>Is someone could help me on this one ?
>
>Best regards,
>Emmanuel Poitier
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices
>.

/******* - End Original Message - *******/