• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone have any experience with ircd's under linux?

DaiShan

Diamond Member
I'm trying to set up an ircd on a linux shell I have, it is going to be private, but I need a good stable ircd program. Anyone have any good recommendations?
 
It's actually not that bad. I've done it under various flavors of linux at various versions and it's all about the same.

If you read the INSTALL file and edit the configuration options, you should be good to go, assuming you're not really trying to connect to an actual IRC network and to external servers. That's something I've never done.

The key to quick success is setting up the IP address masks for allowable connections. The config file actually has tons of commenting describing what's required and what's optional, and I usually just fill out the required sections, restart the server, and all is well.

Steve
 
Originally posted by: angryowl
It's actually not that bad. I've done it under various flavors of linux at various versions and it's all about the same.

If you read the INSTALL file and edit the configuration options, you should be good to go, assuming you're not really trying to connect to an actual IRC network and to external servers. That's something I've never done.

The key to quick success is setting up the IP address masks for allowable connections. The config file actually has tons of commenting describing what's required and what's optional, and I usually just fill out the required sections, restart the server, and all is well.

Steve

Thanks, yeah this won't be part of an actual network, just a private ircd where we can't be bothered.
 
Every ircd I tried was HORRIBLE and buggy with regard to recognizing stuff I put in ircd.conf. I really hate ircds, they're all old and crusty and nasty. The only one I found that's alright is ngircd, but it has barely any features. It was good enough for me though. I've been meaning to try out the ircd stuff in twisted.
 
I've been trying to find an IRCd that includes encryption. There are a couple, but unfortunately none of them seem to work on OpenBSD :|
 
Originally posted by: n0cmonkey
I've been trying to find an IRCd that includes encryption. There are a couple, but unfortunately none of them seem to work on OpenBSD :|

I'm not sure how it works, but on efnet we have a private channel that is encrypted using a custom coded script, if you don't have the script, you can't see anything in the channel, its like no one is talking. I can try to find out if you like.
 
Originally posted by: DaiShan
Originally posted by: n0cmonkey
I've been trying to find an IRCd that includes encryption. There are a couple, but unfortunately none of them seem to work on OpenBSD :|

I'm not sure how it works, but on efnet we have a private channel that is encrypted using a custom coded script, if you don't have the script, you can't see anything in the channel, its like no one is talking. I can try to find out if you like.

Sure, I'd be interrested in seeing that. Not quite what I'm looking for, but interresting none the less. I'll have to play with the ircds more when I have time. And hard drive space, since I guess I filled up /home 😛
 
Back
Top