summary refs log tree commit diff
path: root/src/testsuite/mode-test.e
AgeCommit message (Collapse)Author
2024-04-05Test suite: wait for ERROR message on QUITAlexander Barton
Wait for the "ERROR :Closing connection" message sent by ngIRCd when handling the QUIT command, do not wait for "Connection closed" which is actually output by the telnet(1) command and is implementation dependant! For example, on Haiku OS, this is not always(!) echoed (the command seems to hang sometimes?) which results in unpredictable failures in the test suite ...
2014-06-09Test suite: Don't use DNS lookupsAlexander Barton
Different operating systems do behave quite differently when doing DNS lookups, for example "127.0.0.1" sometimes resolves to "localhost" and sometimes to "localhost.localdomain" (for example OpenBSD). And other systems resolve "localhost" to the real host name (for example Cygwin). So not using DNS at all makes the test site much more portable.
2014-04-17Test suite: Update file headers and commentsAlexander Barton
2012-08-06Tests and documentation for xopSebastian Köhler
2008-02-26Don't send trailing space in MODE messagesDana Dahlstrom
Under some circumstances ngIRCd currently issues a channel MODE message with a trailing space after the last parameter, which isn't permitted by the grammar in RFC 2812 section 2.3.1: http://tools.ietf.org/html/rfc2812#section-2.3.1 The following patch modifies mode-test.e to expose this, and modifies irc-mode.c to correct it.
2004-03-10Updated tests to reflect last changes to MODE behaviour.Alexander Barton
2003-12-27Added optional support for IDENT lookups (configure switch "--with-ident").Alexander Barton
2002-12-15- modified test suite to reflect changes in MODE parser.Alexander Barton
2002-11-22- Test-Suite an korrigiertest RPL_UMODEIS angepasst.Alexander Barton
2002-09-09- Tests erweitert.Alexander Barton
2002-09-09- Test-Suite fuer den ngIRCd begonnen.Alexander Barton