Blob


2 ngIRCd - Next Generation IRC Server
3 http://ngircd.barton.de/
5 (c)2001-2020 Alexander Barton and Contributors.
6 ngIRCd is free software and published under the
7 terms of the GNU General Public License.
9 -- Contributions --
12 Debian/
13 - Various files for building Debian GNU/Linux packages (".deb's").
14 - ngircd.init; ngircd.default: init script for Debian-based systems.
15 - ngircd.pam: example PAM configuration.
17 MacOSX/
18 - Project files for XCode, the "project builder" of Apple Mac OS X.
19 - de.barton.ngircd.plist[.tmpl]: launchd(8) property list.
21 de.barton.ngircd.metainfo.xml
22 - AppStream metadata file.
24 ngindent.sh
25 - Script to indent the code of ngIRCd in the "standard way".
27 ngircd-bsd.sh
28 - Start script for FreeBSD.
30 ngircd-redhat.init
31 - Start/stop script for RedHat-based distributions (like CentOS).
33 ngircd.logcheck
34 - Sample rules for logcheck(8) to ignore "normal" log messages of ngIRCd.
36 ngircd.service
37 - systemd(8) service unit configuration file.
39 ngircd.socket
40 - systemd(8) socket unit configuration file for "socket activation".
42 ngircd.spec
43 - RPM "spec" file.
45 nglog.sh
46 - Colorizes the log messages of ngircd(8) accoring to their log level.
48 platformtest.sh
49 - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt.