1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngircd/contrib
2020-05-26 19:55:01 +02:00
..
Debian Update description texts 2020-05-26 19:43:14 +02:00
MacOSX Update Xcode project for latest Xcode version (11.4.1) 2020-04-20 00:54:06 +02:00
Makefile.am Remove outdated OpenBSD/NetBSD systrace.policy 2020-02-11 20:31:15 +01:00
ngindent.sh contrib/ngindent.sh: Enhance and rename script 2019-12-07 01:41:39 +01:00
ngircd-bsd.sh Make scripts and init-files in ./contrib executable 2016-12-05 23:57:19 +01:00
ngIRCd-Logo.gif Mac OS X: update installer texts and add logo. 2011-04-14 11:24:07 +02:00
ngircd-redhat.init Make scripts and init-files in ./contrib executable 2016-12-05 23:57:19 +01:00
ngircd.logcheck Update and fix logcheck(8) rules 2018-05-20 21:52:56 +02:00
ngircd.service Further enhance systemd unit file 2017-01-06 22:50:24 +01:00
ngircd.socket Add "Documentation" variables to systemd configuration files 2016-09-18 18:10:45 +02:00
ngircd.spec ngircd.spec: Fix name of README.md and INSTALL.md 2020-05-26 19:55:01 +02:00
nglog.sh contrib/nglog.sh: Looks like GNU awk (gawk) is needed ... 2020-05-03 17:07:51 +02:00
platformtest.sh Make sure that platformtest.sh aborts when autogen.sh fails 2017-01-20 17:24:28 +01:00
README Remove outdated OpenBSD/NetBSD systrace.policy 2020-02-11 20:31:15 +01:00

                     ngIRCd - Next Generation IRC Server
                           http://ngircd.barton.de/

               (c)2001-2020 Alexander Barton and Contributors.
               ngIRCd is free software and published under the
                   terms of the GNU General Public License.

                             -- Contributions --


Debian/
 - Various files for building Debian GNU/Linux packages (".deb's").
	- ngircd.init; ngircd.default: init script for Debian-based systems.
	- ngircd.pam: example PAM configuration.

MacOSX/
 - Project files for XCode, the "project builder" of Apple Mac OS X.
	- de.barton.ngircd.plist[.tmpl]: launchd(8) property list.

ngindent.sh
 - Script to indent the code of ngIRCd in the "standard way".

ngircd-bsd.sh
 - Start script for FreeBSD.

ngircd-redhat.init
 - Start/stop script for RedHat-based distributions (like CentOS).

ngircd.logcheck
 - Sample rules for logcheck(8) to ignore "normal" log messages of ngIRCd.

ngircd.service
 - systemd(8) service unit configuration file.

ngircd.socket
 - systemd(8) socket unit configuration file for "socket activation".

ngircd.spec
 - RPM "spec" file.

nglog.sh
 - Colorizes the log messages of ngircd(8) accoring to their log level.

platformtest.sh
 - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt.