RE: [Coder-Com] /whois nick nick issue?

2002-04-17 Thread Brian Steil
That was takin out to its all about not knowing who's on what server without actually talking to them. Like Kev said you can't get anyones idle time with '/whois ' unless you are , even if the person is on the same server as you. - Dawg/Brian Steil -Original Message-

[Coder-Com] ircu2.10.11 in chroot jail

2002-04-17 Thread bisou517
I'm attempting to run ircd (ircu2.10.11beta27) in a chroot jail. I compiled statically with no errors. However, the server only works if the ircd binary is in /bin (outside the jail) rather than the new root bin. Which suggests that I may be missing some files in the jail, but there are no errors

Re: [Coder-Com] Ban/Kill with fingerprint

2002-04-17 Thread Chris Crowther
On Wed, 17 Apr 2002, Chojin wrote: > what about ban/kill using fingerprint associated with a provider ? (I want > to ban someone with *.aol.com associated with his fingerprint). What exactly do you mean by fingerprint? You can set klines and bans on masks such as *@*.aol.com already. -

[Coder-Com] G-Line with UWorld

2002-04-17 Thread Chojin
Hello, when G-Lines are done with UWorld. when irc server is restarted and cservices too, UWorld doesn't put back G-Lines even when G-Lined people come on IRC... It's a bug ? Or may I forgot something ? -- Chojin

Re: [Coder-Com] I have a problem with ircu.

2002-04-17 Thread mbuna
>./configure in 2.10.11 doesn't know what to set MAXCONNECTIONS to in MacOS X > >after doing ./configure edit config.h and set maxconnections to 252 or lower Or just use --with-maxcon=252 ;-) -mbuna