Project

General

Profile

Bug #132

Anti Flooding

Added by xAFFE about 16 years ago. Updated over 15 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Quassel Core
Target version:
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 about 16 years ago

Hint: Token Bucket

#2 Updated by phon about 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.

Also available in: Atom PDF