about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
Now we don't fall back to malloc(), which should be sane anyway. Patch from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
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
[Channel] section in the configuration file.
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
Rendezvous API, in addition to the API of Apple (Mac OS X).
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
most probably other older C compilers on other systems.
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
new file "functions.inc" for functions usable by all test scripts.
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
the binary is executable after reading this file.
2004-09-04If ServerUID is defined change the working directory to the home directoryAlexander Barton
of this user.
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
fork child processes ...
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
2004-08-10Removed empty "buildRules" variable (suggested by XCode 1.5 :-).Alexander Barton
2004-07-15Added missing commas to debian control file, fixes bug #56.Alexander Barton
Thanks to Kevin Otte (nivex@nivex.net) for the patch.
2004-07-03Updated documentation: note ngIRCd 0.8.0 :-)Alexander Barton
2004-06-26Added cast to integer for Solaris.Alexander Barton
2004-05-30Updated documentation.Alexander Barton
2004-05-30Fixed wrong buffer size calculation for resolver results.Alexander Barton
2004-05-25Added "hppa/unknown/openbsd3.5".Alexander Barton
2004-05-15Updated documentation.Alexander Barton
2004-05-15Enhanced ./configure checks for required C header files.Alexander Barton
2004-05-11Fixed a warning message of the compiler when not using IDENT lookups.Alexander Barton