about summary refs log tree commit homepage
path: root/lib/PublicInbox/Linkify.pm
DateCommit message (Expand)
2019-10-28linkify: support adding "(raw)" link for Message-IDs
2019-10-28view: display redundant headers in permalink
2019-09-09run update-copyrights from gnulib for 2019
2019-06-04linkify: support Internationalized Domain Names in URLs
2019-04-18linkify: require parentheses pairs in URLs
2019-04-18linkify: don't get confused by URLs in Perl code, at least
2019-02-01linkify: support proto://hostname without trailing slash
2018-02-07update copyrights for 2018
2017-06-23linkify: handle URLs in parenthesized statements
2016-12-24linkify: modify argument in place
2016-12-06linkify: implement Markdown link compatibility (again)
2016-12-06Revert "linkify: implement Markdown link compatibility"
2016-12-06linkify: implement Markdown link compatibility
2016-08-18linkify: be stricter about matching RFC 3986
2016-07-02linkify: allow '!' in URLs
2016-05-01linkify: match more URL characters [:,\$] and schemes
2016-05-01linkify: match '~' (tilde) in URLs
2016-03-01linkify: do not capture trailing '.' or ';' in URLs
2016-03-01extract linkification code to a separate package