mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-06 17:24:08 +00:00
Document new configuration option "MaxListSize"
This commit is contained in:
parent
32f63abb59
commit
8ff153d7d4
@ -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",
|
- 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
|
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
|
originate from a registered user, an IRC Op, server or service. The
|
||||||
|
2
NEWS
2
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",
|
- 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
|
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
|
originate from a registered user, an IRC Op, server or service. The
|
||||||
|
@ -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
|
note that all servers in an IRC network MUST use the same maximum nick name
|
||||||
length!
|
length!
|
||||||
.TP
|
.TP
|
||||||
|
\fBMaxListSize\fR (number)
|
||||||
|
Maximum number of channels returned in response to a LIST command. Default: 100.
|
||||||
|
.TP
|
||||||
\fBPingTimeout\fR (number)
|
\fBPingTimeout\fR (number)
|
||||||
After <PingTimeout> seconds of inactivity the server will send a PING to
|
After <PingTimeout> seconds of inactivity the server will send a PING to
|
||||||
the peer to test whether it is alive or not. Default: 120.
|
the peer to test whether it is alive or not. Default: 120.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user