unreal ircd

jor111188

2001-11-23 07:41:00

also it be nice to see it ported. <A HREF="http://www.unrealircd.com" TARGET=_blank>www.unrealircd.com</A> and download site is <A HREF="http://www.unrealircd.com/download.php" TARGET=_blank>www.unrealircd.com/download.php</A>

DannyMac

2001-12-04 01:07:00

YEAH! Unreal IRCd is shweet! I've tried to do it myself but was never successful :\

DannyMac

2002-01-03 01:02:00

I figured it out... I got unrealircd 3.1.2 to compile. First ./Config and just select the defaults. Next open up bsd.c and comment out line 35. If you don't know how to comment somthing just make sure the line appears like this:

//extern char *sys_errlist[];

Now type make and that should compile the ircd.

As for if the ircd is actually configured and functions properly: that's entirely up to you. I haven't tested it, since i'm too lazy to make an ircd.conf .

If i know anything else, I'll post it later.

DannyMac [img]images/icons/smile.gif"%20border="0[/img]

apex

2002-01-03 08:22:00

Thanks for the info Danny, I'll try it out and maybe create a package for the site.

apex

2002-01-03 08:46:00

On second thought it looks like there are tons of compiled in settings that need to be specified by the person running the ircd. oh well =]

Anonymous

2003-04-01 23:41:00

I got an error:
"cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make[1]: *** [agent.o] Error 1
make: *** [build] Error 2"

what does this mean?

apex

2004-02-19 23:01:00

As listed at http://macosx.forked.net/comp.html :

"Add -no-cpp-precomp to CFLAGS in Makefile."

Anonymous

2004-06-06 06:02:00

I just compiled it, spent around 15 minutes configuring the IRCD and it ran with out a hitch. Probably one of the easiest I've done. The ircd.conf files are MUCH better as they use a block/code setup.

I have it running on my local intranet now, and I only allow users within the intranet to connect.