candy-chat / candy

JavaScript-based multi-user chat client for XMPP.
http://candy-chat.github.io/candy
MIT License
1.32k stars 370 forks source link

linkify function does not match URL with underscore #465

Open sylvaint opened 8 years ago

sylvaint commented 8 years ago

URL with an underscore do not get replaced with HTML links. In function linkify, the pattern match "a-z" needs to be "a-z_" to match URL with an underscore.

mweibel commented 8 years ago

PRs welcome :)