1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00
ngircd/contrib
Alexander Barton 54e67ea9ee New "module" proc.c/proc.h for generic process handling
The new "module" proc.c is used for functions dealing with child
processes. At the moment, it is only used by the asynchronous resolver.

All the functions already implemented habe been migrated from the
resolver code base, and the rest of the ngIRCd source code has been
adepted to the new namespace and calling conventions.

The goal is to develop "generic" process handling functions that can
be used for other purposes as well, e.g. running processes on client
connects etc.
2010-06-29 22:55:27 +02:00
..
Debian ngircd.init: require $network $remote_fs when stopping ngircd 2010-06-25 00:10:56 +02:00
MacOSX New "module" proc.c/proc.h for generic process handling 2010-06-29 22:55:27 +02:00
Makefile.am Added missing contrib/platformtest.sh to distribution 2009-11-07 21:06:30 +01:00
ngindent Added ngindent. 2006-07-23 11:34:32 +00:00
ngircd-bsd.sh Renamed contrib/ngircd.sh to contrib/ngircd-bsd.sh 2009-05-05 11:41:26 +02:00
ngircd-redhat.init Added start/stop script for Red Hat based distributions 2009-05-05 12:50:55 +02:00
ngircd.spec ngIRCd release 16 2010-05-02 15:25:35 +02:00
platformtest.sh platformtest.sh: Only show latest commit 2009-11-15 18:25:36 +01:00
README New script contrib/platformtest.sh 2009-08-04 22:30:59 +02:00
systrace.policy systrace policy for OpenBSD/NetBSD, thanks to Benjamin Pineau <ben@zouh.org> 2004-04-28 12:16:59 +00:00

                     ngIRCd - Next Generation IRC Server

                        (c)2001-2009 Alexander Barton,
                    alex@barton.de, http://www.barton.de/

               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").

MacOSX/
 - Project files for XCode, the "project builder" of Apple Mac OS X.

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.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).