| 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-16 | check for strdup() | Florian Westphal |
| 2005-04-13 | Used a spellchecker :-) | Alexander Barton |
| 2005-04-09 | Fixed wrong location of "Doxyfile" ... argl. | Alexander Barton |
| 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 | Two new targets: "srcdoc" to generate Doxygen source documentation, and | 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-04-09 | New build style "deployment", cleaned up options for build style | Alexander Barton |
| 2005-03-30 | Don't enable assert() calls when not ./configure'd with --enable-debug. | 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-21 | Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well. | Alexander Barton |
| 2005-03-20 | Enhanced configure script: now you can pass an (optional) search path | 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 | Add notice about typedef removal and stdbool.h/inttypes.h | 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-19 | Added login of Florian ("fw") to AUTHORS list. | Alexander Barton |
| 2005-03-19 | Removed indentation of preprocessor statements in test for socklen_t. | Alexander Barton |
| 2005-03-15 | Fixed too long lines. | Alexander Barton |
| 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-21 | Added AUTOMAKE_VERSION and AUTOCONF_VERSION (for OpenBSD). | Alexander Barton |
| 2005-02-21 | Fixed the detection of tools named like "tool-Major.Minor" (used on OpenBSD). | Alexander Barton |
| 2005-02-14 | Enable Pidfile /var/run/ircd/ngircd.pid | Alexander Barton |
| 2005-02-14 | Added description for "PidFile", fixed description of "Ports". | Alexander Barton |