slackbuilds/network/ircd-hybrid
Ebben Aries c506710949
network/ircd-hybrid: Updated for version 20240506_e813b4f.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-05-11 08:12:15 +07:00
..
README network/ircd-hybrid: Wrap README at 72 columns. 2022-03-13 18:05:39 -04:00
doinst.sh network/ircd-hybrid: Updated for version 8.2.40. 2022-07-17 06:40:12 +07:00
ircd-hybrid.SlackBuild network/ircd-hybrid: Updated for version 20240506_e813b4f. 2024-05-11 08:12:15 +07:00
ircd-hybrid.info network/ircd-hybrid: Updated for version 20240506_e813b4f. 2024-05-11 08:12:15 +07:00
rc.ircd.new network/ircd-hybrid: Use setpriv instead of su for init 2021-07-19 16:23:32 +07:00
slack-desc

README

ircd-hybrid (A lightweight, high-performance IRC daemon)

ircd is the server (daemon) program for the Internet Relay Chat
Program. The ircd is a server in that its function is to "serve" the
client program irc and other compatible programs with messages and
commands. All commands and user messages are passed directly to the
ircd for processing and relaying to other IRC servers.

This is ircd-hybrid, the highly modified (and hopefully improved)
variant of the original ircd program by Jarkko Oikarinen.

Groupname and Username

You must have the "ircd" group and user to run this script, for example:

  groupadd -g 360 ircd
  useradd -u 360 -s /bin/false -d /var/empty -g ircd ircd