about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
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-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
2005-03-21Use tabulator, not 8 spaces ...Alexander Barton
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-19Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.Florian Westphal
2005-03-19fix Config_Error_NaN prototype (first argument missed "const")Florian Westphal
2005-03-19removed unneeded log.h include.Florian Westphal
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
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
2005-02-09Don't create version information string each time a client connects butAlexander 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
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
2005-01-26We are in the year 2005 now! :-)Alexander Barton
2005-01-26Fixed a buffer overflow that could cause the daemon to crash. Bug foundAlexander Barton
2005-01-25New function ngt_TrimLastChr(), prototype by Florian Westphal.Alexander Barton
2005-01-24Fixed a typo in variable name ...Alexander Barton
2005-01-24Fixed a possible buffer underrun when reading the MOTD file. Thanks toAlexander Barton
2005-01-20Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>:Alexander Barton
2005-01-20Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>.Alexander Barton
2005-01-19Fixed detection of IRC lines which are too long to send. Detected byAlexander Barton
2005-01-18Fixed return values of our own implementation of strlcpy(). The code hasAlexander Barton
2005-01-17Translated source code comments.Alexander Barton
2005-01-17Raised the maximum length of passwords to 20 characters.Alexander Barton
2005-01-17Fixed a memory leak when resizing the connection pool and realloc() failed.Alexander Barton
2004-12-26Don't use a POSIX thread for the Howl "run loop".Alexander Barton
2004-12-26Added support for the Howl (http://www.porchdogsoft.com/products/howl/)Alexander Barton
2004-12-22Fixed indentation and added some more debug code.Alexander Barton
2004-10-20Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler andAlexander Barton
2004-10-04Changed "read buffer" to "receive buffer" as suggested by Goetz.Alexander Barton
2004-10-04Added some missing words: "address" :-)Alexander Barton
2004-09-24Fixed wrong variable names in output of "ngircd --configtest".Alexander Barton
2004-09-08Added functions.inc to EXTRA_DIST files.Alexander Barton
2004-09-06Fixed echo without newline for systems not understanding "echo -n"; addedAlexander Barton