Re: [Coder-Com] server response time is too slow when using LIST command

2001-09-17 Thread Jakub Vlasek
On Mon, Sep 17, 2001 at 06:28:51PM +0200, Tom Rons wrote: > [...] You probably hit a 'feature'. This is simply an artificial delay in the > LIST data that is sent, to prevent flooding people when they request LIST, > which would otherwise cause them to get disconnected by or from the server > if

Re: [Coder-Com] ircd2.10.3 question

2001-12-21 Thread Jakub Vlasek
Actually, you have installed ircnet's ircd, not undernet's ircu. Apropriate mailing list for ircnet's ircd is [EMAIL PROTECTED] To remove visibility of server channels in LIST add |MODE_SECRET in ircd/channel.c, function setup_server_channels to smode variable. ie, line ~ 563 will be looking lik