ngircd-tor/contrib
Alexander Barton 3c627dd70d Build Debian packages with OpenSSL instead of GnuTLS
OpenSSL allows to reload used certificates on runtime for example (which
is very useful when using Let's Encrypt), and therefore is preferred ...
2017-01-20 16:04:53 +01:00
..
Debian Build Debian packages with OpenSSL instead of GnuTLS 2017-01-20 16:04:53 +01:00
MacOSX Xcode: Fix "duplicate symbols" error in current Xcode 2016-12-08 00:56:39 +01:00
Makefile.am Implement support for systemd(8) "socket activation" 2013-02-04 21:52:27 +01:00
README Documentation: Spelling fixes 2015-09-06 19:38:16 +02:00
ngIRCd-Logo.gif Mac OS X: update installer texts and add logo. 2011-04-14 11:24:07 +02:00
ngindent autogen.sh, ngindent, platformtest.sh: Fix warnings of "shellcheck" 2016-10-21 21:41:48 +02:00
ngircd-bsd.sh Make scripts and init-files in ./contrib executable 2016-12-05 23:57:19 +01:00
ngircd-redhat.init Make scripts and init-files in ./contrib executable 2016-12-05 23:57:19 +01: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 Release 24~rc1 2017-01-08 02:15:52 +01:00
platformtest.sh autogen.sh, ngindent, platformtest.sh: Fix warnings of "shellcheck" 2016-10-21 21:41:48 +02:00
systrace.policy systrace policy for OpenBSD/NetBSD, thanks to Benjamin Pineau <ben@zouh.org> 2004-04-28 12:16:59 +00:00

README

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

               (c)2001-2013 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
 - 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.service
 - systemd(8) service unit configuration file.

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

ngircd.spec
 - RPM "spec" file.

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

systrace.policy
 - Systrace policy file for OpenBSD (and probably NetBSD).