Feature #30
make #channel clickable
Status: | New | Start: | ||
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Engine IRC | |||
Target version: | - | |||
Complexity: | Medium |
|||
Votes: | 0 |
Description
Make #channel clickable by making it an irc:///#channel URL and handle it in the frontend.
History
Updated by David Paleino 5802 days ago
The URL would really be irc://irc.server.com/channel, AFAICT.
Updated by Mirco Bauer 5434 days ago
David Paleino wrote:
The URL would really be irc://irc.server.com/channel, AFAICT.
Not if it's the same server ^^, that's just an internal URL.
Updated by Mirco Bauer 5434 days ago
- Complexity set to Medium
Updated by Mirco Bauer 5434 days ago
- Complexity changed from Medium to Low
Since we have IProtocolManager.OpenChat() now this ain't that difficult!
Updated by Mirco Bauer 5184 days ago
- Complexity changed from Low to Medium
But it still needs some bigger changes in the MessageModel interpreter of the GNOME frontend