]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Document new configuration option "MaxListSize"
authorAlexander Barton <alex@barton.de>
Sun, 28 Oct 2012 19:36:58 +0000 (20:36 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 28 Oct 2012 19:36:58 +0000 (20:36 +0100)
ChangeLog
NEWS
man/ngircd.conf.5.tmpl

index a14f9f7df2924172e3a859a32409d1cf8c991138..1e2392e8a2cebd2ca3a4f422209b246fb792611f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
 
 ngIRCd
 
 
 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
   - 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 fd906b2eade2a225f6d639019c498fe95bd56693..95d5372354ad55fa0f9bf7a91b7aa3cce0f9575e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@
 
 ngIRCd
 
 
 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
   - 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
index 5f9d6dd32b694abbe2966406249712cc42dd025d..03fac57df410d73a7d67dedb38537285785e913e 100644 (file)
@@ -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
 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.
 \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.