Bug #787
Smuxi needlessly sends a WHO command for each user that joins a channel
Status: | Closed | Start: | 12/11/2012 | |
Priority: | High | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.9 | |||
Complexity: | Medium |
Found in Version: | 0.8.10 |
|
Votes: | 1 (View) |
Description
These automatic WHO requests are also the cause of Excess Flood disconnects that occur after netsplits due to the massive amount of joins seen on channels when the netsplit ends. See #308
Associated revisions
Revision 2294ee20da2ca87de67c0fa2f223269b73036607
[Engine-IRC] Implemented passive channel sync (closes: #787)
Joining channels is now much faster and we no longer need to send WHO
requests for every joined user in a channel.
History
Updated by Mirco Bauer 4329 days ago
- Target version set to 0.9
Updated by Mirco Bauer 4329 days ago
- % Done changed from 0 to 100
Passive channel sync implemented in: https://github.com/meebey/smuxi/tree/experiments/passive_channel_sync
Updated by Mirco Bauer 4329 days ago
- Complexity set to Medium
Updated by Mirco Bauer 4198 days ago
- Priority changed from Normal to High
Updated by Mirco Bauer 4197 days ago
- Status changed from New to Closed
Applied in changeset 2294ee20da2ca87de67c0fa2f223269b73036607.