]> arthur.barton.de Git - ngircd-alex.git/history - src
Fixed handling of symbolic links as used in /etc/rc.X directories.
[ngircd-alex.git] / src /
2005-06-01 Florian Westphaladd FreeRes_stat(), wait for resolver timeout.
2005-05-28 Florian Westphalminor cleanup
2005-05-23 Alexander BartonHandle splint errors more gracefully.
2005-05-22 Alexander BartonDon't exit server if closing of a socket fails; instead...
2005-05-17 Alexander BartonReformatted and documented code of the first part of...
2005-05-17 Alexander BartonNew function Client_RegisterWhowas().
2005-05-16 Alexander BartonImplemented IRC function "WHOWAS".
2005-05-16 Alexander BartonNew functions Client_GetWhowas and Client_GetLastWhowas...
2005-05-16 Alexander BartonNew functions Client_GetWhowas, Client_GetLastWhowasInd...
2005-05-16 Alexander BartonNew defines MAX_WHOWAS and DEFAULT_WHOWAS.
2005-05-14 Alexander BartonAway status texts set due to "a"-Modes received from...
2005-04-27 Alexander BartonAdded #include of "defines.h", necessary due to removal...
2005-04-27 Alexander BartonReorder #includes, necessary due to removal of #include...
2005-04-27 Alexander BartonRemoved "invalid" #include of "defines.h" (don't includ...
2005-04-27 Alexander BartonAdded missing #include of "defines.h".
2005-04-25 Florian Westphalremoved Conn_UnsetOption() function. It was not used...
2005-04-23 Florian Westphalremoved "my_connects" fd_set.
2005-04-18 Florian Westphalconn.h: option filed in CONNECTION struct is now UINT16.
2005-04-18 Alexander BartonCleaned up (and documented) the IRC_KILL() function.
2005-04-16 Florian Westphalfix spelling
2005-04-16 Florian Westphaladded kludge to make ngircd (with syslog) compile on...
2005-04-16 Florian Westphaluse strdup() to add oper hostname mask.
2005-04-16 Florian Westphalprivate strdup() implementation in case libc does not...
2005-04-16 Florian Westphals/malloc(x*y)/calloc(x,y)/
2005-04-09 Alexander BartonUse typedef instead of #define to declare the socklen_t...
2005-04-09 Alexander BartonAdded "-unrecog" to splint command line.
2005-04-09 Alexander BartonTarget "lint": check whether splint command is availabl...
2005-04-09 Alexander BartonAdded new target "srcdoc" to generate the Doxygen sourc...
2005-04-09 Alexander BartonAdded the control file for the Doxygen source documenta...
2005-03-30 Alexander BartonDebine NDEBUG if DEBUG isn't defined to disable all...
2005-03-22 Alexander BartonWhen validationg the configuration file wait for a...
2005-03-21 Alexander BartonUse tabulator, not 8 spaces ...
2005-03-20 Florian WestphalConf_Test(): check if stdin (and not stdout...) is...
2005-03-20 Florian Westphalchanged type of Conf_ListenPorts[] from "unsigned int...
2005-03-20 Florian WestphalInit_Conn_Struct(): Zero structure using memset().
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-19 Florian Westphalfix Config_Error_NaN prototype (first argument missed...
2005-03-19 Florian Westphalremoved unneeded log.h include.
2005-03-15 Alexander BartonNew configuration option "OperServerMode".
2005-03-05 Alexander BartonNew function New_Res_Stat() to initialize RES_STAT...
2005-03-05 Alexander BartonReduce the number of calls of strlen(). Idea by Florin...
2005-03-03 Alexander BartonAdded missing include of "match.h".
2005-03-02 Alexander BartonImplemented support for "secret channels" (channel...
2005-03-02 Alexander BartonNew configuration option "Mask" for [Operator] sections...
2005-02-27 Alexander BartonClean up the mode handling code: remove redundant parts ...
2005-02-27 Alexander BartonUpdated to latest strl{cat|cpy} code of rsync:
2005-02-11 Alexander BartonWhitespace fixes.
2005-02-10 Alexander BartonDon't play games with FILE* stdin/out/err, only touch...
2005-02-10 Alexander BartonRenamed NGIRCd_FillVersion() to Fill_Version(); Code...
2005-02-10 Alexander BartonWrite "error file" (/tmp/ngircd-XXX.err) only if compil...
2005-02-09 Alexander BartonDon't create version information string each time a...
2005-02-07 Alexander BartonMake sure that errno of fopen() isn't overwritten by...
2005-02-04 Alexander BartonNew configuration variable "PidFile", section "[Global...
2005-02-04 Alexander BartonUse ngt_TrimLastChr() where useful, by Florian Westphal.
2005-02-04 Alexander BartonAdd ngt_TrimLastChr() to header file. By Florian Westphal.
2005-02-03 Alexander BartonFixed a bug that could case a root exploit when the...
2005-01-26 Alexander BartonWe are in the year 2005 now! :-)
2005-01-26 Alexander BartonFixed a buffer overflow that could cause the daemon...
2005-01-25 Alexander BartonNew function ngt_TrimLastChr(), prototype by Florian...
2005-01-24 Alexander BartonFixed a typo in variable name ...
2005-01-24 Alexander BartonFixed a possible buffer underrun when reading the MOTD...
2005-01-20 Alexander BartonCode cleanups from Florian Westphal, <westphal@foo...
2005-01-20 Alexander BartonCode cleanups from Florian Westphal, <westphal@foo...
2005-01-19 Alexander BartonFixed detection of IRC lines which are too long to...
2005-01-18 Alexander BartonFixed return values of our own implementation of strlcp...
2005-01-17 Alexander BartonTranslated source code comments.
2005-01-17 Alexander BartonRaised the maximum length of passwords to 20 characters.
2005-01-17 Alexander BartonFixed a memory leak when resizing the connection pool...
2004-12-26 Alexander BartonDon't use a POSIX thread for the Howl "run loop".
2004-12-26 Alexander BartonAdded support for the Howl (http://www.porchdogsoft...
2004-12-22 Alexander BartonFixed indentation and added some more debug code.
2004-10-20 Alexander BartonMade ngIRCd compile on HP/UX 10.20 with native HP pre...
2004-10-04 Alexander BartonChanged "read buffer" to "receive buffer" as suggested...
2004-10-04 Alexander BartonAdded some missing words: "address" :-)
2004-09-24 Alexander BartonFixed wrong variable names in output of "ngircd --confi...
2004-09-08 Alexander BartonAdded functions.inc to EXTRA_DIST files.
2004-09-06 Alexander BartonFixed echo without newline for systems not understandin...
2004-09-06 Alexander BartonReverted extension of the "make all" target in the...
2004-09-06 Alexander BartonFixed wrong exit code check of "kill -0".
2004-09-04 Alexander BartonIf ServerUID is defined change the working directory...
2004-09-04 Alexander BartonEnhanced messages and exit codes.
2004-09-04 Alexander BartonAdded all test scripts to target "all".
2004-09-04 Alexander BartonChanged text "test scripts" to "processes": some versio...
2004-09-04 Alexander BartonRemoved counting of test processes; don't check running...
2004-09-04 Alexander BartonAdded detection of flags for ps(1).
2004-09-04 Alexander BartonAdded README, test-loop.sh and wait-tests.sh to EXTRA_D...
2004-09-04 Alexander BartonMade stress-server.sh to use wait-tests.sh to limit...
2004-09-04 Alexander BartonTwo new scripts: test-loop.sh and wait-tests.sh
2004-09-04 Alexander BartonAdded support for looping and other enhancements.
2004-09-04 Alexander BartonSet $srcdir if not already set by make.
2004-09-04 Alexander BartonIf nick name is already in use, interpret this as ...
2004-09-04 Alexander BartonAdded preliminary README text.
2004-06-26 Alexander BartonAdded cast to integer for Solaris.
2004-05-30 Alexander BartonFixed wrong buffer size calculation for resolver results.
2004-05-11 Alexander BartonFixed a warning message of the compiler when not using...
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-05-10 Alexander BartonAdded PID to all log messages on the console; enhanced...
2004-05-09 Alexander BartonEnhanced output of "make lint".
2004-05-07 Alexander BartonNew "chroot" feature (from Benjamin Pineau), introducin...
2004-04-25 Alexander BartonAdd flag "L" to default IRC+ server flags: synchronize...
next