Bug #655
Find group chat not working correctly on freenode
Status: | Closed | Start: | 12/07/2011 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.8.9 | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
Doing a find group chat on freenode with a search key but no pattern/wildcard () will lead to a full channel list: e.g. "debian". Internally that gets changed to "*debian" before being sent to the IRC server and for some reason freenode completely ignores the search key then.
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 4718 days ago
Smuxi needs to check if ELIST of RPL_ISUPPORT contains M. If not, it needs to fetch a full list and match itself.
See http://www.irc.org/tech_docs/005.html
Updated by Mirco Bauer 4715 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 7a21a666d7e9962e9d6fd274112292fbedf768d2.