[Konversation-devel] [Bug 306548] New: Bookmark manager issue with double hashes "##chan"
Xavier Hourcade
public.oss at xapaho.com
Mon Sep 10 14:04:26 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=306548
Bug ID: 306548
Severity: normal
Version: 1.4
Priority: NOR
Assignee: konversation-devel at kde.org
Summary: Bookmark manager issue with double hashes "##chan"
Classification: Unclassified
OS: Linux
Reporter: public.oss at xapaho.com
Hardware: Other
Status: UNCONFIRMED
Component: general
Product: konversation
Bookmark manager issue with double hashes "##chan"
Guess it relates to the part from kdelibs, but specific to IRC usage ?
If one makes a bookmark from a joined channel "##chan",, or directly makes a
new entry for "##chan" in the bookmark manager, then
- it is stored as eg. irc://server/##chan
- but it is *displayed* as eg. irc://server/#%23chan
Then, if one goes back to edit the URI, eg. just to change irc to ircs :
- it is *stored* as eg. ircs://server/#%23chan
Which is wrong, and make the bookmark unusable : clicking it, Konversation
would try to open a chan with such literal name i.e. \#\%23chan (the whole "#"
character topic is one of the RFC pitfalls, IMMO the RFC is too liberal, but oh
well).
Workaround : within the bookmark manager, one needs to edit the entry again by
overwriting "blindly" both hashes and typing them again :
- it is *stored* as eg. irc://server/##chan again
Confusing!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Konversation-devel
mailing list