]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000429.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000429.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Services 5.0a25 - ChanServ SENDPASS Solution
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a25%20-%20ChanServ%20SENDPASS%20Solution&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000428.html">
11 <LINK REL="Next" HREF="000430.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Services 5.0a25 - ChanServ SENDPASS Solution</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a25%20-%20ChanServ%20SENDPASS%20Solution&In-Reply-To="
17 TITLE="[IRCServices Coding] Services 5.0a25 - ChanServ SENDPASS Solution">achurch at achurch.org
18 </A><BR>
19 <I>Tue Mar 26 14:14:29 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000428.html">[IRCServices Coding] Services 5.0a25 - /ns link guestxxxx bug
22 </A></li>
23 <LI>Next message: <A HREF="000430.html">[IRCServices Coding] 5.0a24 - Problem with szline
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#429">[ date ]</a>
27 <a href="thread.html#429">[ thread ]</a>
28 <a href="subject.html#429">[ subject ]</a>
29 <a href="author.html#429">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>Ok i found it.
35 </I>&gt;<i>in file /modules/chanserv/sendpass.c just replace the line
36 </I>&gt;<i>snprintf(body, sizeof(body), getstring(ngi,CHAN_SENDPASS_MAIL_BODY),
37 </I>&gt;<i> ci-&gt;name, passbuf, s_ChanServ, u-&gt;username, u-&gt;host);
38 </I>&gt;<i>with the following
39 </I>&gt;<i>
40 </I>&gt;<i>snprintf(body, sizeof(body), getstring(ngi,CHAN_SENDPASS_MAIL_BODY),
41 </I>&gt;<i> ci-&gt;name, ci-&gt;founderpass, s_ChanServ, u-&gt;username,
42 </I>&gt;<i>u-&gt;host);
43 </I>&gt;<i>i test it and it's ok now :)
44 </I>
45 This is wrong--you'll get garbage if encryption is in use. The proper
46 fix is change ngi-&gt;pass to ci-&gt;founderpass slightly above that. Fixed for
47 the next alpha.
48
49 --Andrew Church
50 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
51 <A HREF="http://achurch.org/">http://achurch.org/</A>
52
53 </PRE>
54
55 <!--endarticle-->
56 <HR>
57 <P><UL>
58 <!--threads-->
59 <LI>Previous message: <A HREF="000428.html">[IRCServices Coding] Services 5.0a25 - /ns link guestxxxx bug
60 </A></li>
61 <LI>Next message: <A HREF="000430.html">[IRCServices Coding] 5.0a24 - Problem with szline
62 </A></li>
63 <LI> <B>Messages sorted by:</B>
64 <a href="date.html#429">[ date ]</a>
65 <a href="thread.html#429">[ thread ]</a>
66 <a href="subject.html#429">[ subject ]</a>
67 <a href="author.html#429">[ author ]</a>
68 </LI>
69 </UL>
70
71 </body></html>