Feature #498
Support links inside ( ) or < >
Status: | Closed | Start: | 09/13/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | Oliver Schneider | % 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 5183 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 4687 days ago
- Target version set to 0.8.10
Updated by Mirco Bauer 4562 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 Mirco Bauer 4561 days ago
- Tracker changed from Bug to Feature
Updated by Mirco Bauer 4527 days ago
- Target version changed from 0.8.10 to 0.9
Updated by Mirco Bauer 4113 days ago
- Target version changed from 0.9 to 0.10
Updated by Mirco Bauer 4013 days ago
- Target version changed from 0.10 to TBD
Updated by Oliver Schneider 3975 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 1c0f3e543c812005e7d75a62f3199fc5b551be0e.
Updated by Mirco Bauer 3975 days ago
- Target version changed from TBD to 0.11
Updated by Mirco Bauer 3889 days ago
- Assigned to set to Oliver Schneider