]> arthur.barton.de Git - ngircd-alex.git/history - src
Updated to latest strl{cat|cpy} code of rsync:
[ngircd-alex.git] / src /
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...
2004-04-25 Alexander BartonSynchronize INVITE- and BAN-lists if the peer requests it:
2004-04-25 Alexander BartonDon't send MODE changes when origin is a server and
2004-04-25 Alexander BartonNew functions: Lists_SendInvites(), Lists_IsInviteEntry(),
2004-04-25 Alexander BartonFixed a wrong assert() which could cause the daemon...
2004-04-25 Alexander BartonBetter logging of decompression errors returned by...
2004-04-09 Alexander BartonFixed handling of already existent entries in invite...
2004-04-09 Alexander BartonServers other than the destination server didn't clean...
2004-03-15 Alexander BartonFixed detection of GNU C version and usability of __att...
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2004-03-10 Alexander BartonUpdated tests to reflect last changes to MODE behaviour.
2004-02-29 Alexander BartonChanged the reply of the MODE command to match the...
2004-02-28 Alexander BartonFixed TRACE: don't output "Serv" lines for ourself...
2004-02-28 Alexander BartonBetter logging while establishing and shutting down...
2004-02-04 Alexander BartonThe info text ("real name") of users is set to "-"...
2004-02-03 Alexander BartonFixed (optional) TCP Wrapper test which was broken...
2004-01-25 Alexander BartonThe type of service (TOS) of all sockets is set to...
2004-01-19 Alexander BartonRemoved some debug code; translated some source code...
2004-01-17 Alexander BartonUse "__attribute__" only if gcc is at least version 2.7
2004-01-17 Alexander BartonAdded #include for strings.h to fix compiler warnings.
2004-01-17 Alexander BartonAdded #include for strings.h and added some casts to...
2004-01-17 Alexander BartonFixed order of #include's: time.h moves up! ;-)
2004-01-02 Alexander BartonAdjusted copyright notice to include 2004.
2003-12-29 Alexander BartonAdded new short command line option "-t" as alternative...
2003-12-27 Alexander BartonAdded IDENT option to version string.
2003-12-27 Alexander BartonAdded optional support for IDENT lookups (configure...
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-12-19 Alexander BartonFixed error messages related to server name configurati...
2003-12-05 Alexander BartonFixed abort() when inviting users to nonexistent channels.
2003-12-04 Alexander BartonExtended version reporting of CVS builds.
2003-11-06 Alexander BartonFixed ban behavior: users which are banned from a chann...
2003-11-05 Alexander BartonFixed test suite: allow more connections ;-)
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-11-05 Alexander BartonNew configuration option "MaxConnectionsIP".
2003-09-11 Alexander BartonNew configuration option "Listen" to bind the server...
2003-09-09 Alexander BartonSuppress misleading error message of diff during make...
2003-08-30 Alexander BartonFixed typo in debug output.
2003-08-22 Alexander BartonEnhanced testsuite, should run under GNU/Hurd now.
2003-07-09 Alexander BartonNJOIN: Fixed propagation of user channel modes.
2003-06-06 Alexander BartonVERSION shows the CVS date if apropriate now.
2003-06-05 Alexander BartonFixed a compiler warning related to an unnecessary...
2003-05-03 Alexander BartonMade Makefiles more compatible with "make -j<N>".
2003-04-29 Alexander Barton"ServerName" is checked better now: a dot (".") is...
2003-04-29 Alexander BartonThe KILL comand verifies and logs more parameters.
2003-04-27 Alexander BartonFixed --configtest: there is no variable "ServerPwd...
2003-04-25 Alexander BartonThe server tried to connect to other servers only once...
next