]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001887.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001887.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Services Akill ID
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%20Akill%20ID&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="001885.html">
11 <LINK REL="Next" HREF="001888.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Services Akill ID</H1>
15 <B>Kevc978</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%20Akill%20ID&In-Reply-To="
17 TITLE="[IRCServices] Services Akill ID">kevc978 at btinternet.com
18 </A><BR>
19 <I>Fri May 18 23:39:00 PDT 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001885.html">[IRCServices] Problems with chanserv.c and Db-support
22 </A></li>
23 <LI>Next message: <A HREF="001888.html">[IRCServices] Services Akill ID
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1887">[ date ]</a>
27 <a href="thread.html#1887">[ thread ]</a>
28 <a href="subject.html#1887">[ subject ]</a>
29 <a href="author.html#1887">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Ok then,
35
36 what about the initial kill when the user is disconnected, most users dont try to connect again, and if they do they get the SERVICES akill reason.
37
38 DALnet actually have this coded into services as coding it into the ircd would mean another way of getting the ircd to chase the information up on services to find the akill ID as the information isnt put on the ircd, and when generating &quot;Reason&quot; the services Akill Reason is taken.
39
40
41 Kevc978
42 NetWork Founder
43 Irc.DarkServ.Net
44 -----Original Message-----
45 From: Yusuf Iskenderoglu &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">uhc0 at rz.uni-karlsruhe.de</A>&gt;
46 To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A> &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
47 Date: 18 May 2001 22:13
48 Subject: RE: [IRCServices] Services Akill ID
49
50
51
52 Hello;
53
54 I still THINK that this is an IRCD issue, that YOU can solve WITHOUT
55 creating a
56 ID system, the way I described a few weeks ago:
57
58 If you use bahamut, and have little coding abilities, you may do that
59 personally. In the file s_user.c is a function called register_user
60 During this function, the new connection is checked via existing
61 autokills or klines. If one of them match the person, some text is sent
62 to this, saying, You are banned from this network, etc...
63
64 One of those lines is the following:
65
66 sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s&quot;,
67 me.name, sptr-&gt;name, ktype, reason);
68
69 If you want the user to see, which autokill host is being matched
70 against them, you modify best this line to the following:
71
72 sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s (Mask %s@%s is matching
73 against you)&quot;,
74 me.name, sptr-&gt;name, ktype, reason,
75 (aconf-&gt;name ? aconf-&gt;name : &quot;*&quot;),
76 (aconf-&gt;host ? aconf-&gt;host : &quot;*&quot;));
77
78
79 If you do consider this change, the person who is autokilled, will
80 receive at akill time
81 a notice saying:
82
83 *** Autokilled for Abuse. (Mask *@*.domain.com is matching against you)
84
85 They may then email the text *@*.domain.com to you, and you can remove
86 that akill easily.
87
88 Regards;
89 yusuf
90
91 ----------------------------------------------------------------------
92 | Yusuf Iskenderoglu | You get to meet all sorts, |
93 | eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">uhc0 at rz.uni-karlsruhe.de</A> | in this line of work... |
94 | eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">s_iskend at ira.uka.de</A> | |
95 | ICQ UIN : 20587464 \ TimeMr14C | |
96 ----------------------------------------------------------------------
97
98
99 -----Original Message-----
100 From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>
101 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>] On Behalf Of Kevc978
102 Sent: Samstag, 19. Mai 2001 21:17
103 To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
104 Subject: [IRCServices] Services Akill ID
105
106
107 Hi,
108
109 I was wondering if anyone could send me code to paste into ircservices,
110 to add an Akill ID, my opers are obvioulsy lazy and dont take the time
111 to add [Akill ID -] at the end of the akill, due to having to ban fast,
112 this would be great as a Services Issue, and Yusuf, NO, it is not a
113 client OR ircd issue. Mostly just a random number would be GREAT, with
114 maybe Akill ID- text beside it.
115
116 This ends up with me being e-mailed with 20 e-mails a day asking to be
117 unbanned.. i dont have the persons host , there could be 6 similar ones,
118 so we use Akill ID's to give people unique akills, which helps a lot.
119
120
121 Kevc978
122 NetWork Founder
123 Irc.DarkServ.Net
124
125 -----------------------------------------------------------
126 To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
127 with the word UNSUBSCRIBE in the subject of the mail.
128 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
129
130 -------------- next part --------------
131 An HTML attachment was scrubbed...
132 URL: <A HREF="../attachments/20010518/9ebb0fca/attachment.htm">../attachments/20010518/9ebb0fca/attachment.htm</A>
133 </PRE>
134
135 <!--endarticle-->
136 <HR>
137 <P><UL>
138 <!--threads-->
139 <LI>Previous message: <A HREF="001885.html">[IRCServices] Problems with chanserv.c and Db-support
140 </A></li>
141 <LI>Next message: <A HREF="001888.html">[IRCServices] Services Akill ID
142 </A></li>
143 <LI> <B>Messages sorted by:</B>
144 <a href="date.html#1887">[ date ]</a>
145 <a href="thread.html#1887">[ thread ]</a>
146 <a href="subject.html#1887">[ subject ]</a>
147 <a href="author.html#1887">[ author ]</a>
148 </LI>
149 </UL>
150
151 </body></html>