]> jfr.im git - solanum.git/commit - ircd/packet.c
Minor cleanup to command throttling code:
authorJilles Tjoelker <redacted>
Mon, 3 Oct 2011 22:46:00 +0000 (00:46 +0200)
committerJilles Tjoelker <redacted>
Mon, 3 Oct 2011 22:46:00 +0000 (00:46 +0200)
commitd182b85454b343624803aaa934750988fd71b4b1
tree727abb56dc7d7231b56842e2a622ba05a0303b64
parentf9dda639696d9ab2de2faa4d538723a3af372742
Minor cleanup to command throttling code:

 * Deduce allow_read from the client's state (IsFloodDone) rather than
   storing it in LocalUser.
 * Fix the documentation (in oper /info), however strange
   client_flood_burst_rate and client_flood_burst_max may seem, that is
   how they currently work.
include/client.h
include/packet.h
modules/m_info.c
src/packet.c
src/s_auth.c
src/s_user.c