[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ban bug? (easy to reproduce)
- To: Tjerk Vonck <t.r.vonck@xxxxxxxxxxxxxxxxxx>
- Subject: Re: ban bug? (easy to reproduce)
- From: Christophe Kalt <kalt@xxxxxxxxxxx>
- Date: Mon, 14 Dec 1998 18:46:27 -0500
- Cc: ircd-users@xxxxxxx
- Delivered-to: ircd-users-out@irc.org
- Delivered-to: ircd-users@irc.org
- In-reply-to: <3.0.3.32.19981214010624.006e4f64@mail.student.utwente.nl>; from Tjerk Vonck on Mon, Dec 14, 1998 at 01:06:24AM +0100
- Mail-followup-to: Tjerk Vonck <t.r.vonck@student.utwente.nl>, ircd-users@irc.org
- References: <3.0.3.32.19981214010624.006e4f64@mail.student.utwente.nl>
This is not a bug, 2.10 shows you the existing ban that
prevented the server from adding the ban you wanted to.
the code was added long ago to prevent redundant bans.
(it's really annoying, granted :)
On Dec 14, Tjerk Vonck wrote:
| 'lo all,
|
| I'm on irc.sci.kun.nl 2.10.1+Cr22e1+FL4f1 aoOirw abeiIklmnoOpqrstv
| It seems there is some server side error in setting Bans.
|
| I set a ban
| /mode #channel +b *!*@*.blah.net
|
| after that bans like
| /mode #channel +b *!*@*.net
| and /mode #channel +b *!*@*.blah.blah.net
|
| do NOT result in additional bans, instead the server returns
| #channel *!*@*.blah.net
|
| I could understand about the +b *!*@*.blah.blah.net not resulting in an
| additional ban mask, but (at least) the +b *!*@*.net should result in an
| additional ban. I of course use some obscure mIRC beta but the bug (?)
| reproduces for the ircII users that tried it as well. Is there some
| intelligence in the server code acting up? Why is it there at all?
|
| Tjerk.