| Age | Commit message (Collapse) | Author |
|
the client.h header file.
|
|
files from a header file!).
|
|
|
|
removed Conn_SetOption(). replaced its only call (in conn-zip.c) with Conn_OPTION_ADD() macro.
|
|
|
|
conn-func.h: add accessor Macros
Conn_OPTION_ADD( conn, CONN_OPTION )
Conn_OPTION_DEL( conn, CONN_OPTION )
Conn_OPTION_ISSET( conn, CONN_OPTION )
To add, remove or test for a certain option field attribute (e.g. CONN_ISCLOSING)
These Macros should be used instead of accessing conn->options directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>.
|
|
|
|
|
|
|
|
|