On Mon, Jun 25, 2001 at 11:43:21AM -0400, Kev wrote:
> > @@ -120,7 +124,9 @@
> >   */
> >  
> >  #define HEAD_IN_SAND_WHOIS_SERVERNAME
> > +#define HEAD_IN_SAND_WHOIS_IDLETIME
> >  #define HEAD_IN_SAND_WHO_SERVERNAME
> > +#define HEAD_IN_SAND_WHO_HOPCOUNT
> >  
> >  /* CFV-165 - Hiding Nonessential information from non-opers
> >   *
> 
> ugh...hiding the idle time?  *sob*

Yeah, so you can't tell if someone's on your local server.  You can however
still /whois nick nick and find out their idle time, if they're on a local
or remote server.

> 
> Also, there seems to be a problem with this hunk:
> 
> > Index: ircu2.10/include/supported.h
> > diff -u ircu2.10/include/supported.h:1.1 ircu2.10/include/supported.h:1.1.36.1
> > --- ircu2.10/include/supported.h:1.1        Fri Mar 17 23:20:28 2000
> > +++ ircu2.10/include/supported.h    Sat Jun 23 01:16:58 2001
> > @@ -16,7 +16,7 @@
> >   * along with this program; if not, write to the Free Software
> >   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> >   *
> > - * $Id: supported.h,v 1.1 2000/03/18 05:20:28 bleep Exp $
> > + * $Id: supported.h,v 1.1.36.1 2001/06/23 06:16:58 isomer Exp $
> >   *
> >   * Description: This file has the featureset that ircu announces on connecting
> >   *              a client.  It's in this .h because it's likely to be appended
> > @@ -38,16 +38,19 @@
> >                  " USERIP"\
> >                  " CPRIVMSG"\
> >                  " CNOTICE"\
> > +                " MAP" \
> >                  " MODES=%i" \
> >                  " MAXCHANNELS=%i" \
> >                  " MAXBANS=%i" \
> >                  " NICKLEN=%i" \
> >                  " TOPICLEN=%i" \
> >                  " KICKLEN=%i" \
> > -                " MAP"
> > +           " CHANTYPES=%s" \
> > +           " CHANMODES=%s" \
> > +           " CHARSET=%s" 
> >                   
> >  #define FEATURESVALUES MAXMODEPARAMS,MAXCHANNELSPERUSER,MAXBANS, \
> > -        NICKLEN,TOPICLEN,TOPICLEN
> > +        NICKLEN,TOPICLEN,TOPICLEN, "+#^", "(ov)@+", "b,k,l,imnpst", "rfc1459"
> >  
> >  #endif /* INCLUDED_supported_h */
> >  
> 
> Could you clarify this, please?  First, I suspect you meant '&' instead of
> '^'; second, there's no format specifier matching "(ov)@+", throwing the
> rest of the feature values into the wrong places.

Bah, I knew what I ment, pity the compiler wouldn't.  +#& yeah, and there
was supposed to be a PREFIX= in there too.  I'm trying to commit the fix
now.


Reply via email to