| Age | Commit message (Expand) | Author |
| 2005-04-27 | Reorder #includes, necessary due to removal of #include "defines.h" in | Alexander Barton |
| 2005-04-27 | Removed "invalid" #include of "defines.h" (don't include further header | Alexander Barton |
| 2005-04-27 | Added missing #include of "defines.h". | Alexander Barton |
| 2005-04-25 | removed Conn_UnsetOption() function. It was not used anymore. | Florian Westphal |
| 2005-04-23 | removed "my_connects" fd_set. | Florian Westphal |
| 2005-04-18 | conn.h: option filed in CONNECTION struct is now UINT16. | Florian Westphal |
| 2005-04-18 | Cleaned up (and documented) the IRC_KILL() function. | Alexander Barton |
| 2005-04-16 | fix spelling | Florian Westphal |
| 2005-04-16 | added kludge to make ngircd (with syslog) compile on mips-dec-ultrix4.5 | Florian Westphal |
| 2005-04-16 | use strdup() to add oper hostname mask. | Florian Westphal |
| 2005-04-16 | private strdup() implementation in case libc does not provide it. | Florian Westphal |
| 2005-04-16 | s/malloc(x*y)/calloc(x,y)/ | Florian Westphal |
| 2005-04-09 | Use typedef instead of #define to declare the socklen_t type if needed. | Alexander Barton |
| 2005-04-09 | Added "-unrecog" to splint command line. | Alexander Barton |
| 2005-04-09 | Target "lint": check whether splint command is available and suppress | Alexander Barton |
| 2005-04-09 | Added new target "srcdoc" to generate the Doxygen source documentation. | Alexander Barton |
| 2005-04-09 | Added the control file for the Doxygen source documentation system. | Alexander Barton |
| 2005-03-30 | Debine NDEBUG if DEBUG isn't defined to disable all assert() checks as well. | Alexander Barton |
| 2005-03-22 | When validationg the configuration file wait for a keypress only if both | Alexander Barton |
| 2005-03-21 | Use tabulator, not 8 spaces ... | Alexander Barton |
| 2005-03-20 | Conf_Test(): check if stdin (and not stdout...) is connected to a terminal. | Florian Westphal |
| 2005-03-20 | changed type of Conf_ListenPorts[] from "unsigned int" to UINT16. | Florian Westphal |
| 2005-03-20 | Init_Conn_Struct(): Zero structure using memset(). | Florian Westphal |
| 2005-03-19 | Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. | Florian Westphal |
| 2005-03-19 | fix Config_Error_NaN prototype (first argument missed "const") | Florian Westphal |
| 2005-03-19 | removed unneeded log.h include. | Florian Westphal |
| 2005-03-15 | New configuration option "OperServerMode". | Alexander Barton |
| 2005-03-05 | New function New_Res_Stat() to initialize RES_STAT structure. | Alexander Barton |
| 2005-03-05 | Reduce the number of calls of strlen(). Idea by Florin Westphal. | Alexander Barton |
| 2005-03-03 | Added missing include of "match.h". | Alexander Barton |
| 2005-03-02 | Implemented support for "secret channels" (channel mode "s"). | Alexander Barton |
| 2005-03-02 | New configuration option "Mask" for [Operator] sections to limit OPER command. | Alexander Barton |
| 2005-02-27 | Clean up the mode handling code: remove redundant parts ... | Alexander Barton |
| 2005-02-27 | Updated to latest strl{cat|cpy} code of rsync: | Alexander Barton |
| 2005-02-11 | Whitespace fixes. | Alexander Barton |
| 2005-02-10 | Don't play games with FILE* stdin/out/err, only touch "real" descriptors. | Alexander Barton |
| 2005-02-10 | Renamed NGIRCd_FillVersion() to Fill_Version(); Code cleanups. | Alexander Barton |
| 2005-02-10 | Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug | Alexander Barton |
| 2005-02-09 | Don't create version information string each time a client connects but | Alexander Barton |
| 2005-02-07 | Make sure that errno of fopen() isn't overwritten by the logging code. | Alexander Barton |
| 2005-02-04 | New configuration variable "PidFile", section "[Global]": if defined, | Alexander Barton |
| 2005-02-04 | Use ngt_TrimLastChr() where useful, by Florian Westphal. | Alexander Barton |
| 2005-02-04 | Add ngt_TrimLastChr() to header file. By Florian Westphal. | Alexander Barton |
| 2005-02-03 | Fixed a bug that could case a root exploit when the daemon is compiled | Alexander Barton |
| 2005-01-26 | We are in the year 2005 now! :-) | Alexander Barton |
| 2005-01-26 | Fixed a buffer overflow that could cause the daemon to crash. Bug found | Alexander Barton |
| 2005-01-25 | New function ngt_TrimLastChr(), prototype by Florian Westphal. | Alexander Barton |
| 2005-01-24 | Fixed a typo in variable name ... | Alexander Barton |
| 2005-01-24 | Fixed a possible buffer underrun when reading the MOTD file. Thanks to | Alexander Barton |
| 2005-01-20 | Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>: | Alexander Barton |