Feature #548
Support for SAFELIST (RPL_ISUPPORT)
Status: | Closed | Start: | 11/23/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.8.9 | |||
Complexity: | Medium |
|||
Votes: | 0 |
Description
Smuxi is showing a warning if the user is doing a channel search without specifying any search terms as the IRCd might kick the user because of excess flood. This warning can be avoided by checking for the SAFELIST key of the RPL_ISUPPORT line as seen here:
http://tools.ietf.org/html/draft-brocklesby-irc-isupport-03#section-3.15
3.15 SAFELIST o SAFELIST The SAFELIST parameter indicates that the client may request a "LIST" command from the server, without being disconnected due to the large amount of data generated by the command. The SAFELIST token must not be specified with a value. The default value for the SAFELIST token is none; that is, the client may not safely request a LIST command.
http://tools.ietf.org/html/draft-brocklesby-irc-isupport-03#section-3.15
Associated revisions
Revision 7a21a666d7e9962e9d6fd274112292fbedf768d2
[Engine-IRC/Frontend-GNOME] Implemented channel list cache with SAFELIST and ELIST support (closes: #548, #655)
History
Updated by Mirco Bauer 4715 days ago
- Target version changed from 0.10 to 0.8.9
Updated by Mirco Bauer 4715 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 7a21a666d7e9962e9d6fd274112292fbedf768d2.