]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000162.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000162.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] preventing global akicks
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20preventing%20global%20akicks&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="000161.html">
11 <LINK REL="Next" HREF="000164.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] preventing global akicks</H1>
15 <B>Scott Seufert</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20preventing%20global%20akicks&In-Reply-To="
17 TITLE="[IRCServices] preventing global akicks">scotts at flamebait.org
18 </A><BR>
19 <I>Fri Oct 1 01:34:36 PDT 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000161.html">[IRCServices] preventing global akicks
22 </A></li>
23 <LI>Next message: <A HREF="000164.html">[IRCServices] preventing global akicks
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#162">[ date ]</a>
27 <a href="thread.html#162">[ thread ]</a>
28 <a href="subject.html#162">[ subject ]</a>
29 <a href="author.html#162">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>
35
36
37
38
39 ----------
40 &gt;<i>From: Gregory L King &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">gregk at netsport.org</A>&gt;
41 </I>&gt;<i>To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>
42 </I>&gt;<i>Subject: [IRCServices] preventing global akicks
43 </I>&gt;<i>Date: Thu, Sep 30, 1999, 9:59 PM
44 </I>&gt;<i>
45 </I>
46 &gt;<i> Im having some trouble with malicious operators adding global akicks on
47 </I>&gt;<i> the channel list. I want to prevent this, but other than adding a test
48 </I>&gt;<i> for every possible combination of global mask, is there an easier way?
49 </I>&gt;<i>
50 </I>&gt;<i> I modified the chanserv.c code a little as follows...
51 </I>&gt;<i>
52 </I>&gt;<i> if (!stricmp(mask, &quot;*!*@*&quot;) || !stricmp(mask, &quot;*@*&quot;) ||
53 </I>&gt;<i> !stricmp(mask,&quot;*@**&quot;) || !stricmp(mask,&quot;*@*.*&quot;)) {
54 </I>&gt;<i> send_msg(s_ChanServ, u-&gt;nick, &quot;Your akick mask is to
55 </I>&gt;<i> broad.&quot;);
56 </I>&gt;<i> log(&quot;%s: %s tried to akick add %s on %s!&quot;, s_ChanServ,
57 </I>&gt;<i> u-&gt;nick,
58 </I>&gt;<i> mask, chan);
59 </I>&gt;<i> wallops(s_ChanServ, &quot;%s tried to akick add %s on %s!&quot;,
60 </I>&gt;<i> u-&gt;nick,
61 </I>&gt;<i> mask, chan);
62 </I>&gt;<i> return;
63 </I>&gt;<i> }
64 </I>&gt;<i>
65 </I>&gt;<i> but, is there a better way to prevent a global ban (I know, tell the
66 </I>&gt;<i> founders to select better operators, but in the mean time?!)
67 </I>&gt;<i>
68 </I>&gt;<i>
69 </I>&gt;<i>
70 </I>&gt;<i>
71 </I>
72 Personally, I happen to believe in your last statement. Founders should pick
73 better operators. If a chanop or founder came to me about it I would either
74 tell them to rid of the op, teach the op better or don't ban *!*@*. I don't
75 see why it should be a services issue to police a ban on *!*@*.
76
77 However, preventing an AKILL is a different story, this creates a huge
78 problem. ALL network users are affected, which it becomes of a major
79 concern. Yes, if an oper on my net akilled *!*@* they would loose their
80 O:Line instantly.
81
82
83 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
84 Scott Seufert On IRC:
85 aka <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">katsklaw at irc</A> Former OtherNet Server Administrator
86 Systems Administrator StarLink-IRC Server Administrator
87 QX Networking &amp; Design FlameBait Network Administrator
88 <A HREF="http://qx.net">http://qx.net</A> Former DALnet Services Administrator
89 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
90 ---------------------------------------------------------------
91 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
92 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
93
94 </PRE>
95
96 <!--endarticle-->
97 <HR>
98 <P><UL>
99 <!--threads-->
100 <LI>Previous message: <A HREF="000161.html">[IRCServices] preventing global akicks
101 </A></li>
102 <LI>Next message: <A HREF="000164.html">[IRCServices] preventing global akicks
103 </A></li>
104 <LI> <B>Messages sorted by:</B>
105 <a href="date.html#162">[ date ]</a>
106 <a href="thread.html#162">[ thread ]</a>
107 <a href="subject.html#162">[ subject ]</a>
108 <a href="author.html#162">[ author ]</a>
109 </LI>
110 </UL>
111
112 </body></html>