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]>
-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
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 "
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
-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/
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
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