about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2005-04-09Target "lint": check whether splint command is available and suppressAlexander Barton
warnings related to the used command line in the output.
2005-04-09Two new targets: "srcdoc" to generate Doxygen source documentation, andAlexander Barton
"xcode" to build ngIRCd using the Xcode command line tools on Mac OS X.
2005-04-09Added new target "srcdoc" to generate the Doxygen source documentation.Alexander Barton
2005-04-09Added the control file for the Doxygen source documentation system.Alexander Barton
2005-04-09New build style "deployment", cleaned up options for build styleAlexander Barton
"development" (enabled "ZeroLink") and fixed path of "ngircd.spec".
2005-03-30Don't enable assert() calls when not ./configure'd with --enable-debug.Alexander Barton
2005-03-30Debine NDEBUG if DEBUG isn't defined to disable all assert() checks as well.Alexander Barton
2005-03-22When validationg the configuration file wait for a keypress only if bothAlexander Barton
stdin and(!) stdout are valid tty's.
2005-03-21Use tabulator, not 8 spaces ...Alexander Barton
2005-03-21Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well.Alexander Barton
2005-03-20Enhanced configure script: now you can pass an (optional) search pathAlexander Barton
to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
2005-03-20Conf_Test(): check if stdin (and not stdout...) is connected to a terminal.Florian Westphal
2005-03-20changed type of Conf_ListenPorts[] from "unsigned int" to UINT16.Florian Westphal
2005-03-20Init_Conn_Struct(): Zero structure using memset().Florian Westphal
2005-03-19Add notice about typedef removal and stdbool.h/inttypes.hFlorian Westphal
2005-03-19Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.Florian Westphal
use stdbool.h / inttypes.h if available.
2005-03-19fix Config_Error_NaN prototype (first argument missed "const")Florian Westphal
2005-03-19removed unneeded log.h include.Florian Westphal
2005-03-19Added login of Florian ("fw") to AUTHORS list.Alexander Barton
2005-03-19Removed indentation of preprocessor statements in test for socklen_t.Alexander Barton
2005-03-15Fixed too long lines.Alexander Barton
2005-03-15New configuration option "OperServerMode".Alexander Barton
2005-03-05New function New_Res_Stat() to initialize RES_STAT structure.Alexander Barton
2005-03-05Reduce the number of calls of strlen(). Idea by Florin Westphal.Alexander Barton
2005-03-03Added missing include of "match.h".Alexander Barton
2005-03-02Implemented support for "secret channels" (channel mode "s").Alexander Barton
2005-03-02New configuration option "Mask" for [Operator] sections to limit OPER command.Alexander Barton
2005-02-27Clean up the mode handling code: remove redundant parts ...Alexander Barton
2005-02-27Updated to latest strl{cat|cpy} code of rsync:Alexander Barton
- 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>.
2005-02-21Added AUTOMAKE_VERSION and AUTOCONF_VERSION (for OpenBSD).Alexander Barton
2005-02-21Fixed the detection of tools named like "tool-Major.Minor" (used on OpenBSD).Alexander Barton
2005-02-14Enable Pidfile /var/run/ircd/ngircd.pidAlexander Barton
2005-02-14Added description for "PidFile", fixed description of "Ports".Alexander Barton
2005-02-11Whitespace fixes.Alexander Barton
2005-02-10Don't play games with FILE* stdin/out/err, only touch "real" descriptors.Alexander Barton
2005-02-10Renamed NGIRCd_FillVersion() to Fill_Version(); Code cleanups.Alexander Barton
2005-02-10Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debugAlexander Barton
code ("--enable-debug") and running as daemon process.
2005-02-10Added a note about the change of the maximum password length.Alexander Barton
2005-02-09Don't create version information string each time a client connects butAlexander Barton
insetead on server startup. By Florian Westphal.
2005-02-07Added an empty /etc/ngircd/ngircd.motd to the packages. And ngircd.confAlexander Barton
becomes modified to enable the PID file (/var/run/ircd/ngircd.cond) and to change the user and group to "irc".
2005-02-07Set owner and group of /var/run/ircd to "irc:irc".Alexander Barton
2005-02-07Updated debian changelog file from branch-0-8-x ...Alexander Barton
2005-02-07Make sure that errno of fopen() isn't overwritten by the logging code.Alexander Barton
2005-02-04New configuration variable "PidFile", section "[Global]": if defined,Alexander Barton
the server writes its process ID (PID) to this file. Default: off. Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
2005-02-04ngIRCd 0.8.3.Alexander Barton
2005-02-04Use ngt_TrimLastChr() where useful, by Florian Westphal.Alexander Barton
2005-02-04Add ngt_TrimLastChr() to header file. By Florian Westphal.Alexander Barton
2005-02-03Fixed a bug that could case a root exploit when the daemon is compiledAlexander Barton
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)
2005-02-03Updated ChangeLog for 0.8.2.Alexander Barton
2005-01-27Updated config.sub and config.guessAlexander Barton