1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-07 21:25:58 +00:00

Make the maximum /list reply length a configurable limit.

This commit is contained in:
Brett Smith
2012-10-25 14:46:29 -04:00
parent 23572af942
commit 32f63abb59
5 changed files with 19 additions and 6 deletions

View File

@@ -100,6 +100,10 @@
# maximum nick name length!
;MaxNickLength = 9
# Maximum number of channels returned in response to a /list
# command (0: unlimited):
;MaxListSize = 100
# After <PingTimeout> seconds of inactivity the server will send a
# PING to the peer to test whether it is alive or not.
;PingTimeout = 120