]> jfr.im git - solanum.git/commit - ircd/packet.c
Limit sent_parsed to the highest possible value in the current config.
authorJilles Tjoelker <redacted>
Mon, 3 Oct 2011 23:08:12 +0000 (01:08 +0200)
committerJilles Tjoelker <redacted>
Mon, 3 Oct 2011 23:08:12 +0000 (01:08 +0200)
commit5a72f20c2cef869518e27eef1746783394c66d05
tree3b6757472e968a922bda1fc436ec34ecf7d09c98
parenta75bf40dadfbba4c9c674c59c637bbeef0a12a55
Limit sent_parsed to the highest possible value in the current config.

After a configuration change (or deoper with no_oper_flood) sent_parsed
might be way higher than allow_read, so that the user would have to wait
a long time before the server responds. Avoid this.
src/packet.c