]> jfr.im git - irc/rqf/shadowircd.git/commit
Add code to detect overflow in WHOX.
authorJilles Tjoelker <redacted>
Sat, 20 Dec 2008 16:17:27 +0000 (17:17 +0100)
committerJilles Tjoelker <redacted>
Sat, 20 Dec 2008 16:17:27 +0000 (17:17 +0100)
commit0ec112cc002d3a19fed66135cbd8595090920810
tree8e9cd10691cc9cd1b70d663a7c599914822d12cd
parent760ef9e1ea59f448a2ea3dadf1aa100bb56816ba
Add code to detect overflow in WHOX.
This should currently be impossible, but may be
possible with extremely long server/nick names and
additional fields.
In case of overflow, the string sent to to the user is
truncated and if it was the first overflow since the
module was loaded a notice is sent to snomask +d.
modules/m_who.c