ngircd/README.md: Document the 20-character password limit
authorW. Trevor King <wking@tremily.us>
Sat, 1 Mar 2014 19:28:54 +0000 (11:28 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 1 Mar 2014 19:28:54 +0000 (11:28 -0800)
From the referenced INSTALL docs:

  Differences to version 0.8.x

  - The maximum length of passwords has been raised to 20 characters
    (instead of 8 characters). If your passwords are longer than 8
    characters then they are cut at an other position now.

so in v0.8 and earlier the password limit was even shorter.

ngircd/README.md

index 01cc1b280e68c6d41a429a669f96c534ffb90432..4ad306494ec072b0457b296818dd494d04bf0c44 100644 (file)
@@ -29,7 +29,9 @@ and the [unencrypted port][6667]:
     >   -p 6667:6667 -p 6697:6697 wking/ngircd
 
 You can optionally set a `GLOBAL_PASSWORD` environment variable to
-require a global password for all client connections.
+require a global password for all client connections, although the
+password length is [limited to 20 characters since ngIRCd
+v0.9][password-limit].
 
 [ngIRCd]: http://ngircd.barton.de/
 [TLS]: http://en.wikipedia.org/wiki/Transport_Layer_Security
@@ -39,3 +41,4 @@ require a global password for all client connections.
 [dhparam]: http://www.openssl.org/docs/apps/dhparam.html
 [6697]: http://tools.ietf.org/html/draft-hartmann-default-port-for-irc-via-tls-ssl-09
 [6667]: http://tools.ietf.org/html/draft-hartmann-default-port-for-irc-via-tls-ssl-09#section-1
+[password-limit]: http://ngircd.barton.de/doc/INSTALL