Josh Byrnes

Results 40 comments of Josh Byrnes

I was considering asking about the same thing for /NXCOMPAT:NO

Just had the same issue Created: `itineraries:created?: string[] | null;` Should be: `['itineraries:created']?: string[] | null;`

This is one thing that has driven me insane for years. I know IRCX isn't the most common type of IRCd, but there are a few around. As per [the...

@prawnsalad Could you consider also allowing % (and &) channel prefix? KiwiIRC does work fine with our current setup, except that it tries to join #%#Channel instead of %#Channel when...

@DanielOaks I'd strongly encourage you to take a look at the OID feature in the draft. It was not used on MSN, but certainly has its benefits. There was a...

As for the space, RFC 1459 does note this: > The prefix, command, and all parameters are separated by one (or more) ASCII space character(s) (0x20). This comment in itself...

> RFC 1459 2.3.1 specifies this: @SaberUK It's clear that it's not allowed, but what should happen to it? Should it END the message (data before it processed) Should it...

Are you suggesting that when `b` is set, then all insecure users leave the channel, that `c` is set? `b` should only be able to be set when there are...

> To what end? Maybe I misunderstood. I took it to mean that a client is considered secure if connecting to the IRC Network over a trusted network (etc) using...

@SadieCat >There's no benefit from special casing numerics like this. Numerics are normal messages and should be parsed like normal messages. I do agree with you, there's no real benefit...