| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-02-26 | Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy). | Alexander Barton | |
| 2008-02-26 | Include flags in RPL_WHOREPLY messages. | Dana Dahlstrom | |
| RPL_WHOREPLY messages generated by IRC_WHO don't include flags (*,@,+) that should appear according to this description: http://www.mishscript.de/reference/rawhelp3.htm#raw352 Other IRC servers do include the flags. Modify who-test.e to expose missing flags, modify ngircd-test.conf to accommodate who-test.e, and fix irc-info.c to correct these problems. | |||
| 2008-02-26 | Make IRC_WHO also search username/servername/hostname. | Florian Westphal | |
| Dana Dahlstrom reported that IRC_WHO did not follow RFC 2812, Section 3.6.1. Specifically: - IRC_WHO did not send "G" flag instead if "H" if client was away - did not search username/servername/hostname etc. if argument was not a channel. Fix all of the above and tidy things up a bit. Also add IRC_WHO test script contributed by Dana. | |||
| 2007-11-18 | Adjust test suite to be usable on HP/UX 11.11 :-) | Alexander Barton | |
| 2004-09-08 | Added functions.inc to EXTRA_DIST files. | Alexander Barton | |
| 2004-09-06 | Reverted extension of the "make all" target in the test-suite. | Alexander Barton | |
| 2004-09-04 | Added all test scripts to target "all". | Alexander Barton | |
| 2004-09-04 | Added README, test-loop.sh and wait-tests.sh to EXTRA_DIST files. | Alexander Barton | |
| 2004-09-04 | Added preliminary README text. | Alexander Barton | |
| 2002-11-10 | - Test-Suite an A/UX angepasst. | Alexander Barton | |
| 2002-09-20 | - getpid.sh wird nun auf bei "make distcheck" gefunden. | Alexander Barton | |
| 2002-09-20 | - das Test-Binary wurde nicht immer kopiert. | Alexander Barton | |
| 2002-09-20 | - auch unter Cygwin wird ngircd-TEST bei "make clean" nun entfernt. | Alexander Barton | |
| 2002-09-20 | - das ngIRCd-Binary fuer die Tests wird nun kopiert, nicht mehr verlinkt. | Alexander Barton | |
| 2002-09-20 | - Die PID des Test-Servers wird nun mit dem Script "getpid.sh" ermittelt. | Alexander Barton | |
| 2002-09-12 | - $(srcdir) wird nun beachtet; fehlenden "\" ergaenzt; Dateien ergaenzt. | Alexander Barton | |
| 2002-09-09 | - EXTRA_DIST ergaenzt, clean-Target erweitert. | Alexander Barton | |
| - neues Script "stress-server.sh" integriert. | |||
| 2002-09-09 | - Test-Suite fuer den ngIRCd begonnen. | Alexander Barton | |