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>
Thu, 26 Mar 2009 23:09:12 +0000 (00:09 +0100)
commitb0238fe2f113dd23df01eeb0491f0afe39847994
tree3fa5f30483864a3ecca145d17822ec25a7e21669
parent333f91c1a27e7183869d50903a5e111e1971d716
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