Feature #498
Support links inside ( ) or < >
Status: | Closed | Start: | 09/13/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | % Done: | 100% |
||
Category: | Engine | |||
Target version: | 0.11 | |||
Complexity: | High |
|||
Votes: | 1 (View) |
Description
smuxi today cant handle links like:
<http://www.google.com>
or
(http://www.google.com)
That makes Foresight bot useless to tell bug links today, need to copy and paste. Little pain in the ass :)
Related issues
duplicated by Smuxi - Feature #694 | Smuxi should handle URLs in brackets like <http://www.smuxi.org> (i.e. render as clickable hyperlink) | Closed | 02/21/2012 | ||
duplicated by Smuxi - Feature #853 | URLs in brackets are ignored | Closed | 06/25/2013 |
Associated revisions
Revision 1c0f3e543c812005e7d75a62f3199fc5b551be0e
Engine(-Tests): implemented SmartLinks with some basic patterns (closes: #498, #911, #923)
History
Updated by Mirco Bauer 5276 days ago
- Category set to Engine
- Complexity set to High
The URL parser is far from perfect in MessageParser.ParseUrls() and dislikes characters that are not valid as part of an URL. Any character in word (devided by space) is considered to be part of the URL.
Updated by Mirco Bauer 4655 days ago
A new URL parser will address this issue which is currently in an experimental git branch:
http://git.qnetp.net/?p=smuxi.git;a=shortlog;h=refs/heads/experiments/smart_links
Updated by Oliver Schneider 4069 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 1c0f3e543c812005e7d75a62f3199fc5b551be0e.