about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2005-05-17Reformatted and documented code of the first part of the IRC_NICK()Alexander Barton
2005-05-17New function Client_RegisterWhowas().Alexander Barton
2005-05-16Implemented IRC function "WHOWAS".Alexander Barton
2005-05-16New functions Client_GetWhowas and Client_GetLastWhowasIndex; new structure W...Alexander Barton
2005-05-16New functions Client_GetWhowas, Client_GetLastWhowasIndex, and Register_Whowas.Alexander Barton
2005-05-16New defines MAX_WHOWAS and DEFAULT_WHOWAS.Alexander Barton
2005-05-14Away status texts set due to "a"-Modes received from other servers haveAlexander Barton
2005-04-27Added #include of "defines.h", necessary due to removal of the #include ofAlexander Barton
2005-04-27Reorder #includes, necessary due to removal of #include "defines.h" inAlexander Barton
2005-04-27Removed "invalid" #include of "defines.h" (don't include further headerAlexander Barton
2005-04-27Added missing #include of "defines.h".Alexander Barton
2005-04-25removed Conn_UnsetOption() function. It was not used anymore.Florian Westphal
2005-04-23removed "my_connects" fd_set.Florian Westphal
2005-04-18conn.h: option filed in CONNECTION struct is now UINT16.Florian Westphal
2005-04-18Cleaned up (and documented) the IRC_KILL() function.Alexander Barton
2005-04-16fix spellingFlorian Westphal
2005-04-16added kludge to make ngircd (with syslog) compile on mips-dec-ultrix4.5Florian Westphal
2005-04-16use strdup() to add oper hostname mask.Florian Westphal
2005-04-16private strdup() implementation in case libc does not provide it.Florian Westphal
2005-04-16s/malloc(x*y)/calloc(x,y)/Florian Westphal
2005-04-09Use typedef instead of #define to declare the socklen_t type if needed.Alexander Barton
2005-04-09Added "-unrecog" to splint command line.Alexander Barton
2005-04-09Target "lint": check whether splint command is available and suppressAlexander Barton
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