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
171 stars 46 forks source link

[WIP] Engine(-Tests): Unbreak heuristic for URLs without protocol #263

Closed knocte closed 7 years ago

knocte commented 7 years ago

[WIP] DO NOT MERGE, this is just a Proof Of Concept for now [/WIP]

This heuristic should have never considered strings as URLs if there was not a delimiter character at the end (such as a space or a question mark or the end of the string).

knocte commented 7 years ago

Superseded by https://github.com/meebey/smuxi/pull/264