]> arthur.barton.de Git - ngircd.git/commit
Increased maximum number of possible user and channel modes
authorDNS <dns@rbose.org>
Wed, 10 Oct 2012 23:53:20 +0000 (01:53 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 19 Oct 2012 16:44:15 +0000 (18:44 +0200)
commit58abd0777b0924e5cb8fa6c01b56305d9b175608
tree4e46c698cdefcf093b68296d2f2445a91a5666cf
parent3ee98d9f72449c88861744aebdd0a2e570bc3bc5
Increased maximum number of possible user and channel modes

Currntly ngIRCd supports 13 user and 15 channel modes, because there
have been quite a few additions since our last release. But our data
structures can only hold 15 user and -- even worse! -- only 9 channel
modes! So enlarge the buffers to 20 bytes (actually 21 including NULL)
to allow storing of all mode characters and to have some space left
for more modes to come ...

(cherry picked from commit 8996d777621d88d4bcc439ab4792b2814920687f)
src/ngircd/defines.h