| 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-02-26 | Implement RFC 2812 handling of "0" argument to JOIN | Dana Dahlstrom | |
| The students in my software-engineering class are writing IRC clients in Java, and I'm running ngIRCd as a sandbox for them to play in. We noticed ngIRCd doesn't obey the "JOIN 0" command specified in RFC 2812: JOIN 0 ; Leave all currently joined channels. http://tools.ietf.org/html/rfc2812#section-3.2.1 I believe the following patch addresses this. Cheers! [fw@strlen.de: put it into a seperate function] | |||
| 2003-12-27 | Added optional support for IDENT lookups (configure switch "--with-ident"). | Alexander Barton | |
| 2002-09-09 | - Tests erweitert. | Alexander Barton | |
| 2002-09-09 | - Test-Suite fuer den ngIRCd begonnen. | Alexander Barton | |