Feature #498
Support links inside ( ) or < >
| Status: | New | Start: | 09/13/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Engine | |||
| Target version: | 0.9 | |||
| Complexity: | High |
|||
| Votes: | 0 |
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) | New | 02/21/2012 |
History
Updated by Mirco Bauer 979 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 358 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