repo: ngircd action: commit revision: path_from: revision_from: 8ff153d7d40e4933e5ac66016ac30d35cbde3227: path_to: revision_to:
commit 8ff153d7d40e4933e5ac66016ac30d35cbde3227 Author: Alexander BartonDate: Sun Oct 28 20:36:58 2012 +0100 Document new configuration option "MaxListSize" diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
ngIRCd
+ - New configuration option "MaxListSize" to configure the maximum number
+ of channels returned by a LIST command. The default is 100, as before.
- Implement user mode "b", "block messages": when a user has set mode "b",
all private messages and notices to this user are blocked if they don't
originate from a registered user, an IRC Op, server or service. The
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@
ngIRCd
+ - New configuration option "MaxListSize" to configure the maximum number
+ of channels returned by a LIST command. The default is 100, as before.
- Implement user mode "b", "block messages": when a user has set mode "b",
all private messages and notices to this user are blocked if they don't
originate from a registered user, an IRC Op, server or service. The
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
--- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -182,6 +182,9 @@ Maximum length of an user nick name (Default: 9, as in RFC 2812). Please note that all servers in an IRC network MUST use the same maximum nick name length! .TP +\fBMaxListSize\fR (number) +Maximum number of channels returned in response to a LIST command. Default: 100. +.TP \fBPingTimeout\fR (number) Afterseconds of inactivity the server will send a PING to the peer to test whether it is alive or not. Default: 120.
-----END OF PAGE-----