meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
172 stars 46 forks source link

Engine: Fixed heuristic url regex to match urls with capitals in them. #182

Closed amstan closed 9 years ago

amstan commented 10 years ago

It will now match stuff like "HyperTriangle.com" as a link instead of "iangle.com" as it did before.

Before: Before Screenshot

After: After Screenshot

meebey commented 10 years ago

The problem with this fix is that it causes regressions with false positives. The test-cases show some examples. Matching any-case for heuristic URLs (no protocol etc) is a bit false positive happy.