Allow arbitrary protocols for URL detection
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 26 Mar 2009 23:07:21 +0000 (00:07 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Apr 2009 16:22:24 +0000 (18:22 +0200)
commita18bfebf1a54f5a3cc1743b2b8c712832de91375
treed5541592fc0af667644bff2d760521fa9858d83f
parentf3834efcf968a7f38c77ec34876ef011a46f944c
Allow arbitrary protocols for URL detection

Rather than hardcoding a selection of protocols, we now allow all of the
form \w+:// (plus mailto:) - this should cover all that make sense.

See also bug #641.
src/qtui/chatitem.cpp