]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2005/004916.html
init
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2005 / 004916.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Bug in NickServ listlinks
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.esper.net?Subject=%5BIRCServices%5D%20Bug%20in%20NickServ%20listlinks&In-Reply-To=10802.196.2.40.7.1112030219.squirrel%40mail.zagamers.za.net">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="004915.html">
11 <LINK REL="Next" HREF="004917.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Bug in NickServ listlinks</H1>
15 <B>Craig McLure</B>
16 <A HREF="mailto:ircservices%40ircservices.esper.net?Subject=%5BIRCServices%5D%20Bug%20in%20NickServ%20listlinks&In-Reply-To=10802.196.2.40.7.1112030219.squirrel%40mail.zagamers.za.net"
17 TITLE="[IRCServices] Bug in NickServ listlinks">Craig at frostycoolslug.com
18 </A><BR>
19 <I>Mon Mar 28 09:42:58 PST 2005</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="004915.html">[IRCServices] Bug in NickServ listlinks
22</A></li>
23 <LI>Next message: <A HREF="004917.html">[IRCServices] Bug in NickServ listlinks
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#4916">[ date ]</a>
27 <a href="thread.html#4916">[ thread ]</a>
28 <a href="subject.html#4916">[ subject ]</a>
29 <a href="author.html#4916">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>Well spotted, If your looking for an immediate fix, find
35ircservices-5.0.xx/modules/nickserv/link.c
36
37and add the following at line 197
38
39--- CODE SNIPPIT ---
40 } else if (!user_identified(u)) {
41 notice_lang(s_NickServ, u, NICK_IDENTIFY_REQUIRED, s_NickServ);
42 return;
43
44--- END CODE SNIPPIT ---
45
46(You should be able to paste all that, including the line break into
47like 197, and everything will fall into alignment)
48
49I'm sure andy will include this fix in the next release of services :)
50/****************************************
51 * Craig &quot;FrostyCoolSlug&quot; McLure
52 * <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">Craig at FrostyCoolSlug.com</A>
53 * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
54 * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
55 ****************************************/
56
57Katarn wrote:
58&gt;<i> Hi,
59</I>&gt;<i>
60</I>&gt;<i> It was brought to my attention by a user the other day, that NickServ's
61</I>&gt;<i> listlinks feature works for any nickname, without identifying for the
62</I>&gt;<i> nick. By default, only services operators or above are supposed to be able
63</I>&gt;<i> to do this I believe.
64</I>&gt;<i> Basically, any person can come on with any nick that they want to see all
65</I>&gt;<i> the linked nicks for, and use &quot;/msg nickserv listlinks&quot; to see all the
66</I>&gt;<i> nicknames linked to that nick, if they have not identified at all.
67</I>&gt;<i> -Katarn
68</I>&gt;<i>
69</I>&gt;<i>
70</I>&gt;<i> ------------------------------------------------------------------
71</I>&gt;<i> To unsubscribe or change your subscription options, visit:
72</I>&gt;<i> <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">http://lists.ircservices.za.net/mailman/listinfo/ircservices</A>
73</I>&gt;<i>
74</I>&gt;<i>
75</I>
76</PRE>
77
78
79
80
81
82
83
84
85<!--endarticle-->
86 <HR>
87 <P><UL>
88 <!--threads-->
89 <LI>Previous message: <A HREF="004915.html">[IRCServices] Bug in NickServ listlinks
90</A></li>
91 <LI>Next message: <A HREF="004917.html">[IRCServices] Bug in NickServ listlinks
92</A></li>
93 <LI> <B>Messages sorted by:</B>
94 <a href="date.html#4916">[ date ]</a>
95 <a href="thread.html#4916">[ thread ]</a>
96 <a href="subject.html#4916">[ subject ]</a>
97 <a href="author.html#4916">[ author ]</a>
98 </LI>
99 </UL>
100
101</body></html>