]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add ISUPPORT tokens for the host, line, and user length.
authorPeter Powell <petpow@saberuk.com>
Sun, 3 Dec 2017 13:40:33 +0000 (13:40 +0000)
committerPeter Powell <petpow@saberuk.com>
Sat, 23 Dec 2017 12:18:27 +0000 (12:18 +0000)
commit3adafd95820df664006f81e2b3b7453747957ab1
tree8ab0b455c96a4839e9b6c0161737a3379900e113
parent57330e973b3eb1f2a84803c84daf9d6b420859fd
Add ISUPPORT tokens for the host, line, and user length.

This allows clients to accurately predict the maximum safe length
of a NOTICE or PRIVMSG and truncate/split as appropriate.

As proposed at https://defs.ircdocs.horse/defs/isupport.html
src/server.cpp