This package browser is in early development. Mind the rough edges.

ngircd 27

Lightweight Internet Relay Chat server for small networks

ngIRCd is a lightweight Internet Relay Chat (IRC) server for small or private networks. It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections, as well as PAM for authentication.

Installation

Install ngircd 27 as follows:

guix install ngircd@27

Or install the latest version:

guix install ngircd

The ngircd package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install ngircd:debug

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.