1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-06-23 16:54:08 +00:00

Bring manual page more in line with README.md and homepage

This commit is contained in:
Alexander Barton 2024-03-23 19:58:23 +01:00
parent c1c0bca0e2
commit c8798fcec0

View File

@ -11,27 +11,22 @@ ngIRCd \- the "next generation" IRC daemon
] ]
.SH DESCRIPTION .SH DESCRIPTION
.BR ngIRCd .BR ngIRCd
is a free, portable and lightweight Internet Relay Chat server for small is a free, portable and lightweight Internet Relay Chat (IRC) server for small
or private networks, developed under the GNU General Public License (GPL). or private networks, developed under the GNU General Public License (GPL).
.PP .PP
The server is quite easy to configure, can handle dynamic IP addresses, and The server is quite easy to configure and runs as a single-node server or can
optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for be part of a network of ngIRCd servers in a LAN or across the internet. It
user authentication as well as character set conversion for legacy clients. The optionally supports the IPv6 protocol, SSL/TLS-protected client-server and
server has been written from scratch and is not based on the "forefather", the server-server links, the Pluggable Authentication Modules (PAM) system for user
daemon of the IRCNet. authentication, IDENT requests, and character set conversion for legacy
clients.
.PP .PP
The name ngIRCd means The name ngIRCd stands for
.IR "next-generation IRC daemon", .IR "next-generation IRC daemon",
which is a little bit exaggerated: which is a little bit exaggerated:
.IR "lightweight Internet Relay Chat server" .IR "lightweight Internet Relay Chat server"
most probably would have been a better name :-) most probably would have been a better name :-)
.PP .PP
Currently supported platforms include AIX, A/UX, FreeBSD, HP-UX, Hurd, IRIX,
Linux, macOS, Minix, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
As ngIRCd relies on UNIX standards and uses GNU automake and GNU autoconf
there are good chances that it also supports other UNIX-based operating
systems as well.
.PP
By default ngIRCd logs diagnostic and informational messages using the syslog By default ngIRCd logs diagnostic and informational messages using the syslog
mechanism, or writes directly to the console when running in the foreground mechanism, or writes directly to the console when running in the foreground
(see below). (see below).