Bug #132
Anti Flooding
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Any
Description
If you are writing too much text or pasting something, it can happen that the server disconnects you because of "excess flood".
Quassel should have an option to buffer messages and so prevent to get you kicked out of IRC.
History
#1 Updated by Sputnick over 16 years ago
Hint: Token Bucket
#2 Updated by phon over 16 years ago
NetworkConnection::putRawLine is now "secured" by a token-bucket:
bucket size aka burst size is (for now) set to 5
the cbr is set to 1 msg per second.