Multiple communities

These are old archives. They are kept for historic purposes only.
Post Reply
ronrudman
Posts: 14
Joined: Fri Apr 09, 2004 2:49 am

Multiple communities

Post by ronrudman »

I have installed 3.2 on Linux and it works great. I am confused about how I can host multiple communites. They have to be separate, e.g., the same nick must be available to each community at the same time. Note: this is a 1-server environment.

It appears that I can run only one instance at a time. With vanilla ircd I was able to do this by running multiple instances, using the -d option to point at various directories, each of which had its own ircd.conf specifying a different port, its own pid file, etc.

Short of literally installing it from scratch multiple times in multiple directories, is there any other, more elegant, way to accomplish this?
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

There is no such thing as a "community" in IRC so I don't know what you're talking about.

But anyway, if you only have 1 server, then only 1 person can use a given nick.
-- codemastr
ronrudman
Posts: 14
Joined: Fri Apr 09, 2004 2:49 am

Post by ronrudman »

What I meant was that I need to establish a set of private and independent chat environments for several groups of people, all of whom will access my single server, which will not be connected to any other IRC servers.

From what you've said, it looks like I need to install unrealircd once for each group, with each install having a different pair of DPATH and SPATH. locations Then I should be able to run them side-by-side (on different ports). I was hoping there was a simpler way, but...
Post Reply