[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SERVICE_WANT_PREFIX



On Wed, 20 Aug 1997, Olivier Galibert wrote:

> On Wed, Aug 20, 1997 at 11:15:24AM +0200, Bjorn Reese wrote:

> > In addition, I'd like to suggest that since _PREFIX (and _TOKEN and
> > _EXTNICK) are independent on the types in the S-line the service shouldn't
> > be rejected if they are added to SERVICE.
> 
> It is already done that way.

Not according to my experience. You cut the lines that shows this, so I'll
repeat them here:

[10.53.38] XDEBUG: 4 <-- SERVICE convert irc.dknet.dk * 65536 0 :Conversion Service
[10.53.44] XDEBUG: 4 --> ERROR :Access denied (service 65536) convert[@130.225.143.35]

65536 = 0x10000 = SERVICE_WANT_PREFIX, yet it was still rejected. Setting
it to 0 worked just fine.


PS: Thanks for the patch and explainations.