| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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>.
|
|
|
|
|
|
|
|
to do IDENT lookups and is logging to syslog. Bug discovered by CoKi,
<coki@nosystem.com.ar>, thanks a lot!
(http://www.nosystem.com.ar/advisories/advisory-11.txt)
|
|
|
|
|
|
|
|
by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
|
|
|
|
|
|
|
Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
|
wrote functions for common error messages.
|
|
|