Re: [Coder-Com] sugestion.. to avoid mass dcc exploit...

2003-11-16 Thread Kevin L Mitchell
On Sun, 2003-11-16 at 16:04, Jeff Fisher wrote: > Uhm, can't I still do: > > PRIVMSG #chan :\001ACTION is broken\001\001VERSION\001 Congratulations; you have just discovered one of the many reasons servers should not parse PRIVMSG to filter out CTCP. -- Kevin L. Mitchell <[EMAIL PROTECTED]>

Re: [Coder-Com] sugestion.. to avoid mass dcc exploit...

2003-11-16 Thread Jeff Fisher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | | most clients don't (or at least aren't supposed to) support that.. either way -- this patch is broken. I won't get into the "supposed to" since Daniel did. Jeff -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG wi

Re: [Coder-Com] sugestion.. to avoid mass dcc exploit...

2003-11-16 Thread Daniel Reed
On 2003-11-16T14:34-0800, akl wrote: ) On Sun, 2003-11-16 at 13:04, Jeff Fisher wrote: ) > PRIVMSG #chan :\001ACTION is broken\001\001VERSION\001 ) most clients don't (or at least aren't supposed to) support that.. In my experience, most clients do support that. In any event, they are definitely "

Re: [Coder-Com] sugestion.. to avoid mass dcc exploit...

2003-11-16 Thread akl
On Sun, 2003-11-16 at 13:04, Jeff Fisher wrote: > + if ((chptr->mode.mode & MODE_NOCTCP) && ircd_strncmp(text,"\001ACTION > ",8)) > +for (ch=text;*ch;) > + if (*ch++==1) { > +send_reply(sptr, ERR_CANNOTSENDTOCHAN, chptr->chname); > +return; > + } > > Uhm, can't I sti

Re: [Coder-Com] sugestion.. to avoid mass dcc exploit...

2003-11-16 Thread Jeff Fisher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian Packer wrote: | Sunday, November 16, 2003, 7:52:06 PM, you wrote: | | ML> We're still getting some drones in Brazillian channels trying to exploit the | ML> DCC bug of mIRC.. would it be possible to create a channel mode for NOT | ML> allowing ctcp/

Re: [Coder-Com] sugestion.. to avoid mass dcc exploit...

2003-11-16 Thread Ian Packer
Sunday, November 16, 2003, 7:52:06 PM, you wrote: ML> We're still getting some drones in Brazillian channels trying to exploit the ML> DCC bug of mIRC.. would it be possible to create a channel mode for NOT ML> allowing ctcp/dcc msgs to channels?? Some servers that derivated from ML> bahamutt alre

[Coder-Com] sugestion.. to avoid mass dcc exploit...

2003-11-16 Thread Mário Luís
Hi, We're still getting some drones in Brazillian channels trying to exploit the DCC bug of mIRC.. would it be possible to create a channel mode for NOT allowing ctcp/dcc msgs to channels?? Some servers that derivated from bahamutt already do that.. like the brasnet.org servers... Thanx, Mario Me