[IRCServices] Services Akill ID

Kevc978 kevc978 at btinternet.com
Fri May 18 23:39:00 PDT 2001


Ok then,

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.

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.


Kevc978
NetWork Founder
Irc.DarkServ.Net
  -----Original Message-----
  From: Yusuf Iskenderoglu <uhc0 at rz.uni-karlsruhe.de>
  To: ircservices at ircservices.za.net <ircservices at ircservices.za.net>
  Date: 18 May 2001 22:13
  Subject: RE: [IRCServices] Services Akill ID



  Hello;

  I still THINK that this is an IRCD issue, that YOU can solve WITHOUT
  creating a
  ID system, the way I described a few weeks ago:

  If you use bahamut, and have little coding abilities, you may do that
  personally. In the file s_user.c is a function called register_user
  During this function, the new connection is checked via existing
  autokills or klines. If one of them match the person, some text is sent
  to this, saying, You are banned from this network, etc...

  One of those lines is the following:

  sendto_one(sptr, ":%s NOTICE %s :*** %s for %s", 
  me.name, sptr->name, ktype, reason);

  If you want the user to see, which autokill host is being matched
  against them, you modify best this line to the following:

  sendto_one(sptr, ":%s NOTICE %s :*** %s for %s (Mask %s@%s is matching
  against you)",
          me.name, sptr->name, ktype, reason, 
  (aconf->name ? aconf->name : "*"), 
  (aconf->host ? aconf->host : "*"));


  If you do consider this change, the person who is autokilled, will
  receive at akill time
  a notice saying:

  *** Autokilled for Abuse. (Mask *@*.domain.com is matching against you)

  They may then email the text *@*.domain.com to you, and you can remove
  that akill easily.

  Regards;
  yusuf

  ----------------------------------------------------------------------
  | Yusuf Iskenderoglu                | You get to meet all sorts,     |
  | eMail - uhc0 at rz.uni-karlsruhe.de  | in this line of work...        |
  | eMail - s_iskend at ira.uka.de       |                                |
  | ICQ UIN : 20587464 \ TimeMr14C    |                                |
  ----------------------------------------------------------------------

    
  -----Original Message-----
  From: ircservices-admin at ircservices.za.net
  [mailto:ircservices-admin at ircservices.za.net] On Behalf Of Kevc978
  Sent: Samstag, 19. Mai 2001 21:17
  To: ircservices at ircservices.za.net
  Subject: [IRCServices] Services Akill ID


  Hi,

  I was wondering if anyone could send me code to paste into ircservices,
  to add an Akill ID, my opers are obvioulsy lazy and dont take the time
  to add [Akill ID -] at the end of the akill, due to having to ban fast,
  this would be great as a Services Issue, and Yusuf, NO, it is not a
  client OR ircd issue.  Mostly just a random number would be GREAT, with
  maybe Akill ID- text beside it.

  This ends up with me being e-mailed with 20 e-mails a day asking to be
  unbanned.. i dont have the persons host , there could be 6 similar ones,
  so we use Akill ID's to give people unique akills, which helps a lot.


  Kevc978
  NetWork Founder
  Irc.DarkServ.Net

  -----------------------------------------------------------
  To unsubscribe, mail ircservices-request at ircservices.za.net
  with the word UNSUBSCRIBE in the subject of the mail.
  http://www.ircservices.za.net/mailman/listinfo/ircservices

-------------- next part --------------
An HTML attachment was scrubbed...
URL: ../attachments/20010518/9ebb0fca/attachment.htm