| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-09 | Test suite: Don't use DNS lookups | Alexander 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-17 | Test suite: Update file headers and comments | Alexander Barton | |
| 2008-05-05 | Allow KICK to handle comma-delimited lists (of channels, nicks). | Bryan Caldwell | |
| includes test cases. [fw@strlen.de: - move code around to avoid duplication - use const where possible - integrate test case] | |||