<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4134.600" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Ok then,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>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.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>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 "Reason" the services Akill Reason is
taken.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><STRONG><FONT size=2>Kevc978<BR>NetWork
Founder<BR>Irc.DarkServ.Net</FONT></STRONG></DIV>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid">
<DIV><FONT face=Arial size=2><B>-----Original Message-----</B><BR><B>From:
</B>Yusuf Iskenderoglu <<A
href="mailto:uhc0@rz.uni-karlsruhe.de">uhc0@rz.uni-karlsruhe.de</A>><BR><B>To:
</B><A
href="mailto:ircservices@ircservices.za.net">ircservices@ircservices.za.net</A>
<<A
href="mailto:ircservices@ircservices.za.net">ircservices@ircservices.za.net</A>><BR><B>Date:
</B>18 May 2001 22:13<BR><B>Subject: </B>RE: [IRCServices] Services Akill
ID<BR><BR></DIV></FONT><BR>Hello;<BR><BR>I still THINK that this is an IRCD
issue, that YOU can solve WITHOUT<BR>creating a<BR>ID system, the way I
described a few weeks ago:<BR><BR>If you use bahamut, and have little coding
abilities, you may do that<BR>personally. In the file s_user.c is a function
called register_user<BR>During this function, the new connection is checked
via existing<BR>autokills or klines. If one of them match the person, some
text is sent<BR>to this, saying, You are banned from this network,
etc...<BR><BR>One of those lines is the following:<BR><BR>sendto_one(sptr,
":%s NOTICE %s :*** %s for %s", <BR>me.name, sptr->name, ktype,
reason);<BR><BR>If you want the user to see, which autokill host is being
matched<BR>against them, you modify best this line to the
following:<BR><BR>sendto_one(sptr, ":%s NOTICE %s :*** %s for %s (Mask <A
href="mailto:%s@%s">%s@%s</A> is matching<BR>against
you)",<BR> me.name, sptr->name,
ktype, reason, <BR>(aconf->name ? aconf->name : "*"),
<BR>(aconf->host ? aconf->host : "*"));<BR><BR><BR>If you do consider
this change, the person who is autokilled, will<BR>receive at akill time<BR>a
notice saying:<BR><BR>*** Autokilled for Abuse. (Mask <A
href="mailto:*@*.domain.com">*@*.domain.com</A> is matching against
you)<BR><BR>They may then email the text <A
href="mailto:*@*.domain.com">*@*.domain.com</A> to you, and you can
remove<BR>that akill
easily.<BR><BR>Regards;<BR>yusuf<BR><BR>----------------------------------------------------------------------<BR>|
Yusuf
Iskenderoglu
| You get to meet all sorts, |<BR>| eMail - <A
href="mailto:uhc0@rz.uni-karlsruhe.de">uhc0@rz.uni-karlsruhe.de</A> | in
this line of work... |<BR>| eMail -
<A
href="mailto:s_iskend@ira.uka.de">s_iskend@ira.uka.de</A>
|
|<BR>| ICQ UIN : 20587464 \ TimeMr14C
|
|<BR>----------------------------------------------------------------------<BR><BR>
<BR>-----Original Message-----<BR>From: <A
href="mailto:ircservices-admin@ircservices.za.net">ircservices-admin@ircservices.za.net</A><BR>[mailto:ircservices-admin@ircservices.za.net]
On Behalf Of Kevc978<BR>Sent: Samstag, 19. Mai 2001 21:17<BR>To: <A
href="mailto:ircservices@ircservices.za.net">ircservices@ircservices.za.net</A><BR>Subject:
[IRCServices] Services Akill ID<BR><BR><BR>Hi,<BR><BR>I was wondering if
anyone could send me code to paste into ircservices,<BR>to add an Akill ID, my
opers are obvioulsy lazy and dont take the time<BR>to add [Akill ID -] at the
end of the akill, due to having to ban fast,<BR>this would be great as a
Services Issue, and Yusuf, NO, it is not a<BR>client OR ircd issue.
Mostly just a random number would be GREAT, with<BR>maybe Akill ID- text
beside it.<BR><BR>This ends up with me being e-mailed with 20 e-mails a day
asking to be<BR>unbanned.. i dont have the persons host , there could be 6
similar ones,<BR>so we use Akill ID's to give people unique akills, which
helps a lot.<BR><BR><BR>Kevc978<BR>NetWork
Founder<BR>Irc.DarkServ.Net<BR><BR>-----------------------------------------------------------<BR>To
unsubscribe, mail <A
href="mailto:ircservices-request@ircservices.za.net">ircservices-request@ircservices.za.net</A><BR>with
the word UNSUBSCRIBE in the subject of the mail.<BR><A
href="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A><BR></BLOCKQUOTE></BODY></HTML>