[Coder-com] AsLL

2007-12-12 Thread Tom Rons
Howdy all, me again :) I'm trying to revive some Java code I wrote back in the early days of u2.10.11. I had attempted to implement AsLL support at that time, but with little success. I've been playing with it for a few days on u2.10.12.12, and I think I got it right more or less: [RECV] AB

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

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 f

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

[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'

RE: [Coder-Com] problem with my X and my server

2003-06-12 Thread Tom Rons
ich I think you will generally always be). Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com] bug in /list

2003-06-12 Thread Tom Rons
list at all, if you're not on the channel). Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com] An arror in ircu2.10

2003-03-04 Thread Tom Rons
storage size of 'tm_now' is unknown) > make[1]: *** [userload.o] Fout 1 (Error 1) > make[1]: Weggaan uit map `/home/maxhosting/ircu2.10/ircd' (Leaving directory) Just thought it might come in handy to know what they mean ;P Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

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

2003-03-03 Thread Tom Rons
new.. But if you'd want to go the AWAY message style, why send a string at all? Just send the away token for client X and that will be that. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com] Hmm..

2003-03-01 Thread Tom Rons
t; #2. Where can I find a better command list than > /help? The doc directory, and you could read the notes in the source code. > #3. Whats the commad to change host? (VHOST = Unknown command) There is none, this isn't supported by ircu. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com] New Mode Ideas..should I include them in patch?

2002-12-30 Thread Tom Rons
in for another purpose. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com] New Mode Ideas..should I include them in patch?

2002-12-30 Thread Tom Rons
> What if we had a mode +c (this is an example btw), for no > mIRC colors? > Before sending messages to the channel, it would check for mIRC > colors...and strip them if +c was enabled. This would prevent > a lot of > bans from occurring... This wouldn't be implemented on Undernet because it

RE: [Coder-Com] Idea. (HIGHLY RECOMMENDED)

2002-12-18 Thread Tom Rons
er to be internally accepted. If you try and add a C:line with an invalid hostname, and rehash, you'll see the result in /stats C. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com] AsLL implementation

2002-12-16 Thread Tom Rons
> As you will remember, I added this password stuff to it > a long long time ago. Before it is released there needs > to be some more discussions and coding I think. > I forgot what it was though - it has been such a long time :/ Op levels and channel upass/Apass? :p Kind regard

RE: [Coder-Com] AsLL implementation

2002-12-15 Thread Tom Rons
e correct. I got the syntax from doc/readme.asll in the cvs repository. On a sidenote, could someone provide me the correct syntax for an RPING/RPONG combination? I can't seem to make much of this either.. > Hope this helps. > Dave Thanks anyway :) Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

[Coder-Com] AsLL implementation

2002-12-14 Thread Tom Rons
g? (It's 4:30 AM here btw ;) Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com] permanent channel creation

2002-12-04 Thread Tom Rons
channels in ircd 2.10 using ircd.conf You don't. IRCU doesn't support a thing like permanent channels, channels are destroyed once they are empty. If you don't want them to be destroyed, then make sure something is sitting in them at all times (e.g. a channel service automaton).

RE: [Coder-Com] Question

2002-12-04 Thread Tom Rons
ust this moment it > looked like it needed to run as root but was somehow failing. > Just a thought. Hmm, you have a point there. Depending on how it is interpreted by the person installing it, it may well look like a failure to run as root. I too think it would be a good idea to change it.

RE: [Coder-Com] a minor bug with mschat and the undernet?

2002-10-26 Thread Tom Rons
r being maintained by Microsoft either :/ Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

RE: [Coder-Com]

2002-10-25 Thread Tom Rons
ugh, is the 40 the combined > channel ban + > > Xban limit or is it 40 X bans + 40 channel bans? > > stoney` IIRC, X internally maintains a ban count, and also limits the bans to 40 or so. But indeed, if it wanted to, it could activate more bans, as the server-side limit only appl

RE: [Coder-Com]

2002-10-24 Thread Tom Rons
r banlists, and everyone's happy. Perhaps we should gather some general statistics and gather numbers on the average ban count, and how much extra bans per X users should be granted? Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

[Coder-Com] BURST after END_OF_BURST

2002-09-27 Thread Tom Rons
TRUCT but actually still exist. Shouldn't BURSTs be allowed again in .11 so that it will be compatible with .12 in the future? Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/) PS: I know I'm asking this very early in the .12 development stage, bu

RE: [Coder-Com] Plus Channels

2002-09-10 Thread Tom Rons
mentation too. So overall, it seemed best to remove them. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] NAMES showing +ov at a time problem

2002-08-27 Thread Tom Rons
will see that user as a regular channel member, while actually, he/she is voiced. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] Patch idea.. any thoughts?

2002-07-27 Thread Tom Rons
with unless we find a way to actually fix it instead of trying to circumvent it. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] GNUWorld Question - PLEASEEEEE help!

2002-07-27 Thread Tom Rons
> can you include some error messages? I doubt that there were any error messages: > > [...] the gmake stalls at the point where the cservice.cc messages show [...] Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] Implementing connection throttling code.

2002-07-27 Thread Tom Rons
g. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] Hello

2002-07-05 Thread Tom Rons
> I am in search of the latest version of ircu2.9.* but am unable to find > it anywhere. Any suggestions? Last time I checked, it was on the ftp server. Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] Idle... do I have a criminal record now?

2002-06-23 Thread Tom Rons
ed a question that had been bugging me for quite a while, I'd be rich by now. Often, there are also great ideas that people have, but aren't realised, or at least not anytime soon. It gives the observers a chance to try and take on one of those items on their own. > regards > > NicoS Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] DE token

2002-06-22 Thread Tom Rons
eed annoying. Personally, I don't see the problem in a bunch of idling users. If one asks a question to which no one knows the answer, there will be no response either, which gives the same impression. Now where to go to hang around and watch the technical discussion flow by, and lear

[Coder-Com] u2.10.11 compile error

2002-06-02 Thread Tom Rons
ake[1]: Leaving directory `/projects/cout/ircu2.10/ircd' cout@seth:~/ircu2.10$ Any help in getting this to compile would be appreciated. Thanks in advance -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] Re: i got it

2002-06-02 Thread Tom Rons
Correct me if I'm wrong :) Kind regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] problem with ircu2.10.11 beta 28

2002-04-04 Thread Tom Rons
y for some years to come, even for Undernet. Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] problem with ircu2.10.11 beta 28

2002-04-03 Thread Tom Rons
nly works with ircu up until u2.10.07 (u2.10.08 for Universal). If you want to use IRCore services, you should downgrade your ircd, it's that simple. Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] ircd configuration

2002-03-18 Thread Tom Rons
> > Is there some kind of Spam/DOS-prevention that could cause this > behaviour? > Yes, ircu contains client connection throtte code, which disallows fast multiple connections from the same ip address. This is to protect the server from clone attacks. Regards -- Tom Rons ([EMAIL P

Re: [Coder-Com] ircu2.10.11 BUG

2002-03-17 Thread Tom Rons
; > C Nothing > CAAAB Nothing > CAAAC Nothing > > How would this appear in a burst message? AA B #Channel 1016220367 +tn C,CAAAB,CAAAC,A:o,B,AAAAC,B:v,BAAAB,BAAAC Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] banlist

2002-02-16 Thread Tom Rons
he list exceed 30 were probably one of the bans placed by X. Since X is on it's own service server, it is not limited by the 30 bans limit that applies to clients on regular servers. This is thus normal behaviour Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: Fw: [Coder-Com] hi

2002-02-16 Thread Tom Rons
hear.. Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/) - Original Message - From: "Mathieu Rene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 9:51 PM Subject: Re: Fw: [Co

[Coder-Com] Re: [Patches] Error on website

2002-02-15 Thread Tom Rons
ches/cgi-bin/cvsweb.cgi was not found on this server. > Which is normal, since cvsweb is located at http://coder-com.undernet.org/cgi-bin/cvsweb.cgi ; The location you specified never existed AFAIK. Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] Server kill question

2001-12-26 Thread Tom Rons
t bursting, simply because this is where the collisions are found, and a server basically doesn't have any business killing clients after that phase. Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] nick collision error when trying to link

2001-11-01 Thread Tom Rons
umber in this field must be different on every server in the network, otherwise they will cause a collision. This server numeric is used as a unique identifier for your server in the P10 server-to-server protocol used by ircu. Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

[Coder-Com] Channel related to Coder-Com

2001-10-14 Thread Tom Rons
t humour), I am wondering if there is any channel on Undernet related to the discussion of the previously mentioned topics. Just a channel where you are allowed to 'idle' every now and then without being thrown out. Thanks Regards -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

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

2001-09-17 Thread Tom Rons
- Original Message - From: "Bin Duan" <[EMAIL PROTECTED]> To: "Tom Rons" <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 7:52 PM Subject: Re:Re: Re:Re: [Coder-Com] server response time is too slow when using LIST command > I have an application

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

2001-09-17 Thread Tom Rons
- Original Message - From: "Bin Duan" <[EMAIL PROTECTED]> To: "Tom Rons" <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 7:32 PM Subject: Re:Re: [Coder-Com] server response time is too slow when using LIST command > So do I have any solutions to t

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

2001-09-17 Thread Tom Rons
I mean. Bahamut uses a similar mechnism, that goes by the name 'SAFELIST'. > Thanks a lot. > > Bin Duan > Regards, -- Tom Rons ([EMAIL PROTECTED]) (http://openircd.org/trons/)

Re: [Coder-Com] +ei modes

2001-07-19 Thread Tom Rons
compatibility with RFC1459, for the client<->server communication. > > Thanks > > //Kristian Trenskow > Outlet @ Quakenet > > -- Tom Rons ([EMAIL PROTECTED]) (http://sourceforge.net/users/trons)

Re: [Coder-Com] +ei modes

2001-07-19 Thread Tom Rons
--- -- > Work: [EMAIL PROTECTED], [EMAIL PROTECTED] > Undernet: [EMAIL PROTECTED], [EMAIL PROTECTED] > Home: [EMAIL PROTECTED], [EMAIL PROTECTED] > -- > Personal Disclaimer: this email is from my own thoughts and opinions and >

Re: [Coder-Com] Hello coder-com

2001-07-19 Thread Tom Rons
dition that it would be approved by the routing committee, which most likely won't happen as the previous declination stated they have enough Norwegian servers at the moment. >Hope it wouldnt be any problem for us to make a try - and hoping for a positive answer. >regards Hydro -- Tom Rons ([EMAIL PROTECTED]) (http://sourceforge.net/users/trons)