about summary refs log tree commit diff
AgeCommit message (Expand)Author
2005-01-26Fixed a buffer overflow that could cause the daemon to crash. Bug foundAlexander Barton
2005-01-26Updated list of contributors.Alexander Barton
2005-01-25New function ngt_TrimLastChr(), prototype by Florian Westphal.Alexander Barton
2005-01-24Fixed a typo in variable name ...Alexander Barton
2005-01-24Fixed a possible buffer underrun when reading the MOTD file. Thanks toAlexander Barton
2005-01-20Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>:Alexander Barton
2005-01-20Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>.Alexander Barton
2005-01-19Fixed detection of IRC lines which are too long to send. Detected byAlexander Barton
2005-01-18Fixed return values of our own implementation of strlcpy(). The code hasAlexander Barton
2005-01-17Translated source code comments.Alexander Barton
2005-01-17Raised the maximum length of passwords to 20 characters.Alexander Barton
2005-01-17Fixed typo: ports are separated by ",". Thanks to Florian Westphal.Alexander Barton
2005-01-17Fixed a memory leak when resizing the connection pool and realloc() failed.Alexander Barton
2004-12-27Added URLs for stunnel.Alexander Barton
2004-12-27Added documentation for SSL support.Alexander Barton
2004-12-27Make more clear that there can be more than one [Operator], [Server] andAlexander Barton
2004-12-27Fixed wrong port number in example.Alexander Barton
2004-12-26Don't use a POSIX thread for the Howl "run loop".Alexander Barton
2004-12-26Added support for the Howl (http://www.porchdogsoft.com/products/howl/)Alexander Barton
2004-12-25Updated documentation for release 0.8.1Alexander Barton
2004-12-25Updated config.guess and config.subAlexander Barton
2004-12-25Updated documentation ...Alexander Barton
2004-12-22Fixed indentation and added some more debug code.Alexander Barton
2004-11-09Updated list of supported/tested platforms.Alexander Barton
2004-10-31Fixed spelling mistake.Alexander Barton
2004-10-20Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler andAlexander Barton
2004-10-04Changed "read buffer" to "receive buffer" as suggested by Goetz.Alexander Barton
2004-10-04Added some missing words: "address" :-)Alexander Barton
2004-09-24Fixed wrong variable names in output of "ngircd --configtest".Alexander Barton
2004-09-08Added functions.inc to EXTRA_DIST files.Alexander Barton
2004-09-06Fixed echo without newline for systems not understanding "echo -n"; addedAlexander Barton
2004-09-06Reverted extension of the "make all" target in the test-suite.Alexander Barton
2004-09-06Fixed wrong exit code check of "kill -0".Alexander Barton
2004-09-06Updated documentation.Alexander Barton
2004-09-06Fxied name of "default file" for ngircd-full package. And do the test ifAlexander Barton
2004-09-04If ServerUID is defined change the working directory to the home directoryAlexander Barton
2004-09-04Updated documentation :-)Alexander Barton
2004-09-04Enhanced messages and exit codes.Alexander Barton
2004-09-04Added all test scripts to target "all".Alexander Barton
2004-09-04Changed text "test scripts" to "processes": some versions of expect(1)Alexander Barton
2004-09-04Removed counting of test processes; don't check running processes by default.Alexander Barton
2004-09-04Added detection of flags for ps(1).Alexander Barton
2004-09-04Added README, test-loop.sh and wait-tests.sh to EXTRA_DIST files.Alexander Barton
2004-09-04Made stress-server.sh to use wait-tests.sh to limit number of parallel tests.Alexander Barton
2004-09-04Two new scripts: test-loop.sh and wait-tests.shAlexander Barton
2004-09-04Added support for looping and other enhancements.Alexander Barton
2004-09-04Set $srcdir if not already set by make.Alexander Barton
2004-09-04If nick name is already in use, interpret this as "clienst still connected".Alexander Barton
2004-09-04Added preliminary README text.Alexander Barton
2004-09-03Information about configuring ngIRCd.Alexander Barton