mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-13 10:20:28 +00:00
54e67ea9ee
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. |
||
---|---|---|
.. | ||
Debian | ||
MacOSX | ||
Makefile.am | ||
ngindent | ||
ngircd-bsd.sh | ||
ngircd-redhat.init | ||
ngircd.spec | ||
platformtest.sh | ||
README | ||
systrace.policy |
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).