Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Tom Rons
On 10 Dec 2007, at 17:49, Tom Rons wrote: > Now it reports 2048 for currrent and max and guess what, ircd runs... > How peculiar that you first have to raise the FD limit manually to fix > the max limit, at least to me it seems. :) OK, last run. I have tried everything again from scratch with the

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Tom Rons
On 10 Dec 2007, at 15:04, Tom Rons wrote: > On 10 Dec 2007, at 06:03, Michael Poole wrote: >> One early step would be to change line 185 in s_bsd.c (the "error >> setting max fd's" line) to something like this: >> fprintf(stderr, "error setting max fds to %d: %s\n", limit, >> strerror(errno)); >> T

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Tom Rons
On 10 Dec 2007, at 06:03, Michael Poole wrote: > One early step would be to change line 185 in s_bsd.c (the "error > setting max fd's" line) to something like this: > fprintf(stderr, "error setting max fds to %d: %s\n", limit, > strerror(errno)); > That would at least give the error message, alt

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Michael Poole
Richard writes: > Actually they can set up a sandbox, since the under-pinnings of OS X > is Darwin, which is freely available for download, and is all that is > needed for ircu. The only thing I could find after almost an hour of searching was a list of 300 downloadable packages of source code, w

Re: [Coder-com] IRCu on OS X

2007-12-10 Thread Richard
Actually they can set up a sandbox, since the under-pinnings of OS X is Darwin, which is freely available for download, and is all that is needed for ircu. On 12/10/07, Holland Rhodes <[EMAIL PROTECTED]> wrote: > Some time ago I submitted a patch to compile ircu on OS X (which I > believe it or so

Re: [Coder-com] IRCu on OS X

2007-12-09 Thread Holland Rhodes
Some time ago I submitted a patch to compile ircu on OS X (which I believe it or some variant of it was used). I don't have time to write one for 10.5 but I can provide a shell on a 10.5.1Server if that would be of any use. On Dec 9, 2007, at 9:03 PM, Michael Poole wrote: > Tom Rons write

Re: [Coder-com] IRCu on OS X

2007-12-09 Thread Michael Poole
Tom Rons writes: > Hello, > > I am running into an error when trying to start u2.10.12.12 on MacOS X > 10.5.1. I got the latest release through cvs and it compiled > flawlessly. However, after I create an ircd.conf in the "new syntax", > when I try to start the daemon I get the following err

[Coder-com] IRCu on OS X

2007-12-09 Thread Tom Rons
Hello, I am running into an error when trying to start u2.10.12.12 on MacOS X 10.5.1. I got the latest release through cvs and it compiled flawlessly. However, after I create an ircd.conf in the "new syntax", when I try to start the daemon I get the following error: "error setting max fd'

[Coder-com] ircu patch: match normal ban masks against ip addresses

2007-08-20 Thread Jan Krüger
Hi everyone, a discussion on #coder-com a while ago revealed that there is a small problem in matching channel bans. For example, a ban such as [EMAIL PROTECTED] or even [EMAIL PROTECTED] (yeah, I know) will never be matched against a client's IP address. That's because matching ordinary bans agai

Re: [Coder-com] ircu and dynamic IPs

2007-05-27 Thread Kevin L. Mitchell
On Sun, 2007-05-27 at 18:57 +0200, Tom Laermans wrote: > > Again, most clients directly support /connect > > without need for /quote... > > Most clients will probably connect to the argument passed themselves > instead of passing it on to the server ;-) I find that unlikely. CONNECT is in RFC145

Re: [Coder-com] ircu and dynamic IPs

2007-05-27 Thread Tom Laermans
On Fri, 2007-05-25 at 16:49 -0400, Kevin L. Mitchell wrote: > Again, most clients directly support /connect > without need for /quote... Most clients will probably connect to the argument passed themselves instead of passing it on to the server ;-) Tom __

Re: [Coder-com] ircu and dynamic IPs

2007-05-25 Thread Jean-Edouard BABIN
on 25/05/07 22:50, « Michael Poole » <[EMAIL PROTECTED]> wrote: > Florin Iamandi writes: > >> We are running ircu2.10.12.10 but we can test without problems any patch >> or alternative ircu version. >> Is there any way to make this kind of setup work? > > Currently, no. ircu resolves Connect bl

Re: [Coder-com] ircu and dynamic IPs

2007-05-25 Thread Kevin L. Mitchell
On Fri, 2007-05-25 at 21:58 +0200, Florin Iamandi wrote: > A /quote stats c does list the dynamic IP server: FYI, most clients support a /stats command without needing to /quote it. > A /quote sconnect country.example.net from the hub generates: There is no "SCONNECT" command, but the result you

Re: [Coder-com] ircu and dynamic IPs

2007-05-25 Thread Michael Poole
Florin Iamandi writes: > We are running ircu2.10.12.10 but we can test without problems any patch > or alternative ircu version. > Is there any way to make this kind of setup work? Currently, no. ircu resolves Connect block hostnames on startup and rehash. Michael Poole

[Coder-com] ircu and dynamic IPs

2007-05-25 Thread Florin Iamandi
Greetings. We are trying to setup an IRC network using dynamic IP addresses and A RRs updated automatically on IP changes (hostname.dynamic.net). The connect blocks on the hubs for these dynamic hosts look like: Connect { name = "country.example.net"; host = "hostname.dynamic.net"; password = "

Re: [Coder-com] ircu 2.10.12.08

2006-10-04 Thread Richard
doh, sorry -- [EMAIL PROTECTED] On 5/10/2006, at 01:50, Carlo Wood wrote: On Thu, Oct 05, 2006 at 01:20:53AM +1300, Whale wrote: ooohh sorry. 2.10.12.08 Richard wrote: Hiya, 2.10.12.which? There are some known issues with some specific 2.10.12.* versions that may be the cause of your pr

Re: [Coder-com] ircu 2.10.12.08

2006-10-04 Thread Michael Poole
Kevin L. Mitchell writes: > On Wed, 2006-10-04 at 16:17 +1300, Whale wrote: >> Basically everything has worked fine, and i run the daemon which seems >> to run fine. Except the fact I can't connect?? Running the debug >> switch comes out fine, and -k says there are no errors in the conf >> f

Re: [Coder-com] ircu 2.10.12.08

2006-10-04 Thread Carlo Wood
On Thu, Oct 05, 2006 at 01:20:53AM +1300, Whale wrote: > ooohh sorry. 2.10.12.08 > > Richard wrote: > >Hiya, > > > >2.10.12.which? There are some known issues with some specific > >2.10.12.* versions that may be the cause of your problem, so which > >exact version you are running would be helpf

Re: [Coder-com] ircu 2.10.12.08

2006-10-04 Thread Kevin L. Mitchell
On Wed, 2006-10-04 at 16:17 +1300, Whale wrote: > Basically everything has worked fine, and i run the daemon which seems > to run fine. Except the fact I can't connect?? Running the debug > switch comes out fine, and -k says there are no errors in the conf > file. I've tried to cut down as m

Re: [Coder-com] ircu 2.10.12.08

2006-10-04 Thread Whale
ooohh sorry. 2.10.12.08 Richard wrote: Hiya, 2.10.12.which? There are some known issues with some specific 2.10.12.* versions that may be the cause of your problem, so which exact version you are running would be helpful. [EMAIL PROTECTED] On 4/10/2006, at 16:17, Whale wrote: Hi team,

Re: [Coder-com] ircu 2.10.12.08

2006-10-03 Thread Richard
Hiya, 2.10.12.which? There are some known issues with some specific 2.10.12.* versions that may be the cause of your problem, so which exact version you are running would be helpful. -- [EMAIL PROTECTED] On 4/10/2006, at 16:17, Whale wrote: Hi team, sorry to be a pain. Was wishing to

[Coder-com] ircu 2.10.12.08

2006-10-03 Thread Whale
Hi team, sorry to be a pain. Was wishing to update an old testing server on my own box for playing with various things and possibly a place where I can use for mates etc. I've made a couple servers in my time, but it was before 2.10.12.* days... in fact, well before (as in 2.10.09) but am ha

Re: [Coder-com] ircu 2.10.12.alpha.08

2005-04-22 Thread Carlo Wood
I suppose it has to do with the following, wanted, behaviour: +b abc* --> server <-- +b ab* If the abc* reaches the server first, then the +b ab* needs to send -b abc* +b ab* to the _clients_ (not the server(s) on the left, overlapping bans should be taken care of automatically). Thus, appare

[Coder-com] ircu 2.10.12.alpha.08

2005-04-22 Thread Richard
As running on London2.uk.eu.undernet.org if 2 users set a ban, and 1 of them are on london2 at the time, we see 1 set the ban, then the other remove and reset the ban (from london2) in the same line. (it gets worse) if the user we see "resetting" the ban in this way is the one on london2 while

Re: [Coder-Com] IRCU problem

2003-10-26 Thread Chris Crowther
On Sunday 26 Oct 2003 12:23 am, Ian Kumlien wrote: > (I mean, Kqueue is great, but not all servers run *bsd (netbsd has > kqueue now, so that should make it *)) As a general policy we support BSD, Linux and Solaris. The modular event engine is kev's addition, so adding a new polling met

Re: [Coder-Com] IRCU problem

2003-10-25 Thread Ian Kumlien
On Sun, 2003-10-26 at 12:46, Perry Lorier wrote: > Ian Kumlien wrote: > > > > >>Thank you for your report, however, in future can you send bug reports > >>to [EMAIL PROTECTED] I'll get onto fixing this ASAP. > > > >on ircu universal you get "can't part, not on that channel" so, moving > >the "us

Re: [Coder-Com] IRCU problem

2003-10-25 Thread Perry Lorier
Ian Kumlien wrote: Thank you for your report, however, in future can you send bug reports to [EMAIL PROTECTED] I'll get onto fixing this ASAP. on ircu universal you get "can't part, not on that channel" so, moving the "user has parted" up somewhere in the code + adding a check if it's miss

Re: [Coder-Com] IRCU problem

2003-10-25 Thread Ian Kumlien
On Sat, 2003-10-25 at 17:29, Perry Lorier wrote: > Florin wrote: > >This PART-ONLY flood can be made this way: /part #chann,#chann,#chann, > >#chann,#chann,#chann#chann,#chann,#chann,#chann > > > >Now here comes the reason I mail here: I have tested this command on > >2 networks with hybrid Ircd a

Re: [Coder-Com] IRCU problem

2003-10-24 Thread Perry Lorier
Florin wrote: Here's a log of the issue: *** [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECT

[Coder-Com] IRCU problem

2003-10-24 Thread Florin
Here's a log of the issue: *** [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29] * Parts: nate` ([EMAIL PROTECTED]) [01:27:29]

Re: [Coder-Com] ircu ircd.conf

2003-10-15 Thread Tolga INAM
lt;[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 12:50 AM Subject: [Coder-Com] ircu ircd.conf > I have setup the ircd.conf file and am wondering, where do i put the oper > flags and what flags are available to give? &g

[Coder-Com] ircu ircd.conf

2003-10-14 Thread Sandra Smith
I have setup the ircd.conf file and am wondering, where do i put the oper flags and what flags are available to give? btw, i run my own irc server _ Add MSN 8 Internet Software to your current Internet access and enjoy patented spam

Re: [Coder-Com] IRCu Versions

2003-05-31 Thread Mathieu Rene
There are all changes between 2.10.11.00 and 2.10.11.04 2002-01-05  Perry Lorier <[EMAIL PROTECTED]> * include/patchlevel.h: Release this sucker 2003-01-04  Kevin L Mitchell  <[EMAIL PROTECTED]> * ircd/m_burst.c (ms_burst): There's a possibility that the user could be de

[Coder-Com] IRCu Versions

2003-05-30 Thread Braden Temme
What are the significant changes between ircu2.11.00 and ircu2.11.04? Thanks Braden __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com

Re: [Coder-Com] ircu o: lines

2003-02-19 Thread bas
William Pettersson wrote: > > I was just wondering how do I initially set the password in the o: line? I > know it is encrypted, but how? I've tried using no password, but that didn't > work. > Thanks it is a program called "mkpasswd", in a tools or crypt subdir in the ircu package.

Re: [Coder-Com] ircu o: lines

2003-02-19 Thread rob.c
- Original Message - From: "William Pettersson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 4:45 AM Subject: [Coder-Com] ircu o: lines > I was just wondering how do I initially set the password in the o: line? I > know it

[Coder-Com] ircu o: lines

2003-02-18 Thread William Pettersson
I was just wondering how do I initially set the password in the o: line? I know it is encrypted, but how? I've tried using no password, but that didn't work. Thanks

Re: [Coder-Com] ircu config problems..

2003-01-16 Thread Kev
> Please do not send HTML emails to this list. This is email, not the web. > Now I am facing another problem: > I try to set up a network as i mensioned, but I can only connect 2 servers > with each other. When I try to connect a third one, i get the following error > s: Your servers are not

Re: [Coder-Com] ircu config problems..

2003-01-16 Thread volta2
Also to coder-com@ :) Those lines look ok ... rehashed the config file? You also have to reoper (mode ownnick -o, oper) > Hi, > > I am facing a problem during server configuration. > We are configuring an irc network here internal, and some external > servers. > > I try to use the /quote opmode

Re: [Coder-Com] ircu config problems..

2003-01-16 Thread Kev
> I try to use the /quote opmode command, and get "command disabled". [snip] > F:CONFIG_OPERCMDS:TRUE > F:OPER_KILL:TRUE > F:OPER_REHASH:TRUE > F:OPER_RESTART:TRUE > F:OPER_DIE:TRUE > F:OPER_GLINE:TRUE > F:OPER_LGLINE:TRUE > F:OPER_JUPE:TRUE > F:OPER_LJUPE:TRUE > F:OPER_OPMODE:TRUE > F:O

[Coder-Com] ircu config problems..

2003-01-16 Thread Ruben Vanhoutte
Hi, I am facing a problem during server configuration. We are configuring an irc network here internal, and some external servers. I try to use the /quote opmode command, and get "command disabled". ==> /quote opmode #roswell +o viperken_ ùíù OPMODE Command disabled. <== These are some config

Re: [Coder-Com] IRCu Ident Proceedure

2002-11-24 Thread tim ireland
her <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: [Coder-Com] IRCu Ident Proceedure Date: Fri, 22 Nov 2002 20:43:40 +0100 Chris Crowther wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday 19 November 2002 22:52, tim ireland wrote: > > > for up

Re: [Coder-Com] IRCu Ident Proceedure

2002-11-22 Thread bas
Chris Crowther wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday 19 November 2002 22:52, tim ireland wrote: > > > for up to 3 minuites > > is there any way to fix this? > > At a guess I'd say there's an over zealous firewall somewhere blocking the > ident reply

Re: [Coder-Com] IRCu Ident Proceedure

2002-11-19 Thread Kev
> Hi, the IRCu server that we run on our server, versionu2.10.11.02 seems to > be constantly freezing at the chack ident stage for every connecting user, > for up to 3 minuites > is there any way to fix this? Sounds like you may have a firewall in the way that's blocking the outgoing connect. Y

Re: [Coder-Com] IRCu Ident Proceedure

2002-11-19 Thread Chris Crowther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 19 November 2002 22:52, tim ireland wrote: > for up to 3 minuites > is there any way to fix this? At a guess I'd say there's an over zealous firewall somewhere blocking the ident reply traffic, so that ircu is not getting the repl

[Coder-Com] IRCu Ident Proceedure

2002-11-19 Thread tim ireland
Hi, the IRCu server that we run on our server, versionu2.10.11.02 seems to be constantly freezing at the chack ident stage for every connecting user, for up to 3 minuites is there any way to fix this? _ Protect your PC - get McA

[Coder-Com] IRCU

2002-10-01 Thread laurent . vanderstraten
Hi, How can I masquerate internal IPs on the latest ircu version ? ex : 10.0.2.6 => user.something.org and that for all ip of the range ? the Feature HIDDEN_IP permit this ?? tks Laurent van der Straten

Fwd: Re: Re[2]: [Coder-Com] ircu says that he can't bind to open ports

2002-08-10 Thread Dr.K.Muraleedharan
Note: Forwarded message attached -- Orignal Message -- From: Kev <[EMAIL PROTECTED]> To: Daniël Boeije <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: Re[2]: [Coder-Com] ircu says that he can't bind to open ports --- Begin Message --- Please remember to cc [EM

[Coder-Com] ircu message

2002-07-21 Thread christoph burgdorfer
hi man! i just tried to compile ircu, but there was the following error message, after typing "make": linux:/opt/ircu2.10 # make Building config... make[1]: Entering directory `/opt/ircu2.10/config' make[1]: Nothing to be done for `build'. make[1]: Leaving directory `/opt/ircu2.10/config' Buildi

Re: [Coder-Com] ircu message

2002-07-21 Thread net
Change the #include to and recompile.. Cheers, net - Original Message - From: "christoph burgdorfer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 21, 2002 9:04 AM Subject: [Coder-Com] ircu message > hi man! > > i just tried to

Re: [Coder-Com] ircu problem

2002-07-01 Thread Kev
> i recently installed http://coder-com.undernet.org/ircu2.10.10.pl18.tgz on > my freebsd-4.6-stable server which is colocated.. the install went fine, the > execution went fine, but after running the server for a minute or so, it > started eating resources. within a few minutes it was at 95% cpu/

[Coder-Com] ircu problem

2002-07-01 Thread Ross Palmer
Hey i recently installed http://coder-com.undernet.org/ircu2.10.10.pl18.tgz on my freebsd-4.6-stable server which is colocated.. the install went fine, the execution went fine, but after running the server for a minute or so, it started eating resources. within a few minutes it was at 95% cpu/mem

Re: [Coder-Com] IRCU...

2002-06-16 Thread Tolga INAM
Hi, The only IRC daemon that you can make IRCore services to work is: IRCu2.10.07 They didnt work on the latest relases. Cti- > Hi Coder-Com, sorry to bother you. I'm currently using u2.10.07 with IRCore > (CS6.2)...I was wondering if there was a way to make u2.10.10.pl20 work the > same way as u

[Coder-Com] IRCU...

2002-06-15 Thread clueless person
Hi Coder-Com, sorry to bother you. I'm currently using u2.10.07 with IRCore (CS6.2)...I was wondering if there was a way to make u2.10.10.pl20 work the same way as u2.10.07 in the way they allow CS6.2 to work with it. In /LINKS it says it's P10 - but apparantly there's something different in 10

Re: [Coder-Com] Ircu 2.10.12 configuration

2002-04-10 Thread Kev
> > You actually expect highly alpha code to work? > why not ? i use the developement version since start of .11 (when it was an > alpha) and i rarely see it not work at all (i may have chance :)) BWAHAHAHAHAHAHAHAHHAHAHhahahahahahahahahHAHAHAHAHAHAHAHHAHAhahahahahah!!! HTH, HAND. -- K

Re: [Coder-Com] Ircu 2.10.12 configuration

2002-04-04 Thread Jean-Edouard BABIN
Chris Crowther écrit: > On Thu, 4 Apr 2002, Jean-Edouard BABIN wrote: > > > But when I launch it, both port are closed (but the server run) > > Anyboldy has an idea ? It's a bug ? > > You actually expect highly alpha code to work? why not ? i use the developement version since start of

Re: [Coder-Com] Ircu 2.10.12 configuration

2002-04-04 Thread Chris Crowther
On Thu, 4 Apr 2002, Jean-Edouard BABIN wrote: > But when I launch it, both port are closed (but the server run) > Anyboldy has an idea ? It's a bug ? You actually expect highly alpha code to work? And yes it's a bug, I have the same problem (which is a pain when you're trying to do some

[Coder-Com] Ircu 2.10.12 configuration

2002-04-04 Thread Jean-Edouard BABIN
Hi, I have updated my .12 folder from cvs, do a new conf file.. With Port { server = no; port = 4400; }; Port { port = 6668; }; But when I launch it, both port are closed (but the server run) Anyboldy has an idea ? It's a bug ? -- Jean-Edouard BABIN Mail : [EMAIL PROTECT

Re: [Coder-Com] ircu SSL support

2002-03-23 Thread devnull
Jean-Edouard BABIN wrote: > > On 22/03/02 11:27, [EMAIL PROTECTED] ([EMAIL PROTECTED]) > wrote: > > > Just out of curiosity, is integrated SSL/TLS support on the agenda for > > ircu? > > You can link server with ssh if you need it... Aye, I've already got client/server connections working fi

Re: [Coder-Com] ircu SSL support

2002-03-23 Thread Jean-Edouard BABIN
On 22/03/02 11:27, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Just out of curiosity, is integrated SSL/TLS support on the agenda for > ircu? You can link server with ssh if you need it... For info On host1 : ssh -C -f -n -L 6789:host2:4400 login@host2 sleep 600 This do a compressed (-C) ss

Re: [Coder-Com] ircu SSL support

2002-03-22 Thread Kev
> Just out of curiosity, is integrated SSL/TLS support on the agenda for > ircu? Integrated? Probably not; there are, unfortunately, a host of legal problems that have to be carefully thought out. Ridiculous that that is the case, but it is. Now one of my goals is to have modular support for

Re: [Coder-Com] ircu SSL support

2002-03-22 Thread Chris Crowther
On Fri, 22 Mar 2002 [EMAIL PROTECTED] wrote: > Just out of curiosity, is integrated SSL/TLS support on the agenda for > ircu? /me looks at Isomer and smirks ;) -- Chris "_Shad0w_" Crowther [EMAIL PROTECTED] http://www.shad0w.org.uk/

[Coder-Com] ircu SSL support

2002-03-22 Thread devnull
Just out of curiosity, is integrated SSL/TLS support on the agenda for ircu? -- for a in sdf.lonestar.org; do devnull@$a; done Finger [EMAIL PROTECTED] for PGP public key

Re: [Coder-Com] IRCU: suggestion

2002-03-16 Thread Isomer
> How about chanmode +B to be able to ban users based on there userid > (the lower would be for ban, the higher for userid, simply check on AC token > if it matches, in combination with chanmode +r you should have a nice system > to keep certain users out without the option to evade such a ban.

[Coder-Com] IRCU: suggestion

2002-03-16 Thread Alexander Maassen
How about chanmode +B to be able to ban users based on there userid (the lower would be for ban, the higher for userid, simply check on AC token if it matches, in combination with chanmode +r you should have a nice system to keep certain users out without the option to evade such a ban.

Re: [Coder-Com] ircu 2.1.10pl18 bug?

2002-02-03 Thread Kev
> Alas, I already did this. As can be seen in the SERVER out string in the > logs I mailed, the connections are set to around 200 odd. The standard for > gnuworld is AAz which is around 50 somewhere. > > Also, I should point out that evern with the 50 set, it still falls over > with more than 4 o

Re: [Coder-Com] ircu 2.1.10pl18 bug?

2002-02-03 Thread codercom
Alas, I already did this. As can be seen in the SERVER out string in the logs I mailed, the connections are set to around 200 odd. The standard for gnuworld is AAz which is around 50 somewhere. Also, I should point out that evern with the 50 set, it still falls over with more than 4 or 5 clients.

Re: [Coder-Com] ircu 2.1.10pl18 bug?

2002-02-03 Thread Kev
> OK.. have been tearing my hair out for a while now trying to figure out > why this happens... I triggered this while playing with X the other day. The basic problem is that the client capacity information sent to ircu must be a number of the form (2^n)-1. I'm not sure where that capacity val

[Coder-Com] ircu 2.1.10pl18 bug?

2002-02-03 Thread codercom
OK.. have been tearing my hair out for a while now trying to figure out why this happens... Basically, I am writing a NickServ type GNUworld module, to protect peoples registered nicks. A nice easy way to prevent anyone from changing to that nick after the client has been killed, is to 'jupe' tha

[Coder-Com] Ircu compiling problem

2001-12-22 Thread Glen Bartlett
Any advice regarding this will be appreciated: apollo: Root: /tmp/ircu2.10 # /opt/make/bin/gmake Building config... gmake[1]: Entering directory `/tmp/ircu2.10/config' gmake[1]: Nothing to be done for `build'. gmake[1]: Leaving directory `/tmp/ircu2.10/config' Building ircd... gmake[1]: Entering

[Coder-Com] ircu ported to cygwin

2001-12-19 Thread Aaron Mason
After many weeks of trying to figure out why ircu would not work under cygwin, I finally got it compiled and working fine.  If anybody is interested in how I did it, please do not hesitate to post a reply saying so, because if would be totally pointless if I bored you with the details and yo

[Coder-Com] ircu and irix

2001-10-31 Thread Gowey, Geoffrey
Hi all, I have a problem. I can't get ircd to work on Irix 6.5.13. First it doesn't compile because a modification needs to be made to include/sys.h and ircd/Makefile, then when it is compiled ircd will segfault and core dump immediately on execution. Any help is appreciated. The machine is a

Re: [Coder-Com] IRCu help

2001-10-25 Thread Kev
> Any chance of help with this: > > [frozen@meadow:ircu2.10]$ make install > Installing ircd... > cannot create /tmp/ircd.tag: permission denied > *** Error code 2 Get your system administrator to fix /tmp's permissions or remove an existing /tmp/ircd.tag file. -- Kevin L. Mitchell <[EMAIL PROT

[Coder-Com] IRCu help

2001-10-25 Thread Scott
Any chance of help with this: [frozen@meadow:ircu2.10]$ make install Installing ircd... cannot create /tmp/ircd.tag: permission denied *** Error code 2 Stop in /usr/home1/frozen/ircu2.10/ircd. *** Error code 1 Stop in /usr/home1/frozen/ircu2.10. [frozen@meadow:ircu2.10]$ Anything would be help

Re: [Coder-Com] IRCu Question

2001-08-23 Thread Kev
Please do not send HTML or multipart/alternative emails to this list. > I have heard that there is a way to impliment an /omode command on = > IRCu - is this true? If so, how would I go about doing this? ircu2.10.11, which is presently in development, has a /opmode command for the use of IR

[Coder-Com] IRCu Question

2001-08-22 Thread Pete Bekisz
Hello,       I have heard that there is a way to impliment an /omode command on IRCu - is this true?  If so, how would I go about doing this?   ~PJ

[Coder-Com] ircu cored

2001-08-22 Thread Peter Foreman
Hiya, while parsing netburst from Washington-R to h69, Diemen cored. Running pl15, with +- 6000 clients at that point. Some stuff about the core: #0 0x8072ed3 in send_buffer (to=0xbec4de0, buf=0x819ec40 ":Diemen.NL.EU.Undernet.org NOTICE :*** Notice -- Completed net.burst from washington