ngircd-tor/contrib
Alexander Barton 0a6e284582 platformtest.sh: Delete ngIRCd binary before test run
This ensures that we definitely don't test an old binary later on ...
2016-01-10 17:45:47 +01:00
..
Debian ngIRCd Release 23 2015-11-16 21:33:15 +01:00
MacOSX Update Xcode project for latest Xcode version (6.3) 2015-04-10 22:30:17 +02: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 contrib/ngindent: Fix shebang line 2015-12-19 19:21:45 +01:00
ngircd-bsd.sh Renamed contrib/ngircd.sh to contrib/ngircd-bsd.sh 2009-05-05 11:41:26 +02:00
ngircd-redhat.init contrib/ngircd-redhat.init: updated email address of Naoya Nakazawa 2010-11-07 14:18:04 +01:00
ngircd.service Update systemd service file 2015-08-14 19:55:32 +02:00
ngircd.socket ngircd.sock: explicitely bind to IPv4 and IPv6 addresses 2013-02-10 20:37:55 +01:00
ngircd.spec ngIRCd Release 23 2015-11-16 21:33:15 +01:00
platformtest.sh platformtest.sh: Delete ngIRCd binary before test run 2016-01-10 17:45:47 +01: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).