| Age | Commit message (Expand) | Author |
| 2005-06-17 | startup: fork only once, never run with uid 0. | Florian Westphal |
| 2005-06-12 | IRC_LIST(): Added missing calls of Client_ID() and cleand up the code. | Alexander Barton |
| 2005-06-12 | changed formatting to match ngircd coding style | Florian Westphal |
| 2005-06-12 | Make sure SimpleMessage() sends <= 512 chars | Florian Westphal |
| 2005-06-12 | set 3 second penalty after failed /oper command. | Florian Westphal |
| 2005-06-12 | Only register clients that have been connected at least 30 sec. in WHOIS data... | Alexander Barton |
| 2005-06-12 | Modified Conn_StartTime() to use information of the CLIENT structure. | Alexander Barton |
| 2005-06-12 | Removed CONNECTION[].starttime, now saved in CLIENT structure. | Alexander Barton |
| 2005-06-12 | New function Client_StartTime(). | Alexander Barton |
| 2005-06-04 | send RFC compliant netsplit messages. | Florian Westphal |
| 2005-06-04 | Fix Handling of quit messages: always send only one QUIT message. | Florian Westphal |
| 2005-06-04 | remove Try_Write(), Call Handle_Write() directly instead. | Florian Westphal |
| 2005-06-01 | Added some Doxygen documentation. | Alexander Barton |
| 2005-06-01 | add FreeRes_stat(), wait for resolver timeout. | Florian Westphal |
| 2005-05-28 | minor cleanup | Florian Westphal |
| 2005-05-23 | Handle splint errors more gracefully. | Alexander Barton |
| 2005-05-22 | Don't exit server if closing of a socket fails; instead ignore it and | Alexander Barton |
| 2005-05-17 | Reformatted and documented code of the first part of the IRC_NICK() | Alexander Barton |
| 2005-05-17 | New function Client_RegisterWhowas(). | Alexander Barton |
| 2005-05-16 | Implemented IRC function "WHOWAS". | Alexander Barton |
| 2005-05-16 | New functions Client_GetWhowas and Client_GetLastWhowasIndex; new structure W... | Alexander Barton |
| 2005-05-16 | New functions Client_GetWhowas, Client_GetLastWhowasIndex, and Register_Whowas. | Alexander Barton |
| 2005-05-16 | New defines MAX_WHOWAS and DEFAULT_WHOWAS. | Alexander Barton |
| 2005-05-14 | Away status texts set due to "a"-Modes received from other servers have | Alexander Barton |
| 2005-04-27 | Added #include of "defines.h", necessary due to removal of the #include of | Alexander Barton |
| 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 |