![]() |
![]()
| ![]() |
![]()
NAMEngIRCd - the "next generation" IRC daemon SYNOPSISngircd [ Options ] DESCRIPTIONngIRCd is a free, portable and lightweight Internet Relay Chat (IRC) server for small or private networks, developed under the GNU General Public License (GPL). The server is quite easy to configure and runs as a single-node server or can be part of a network of ngIRCd servers in a LAN or across the internet. It optionally supports the IPv6 protocol, SSL/TLS-protected client-server and server-server links, the Pluggable Authentication Modules (PAM) system for user authentication, IDENT requests, and character set conversion for legacy clients. The name ngIRCd stands for next-generation IRC daemon, which is a little bit exaggerated: lightweight Internet Relay Chat server most probably would have been a better name :-) By default ngIRCd logs diagnostic and informational messages using the syslog mechanism, or writes directly to the console when running in the foreground (see below). OPTIONSThe default behavior of ngircd is to read its standard configuration file (see below), to detach from the controlling terminal and to wait for clients. You can use these options to modify this default:
The following options prevent ngIRCd from starting regularly, but perform a specific action and then exit the daemon again:
FILES/usr/local/etc/ngircd/ngircd.conf The system wide default configuration file.
/usr/local/etc/ngircd/ngircd.motd
Default "message of the day" (MOTD).
SIGNALSThe daemon understands the following signals: HINTSIt is always wise to use "ngircd --configtest" to validate the configuration of ngIRCd after making changes to the configuration files! DEBUGGINGngIRCd can log additional debug messages, which can be enabled with the command line option --debug (-d) or by sending the USR1 signal to the running daemon. Some of those messages may leak personal information, be very technical and can be very verbose. Therefore the debug mode is meant for troubleshooting only and should definitely be disabled during normal operation! In addition, a "protocol sniffer" can be enabled on build time by passing the "--enable-sniffer" option to the ./configure script which enables the "--sniffer" (-s) command line option (which is not available by default): this "sniffer" logs all incoming and outgoing IRC commands on all connections, which can be handy to debug problems with the daemon itself or IRC clients. Both modes are indicated in the version string shown by the IRC "VERSION" command: if the version ends in a dot (like in "26.1."), the daemon operates in "normal" mode (the version used in the example is "26.1"). If it ends in ".1" (like in "26.1.1") the "debug-mode" is enabled; and if it ends in ".2" (like in "26.1.2") the "IRC sniffer" is enabled, too. Options:
Signals: Note: Usage of these signals is broadcasted to all users with the +s ("receive server notices") mode set! AUTHORSAlexander Barton, <alex@barton.de>
Homepage: http://ngircd.barton.de/ SEE ALSOngircd.conf(5), ircd(8)
|