Summary: | Add a "proxy mode" preventing MC parting channels when the UI crashes. | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Will Thompson <will> |
Component: | idle | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | high | CC: | alex, avs, freedesktop, mcepl, pedrogfrancisco |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
URL: | http://cgit.collabora.com/git/user/wjt/telepathy-idle/log/?id=refs/heads/destroy | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 21959 |
Description
Will Thompson
2009-10-02 02:01:19 UTC
Other possible implementations: • Guess that the server is a bouncer from the connection process; • Add a requestable channel property to turn this behaviour on; • Add a settable channel property to turn this behaviour on. Filing a corresponding spec bug, since this is similar to wanting to close a chatroom window without leaving the channel. I've experienced this issue using the IDLE plugin on my Nokia N900. I connected through a proxy (ctrlproxy), however the N900 implementation currently only handles private messages and not proper IRC channels. When it connected to the proxy it proceeded to remove me from the channels I was in. I guess this is because as the N900 doesn't handle channels the channel dispatcher saw this as a crash and closed the channels. I originally created a bug at maemo.org (https://bugs.maemo.org/show_bug.cgi?id=7454) with details. I have the beginnings of an Idle branch which detects when it's connected to a proxy (currently it just looks for the word "proxy" in the identity the server reports, which works for irssi-proxy, which I use) and changes its behaviour accordingly. URL attached. Thanks for pointing out the branch. I've asked (very nicely) on the maemo bug tracker if there is any chance of it getting included in a telepathy-idle build for maemo. Currently IDLE on the n900 seems a bit pointless without channels or proxy support. It really needs one or the other so that you can still use IRC fully whilst getting your private messages to the phone. Thanks again. *** Bug 26363 has been marked as a duplicate of this bug. *** Okay, here's a branch that makes Close() respawn chat rooms, just like how it respawns 1-1 chats with unread mesasges. Destroy() and RemoveMembers([self], …) both PART the channel. I didn't bother making it opt-in. Looks good, go for it!. Thank you for making my live better! :) Merged to master. It'll be in 0.1.13. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.