-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>
> > Shouldn't it be sending a KILL upstream?
> >
> > This means that the first server thats clock is slow will squit every
> > other server on the network. Should be fun!
>
> Actually, an addendum to my last email--I couldn't decide whether to
>
If there is a firewall setup ( afaik there isnt) no one with root access to
the server can locate it. has anyone got any other ideas on how to solve
this?
or is there a way to disable ident checking like on some other ircd's
From: bas <[EMAIL PROTECTED]>
To: Chris Crowther <[EMAIL PROTECTED
> Here's what I see from the non-opped client:
> [12:54] * Hidden sets mode: -k key
> [12:54] * USP sets mode: +k key
>
> That's exactly what I see from the opped client: it shows the key to
> everyone, even non-ops. Should the server hide the chan key to the eyes of
> the non-ops by replacing key
[EMAIL PROTECTED] wrote:
>
> hi there,
>
> I have observed that when you join a channel that is +k, the key will not be
> showed until you get ops.
>
> if I type /mode #chan to see it's current modes and I'm not opped, it will
> return:
> #chan +stnk *
> #chan created on Fri Jul 25 13:37:48 19
hi there,
I have observed that when you join a channel that is +k, the key will not be
showed until you get ops.
if I type /mode #chan to see it's current modes and I'm not opped, it will
return:
#chan +stnk *
#chan created on Fri Jul 25 13:37:48 1997
When I get ops and type the same commad, I c
> Shouldn't it be sending a KILL upstream?
>
> This means that the first server thats clock is slow will squit every
> other server on the network. Should be fun!
Actually, an addendum to my last email--I couldn't decide whether to
put in cptr or cli_user(sptr)->server. Putting in cptr will sq
> > If the server is more than 5 minutes fast as detected in m_create(), you
> > want to exit the client's *server*, not the client. Calling exit_client()
> > on a remote client sends a QUIT *upstream*, which gets ignored since it's
> > the wrong direction.
>
> Shouldn't it be sending a KILL upst