| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
warnings related to the used command line in the output.
|
|
"xcode" to build ngIRCd using the Xcode command line tools on Mac OS X.
|
|
|
|
|
|
"development" (enabled "ZeroLink") and fixed path of "ngircd.spec".
|
|
|
|
|
|
stdin and(!) stdout are valid tty's.
|
|
|
|
|
|
to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
|
|
|
|
|
|
|
|
|
|
use stdbool.h / inttypes.h if available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Make sure that strlcpy() returns the right value when the bufsize is 0.
- Fixed a bug in strlcat() where it would not properly detect a no-change
condition if called with an initial string longer than the specified
size limit (due to an unsigned var's inability to go negative).
Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code ("--enable-debug") and running as daemon process.
|
|
|
|
insetead on server startup. By Florian Westphal.
|
|
becomes modified to enable the PID file (/var/run/ircd/ngircd.cond) and
to change the user and group to "irc".
|
|
|
|
|
|
|
|
the server writes its process ID (PID) to this file. Default: off.
Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|