]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000170.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000170.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] AKILL *@* Lame IRCops Protection.
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20AKILL%20%2A%40%2A%20Lame%20IRCops%20Protection.&In-Reply-To=Pine.LNX.4.00.9910011031290.5132-100000%40jozeph.globalmedia.com.br">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000169.html">
11 <LINK REL="Next" HREF="000175.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] AKILL *@* Lame IRCops Protection.</H1>
15 <B>Harhalakis Stefanos</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20AKILL%20%2A%40%2A%20Lame%20IRCops%20Protection.&In-Reply-To=Pine.LNX.4.00.9910011031290.5132-100000%40jozeph.globalmedia.com.br"
17 TITLE="[IRCServices] AKILL *@* Lame IRCops Protection.">v13 at it.teithe.gr
18 </A><BR>
19 <I>Fri Oct 1 14:06:00 PDT 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000169.html">[IRCServices] Channel Successor
22 </A></li>
23 <LI>Next message: <A HREF="000175.html">[IRCServices] Info about IRC Services
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#170">[ date ]</a>
27 <a href="thread.html#170">[ thread ]</a>
28 <a href="subject.html#170">[ subject ]</a>
29 <a href="author.html#170">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> you can use some checks like: match_wild(mask,&quot;@&quot;),
35 match_wild(mask,&quot;@.com&quot;)... so that someone canot enter e mask like
36 **...**@**...** or *@*com. Any mask like *@* will match @.
37 (Use your imagination. &quot;@...&quot; is a nice trick to prevent &quot;*@*.*.*.*&quot;...)
38
39 &lt;&lt;V13&gt;&gt;
40
41 On Fri, 1 Oct 1999, Jozenobio de Melo Brasil wrote:
42
43 &gt;<i> Hi All,
44 </I>&gt;<i>
45 </I>&gt;<i> I has maked a good protection for services if lame ircops try
46 </I>&gt;<i> akill *@*... this protection can be used on akick too.
47 </I>&gt;<i>
48 </I>&gt;<i> Thanks all... :)
49 </I>&gt;<i>
50 </I>&gt;<i> /* Lame IRCops Protection by Jozeph'99 */
51 </I>&gt;<i> if (s) {
52 </I>&gt;<i> s++;
53 </I>&gt;<i> i = 0;
54 </I>&gt;<i> while (*s) {
55 </I>&gt;<i> if (*s != '*' &amp;&amp; *s != '.')
56 </I>&gt;<i> i++;
57 </I>&gt;<i> s++;
58 </I>&gt;<i> }
59 </I>&gt;<i> if (i&lt;4) {
60 </I>&gt;<i> wallops(s_OperServ, &quot;%s tried to akill add %s!&quot;,
61 </I>&gt;<i> u-&gt;nick, mask);
62 </I>&gt;<i> return;
63 </I>&gt;<i> }
64 </I>&gt;<i> }
65 </I>&gt;<i> /* End Lame IRCops Protection */
66 </I>&gt;<i>
67 </I>&gt;<i>
68 </I>&gt;<i> --
69 </I>&gt;<i> --------------------------------------------------------------------
70 </I>&gt;<i> \|/ --- \|/ | Jozen&#243;bio de Melo Brasil.
71 </I>&gt;<i> @~/ Oo \~@ | <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jozeph at globalmedia.com.br</A>
72 </I>&gt;<i> /_( \__/ )_\ | <A HREF="http://www.globalmedia.com.br/jozeph">http://www.globalmedia.com.br/jozeph</A>
73 </I>&gt;<i> \__U_/ | &quot; Onde a maioria vive com a bondade,
74 </I>&gt;<i> | a maldade da minoria tende sempre a desaparecer! &quot;
75 </I>&gt;<i> --------------------------------------------------------------------
76 </I>&gt;<i> The box said &quot;Windows 95, Windows NT 4.0, or better&quot;, so I installed
77 </I>&gt;<i> Linux.
78 </I>&gt;<i>
79 </I>&gt;<i> ---------------------------------------------------------------
80 </I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
81 </I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
82 </I>&gt;<i>
83 </I>
84 ---------------------------------------------------------------
85 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
86 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
87
88 </PRE>
89
90 <!--endarticle-->
91 <HR>
92 <P><UL>
93 <!--threads-->
94 <LI>Previous message: <A HREF="000169.html">[IRCServices] Channel Successor
95 </A></li>
96 <LI>Next message: <A HREF="000175.html">[IRCServices] Info about IRC Services
97 </A></li>
98 <LI> <B>Messages sorted by:</B>
99 <a href="date.html#170">[ date ]</a>
100 <a href="thread.html#170">[ thread ]</a>
101 <a href="subject.html#170">[ subject ]</a>
102 <a href="author.html#170">[ author ]</a>
103 </LI>
104 </UL>
105
106 </body></html>