about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
-rw-r--r--man/ngircd.conf.5.tmpl3
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a14f9f7d..1e2392e8 100644
--- 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
index fd906b2e..95d53723 100644
--- 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
index 5f9d6dd3..03fac57d 100644
--- 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)
 After <PingTimeout> seconds of inactivity the server will send a PING to
 the peer to test whether it is alive or not. Default: 120.