0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from artificialrobot/master More... about 10 years ago
Making URL regex case insensitive to make it work... More... about 10 years ago
Merge pull request #5 from artificialrobot/master More... about 10 years ago
Making linkify more robust specifically with links embedded in JSON More... about 10 years ago
blacklist javascript: as a linkified URI scheme and added special support for mailto: More... about 10 years ago
Merge pull request #4 from bennertx/master More... about 10 years ago
added whitelist of allowable URI schemes More... about 10 years ago
Merge pull request #2 from CliftonH/master More... about 10 years ago
Deleting actionscript block from README.md as this code has been removed, adding tests to demonstrate why the email regex has been changed More... about 10 years ago
modifying the email regex so that leading whitespace is not matched, and if email is within parentheses, the "mailto:" link type is inserted rather than the standard link type. Also killing actionscript code. More... about 10 years ago
Test for port More... over 11 years ago
Custom protocols More... over 11 years ago
Test quoted link More... over 11 years ago
Fix partial URLs without slash More... over 11 years ago
Match multiple levels of nested parens More... over 11 years ago
Handle basic parens in URL More... over 11 years ago
make sure quotes get escaped More... over 11 years ago
better test names More... over 11 years ago
File urls with spaces not supported More... over 11 years ago
Support file:/// More... over 11 years ago
IPs More... over 11 years ago
Don't match .py/.sh files More... over 11 years ago
Support file:// links More... over 11 years ago
Switch tests to check for matched links mostly More... over 11 years ago
Remove console.log More... over 11 years ago
Add link_titles option More... over 11 years ago
Temporarily disable failing tests More... over 11 years ago
Add link_target option More... over 11 years ago
Make truncate_length a class-level var More... over 11 years ago
Let <wbr> adding be disabled More... over 11 years ago