Re: [Coder-com] Help at installation

2020-11-30 Thread Entrope
S userload). It looks for a "domain" or "search" line in /etc/resolv.conf; if it cannot find that, you can run "./configure --with-domain=your.example.com" to indicate that your.example.com is the local DNS domain name. Entrope On Mon, Nov 30, 2020 at 2:34 PM Blanche Ma

Re: [Coder-com] IPV6 support

2013-08-24 Thread Entrope
ircu fully supports IPv6, but the services do not, and that is why the network does not have IPv6 connectivity. Entrope On Aug 24, 2013 2:41 PM, "Sergey Lichack" wrote: > Hello. I was surprised to see that Undernet doesn't support IPv6 access in > 2013, so I decided t

Re: [Coder-com] Address family not supported by protocol

2011-06-01 Thread Entrope
eir Connect block, because that makes ircu try to connect to them. Entrope ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com

Re: [Coder-Com] epoll && redhat systems

2003-11-17 Thread Entrope
hat Fedora Core 1 causes similar problems in os_linux.c. You can fix that by changing the "#if 0" before the #include into "#if 1" (or removing it and the corresponding #endif). I have just submitted patches to the SourceForge patch tracker for these. Entrope

Re: [Coder-Com] Re: Host Encryption

2003-06-13 Thread Entrope
hich constructs a hidden host by concatenating the user's account name with a network-wide fixed suffix; for example: [EMAIL PROTECTED] where my account name is "Entrope" and the network-wide suffix is "users.undernet.org." This was added in ircu2.10.11; to the best of my knowledge, the version 1.x you were thinking of cannot refer to ircu. Entrope

Re: [Coder-Com] a few ideas

2003-03-17 Thread Entrope
ing everyone has a /64 is unfair to large numbers of /48 users. Perhaps there will be a consistent way to query the length of the end user's address block (easier to parse and/or faster to look up than WHOIS responses). Entrope

Re: [Coder-Com] away not updating on remote servers

2003-03-04 Thread Entrope
uot;AXAAA A :", then the change could take place over time: first make servers never send that to indicate a user is not away, then use it to indicate that a user is away. Entrope

Re: [Coder-Com] +x mode (bug?)

2002-10-16 Thread Entrope
ious what the attacker is trying to do. Entrope

Re: [Coder-Com] Plus Channels

2002-09-11 Thread Entrope
d restricts useful new features. In short, I have not seen a single benefit to keeping modeless channels, although I have seen several problems. Can you name one (useful) thing users can do with a modeless channel that they cannot do with an opless channel? Entrope (P.S. It is polite to cc the a

Re: [Coder-Com] Plus Channels

2002-09-11 Thread Entrope
ing Zephyr (or Jabber or whatever) instead. Entrope

Re: [Coder-Com] Modes for (by example) botservice(s)

2002-08-19 Thread Entrope
wners to want to use the flags. Until there is something that will convince them, it would be more productive to focus on other ways to detect or penalize over-use of network resources. Entrope