]> jfr.im git - irc/unrealircd/unrealircd.git/commit
Apparently individual PROTOCTL tokens were limited at 128 chars.
authorBram Matthys <redacted>
Fri, 1 Dec 2017 09:00:15 +0000 (10:00 +0100)
committerBram Matthys <redacted>
Fri, 1 Dec 2017 09:00:15 +0000 (10:00 +0100)
commita07411217f167019c37dbb045d9108ce620f49ef
tree716b4485730504b3f0c985aa8a8d423c483fc916
parentc603cc52b375e80da6be51acce004728bfc865c9
Apparently individual PROTOCTL tokens were limited at 128 chars.
This posed a limitation with utf8 PROTOCTL NICKCHARS=... and
potentially PROTOCTL SERVERS=... if having more than 32 servers.
The limitation has now been removed (buffer length = 512)
src/modules/m_protoctl.c