5

I am planning to setup an IRC server for our internal communication needs. Which of the IRC servers do you guys suggest? Things I am looking for:

  • Should not be very complex to setup
  • Should allow running of bots written in ruby.
  • Integration with Hubot would be good.
  • Should allow reserving nicks based on password
2
  • 2
    Although I appreciate the question, how exactly does this related to Unix/Linux? Commented Dec 18, 2011 at 16:54
  • 1
    @MaxMackie I want this to be deployed on my linux server, use it from ubuntu clients. I've seen some pretty good suggestions on other similar stuff. Checkout this: unix.stackexchange.com/questions/1449/… or any of the questions in the related questions on the right. Commented Dec 19, 2011 at 13:50

1 Answer 1

3

I've moved through a few ircd's and settled on NgIRCd - a free open source server for Internet Relay Chat (IRC), which is being developed under the GNU General Public License (GPL). It has been written from scratch and is consequently, unlike most other IRC daemons, not based on the originator, the daemon of the IRCNet

  • well arranged (lean) configuration file
  • simple to build/install, configure and maintain
  • supports IPv6 and SSL
  • no problems with servers that have dynamic IP addresses
  • freely available, modern, portable and tidy C-source

IRC bots / Hubot will connect to the IRCd as clients - they shouldn't be dependent on a particular IRCd

You can use anope to add a nickserv service through ngircd services - this is what you'll need to reserve nicknames.

2
  • Thanks for your suggestion. I have already installed Unrealircd, will check this out. Commented Feb 15, 2012 at 7:53
  • Could you perhaps also recommend a client which is web-based (no software to install) e.g. in JavaScript? Or would you recommend a non-IRC chat instead if all clients are web browsers? Commented Mar 16, 2020 at 16:41

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.