Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Minor tidying up | Arnavion | |
2014-11-02 | Warning cleanup | Campbell Barton | |
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064 | |||
2014-09-07 | Detect utf8 urls | TingPing | |
They might not be valid, but like many things they are still used | |||
2014-09-01 | Fix DOMAIN and EMAIL patterns. | LightningW | |
Closes #1107 | |||
2013-10-23 | Match nick last when checking url | Jahan Addison | |
Closes #796 | |||
2013-10-22 | url_check_line () now recognizes all urls | Diogo Sousa | |
previously it only recognized url with "://" after the scheme. Urls without a scheme are purposely not recognized by this function. Fixes #701 Closes #815 | |||
2013-10-22 | make_re() now doesn't free the argument. | Diogo Sousa | |
This is good practice and also helped simplifying re_*() functions. | |||
2013-09-23 | Only underline the channel part if nick prefix | TingPing | |
2013-09-23 | Fix url detection of channel with nick prefix | TingPing | |
Closes #769 | |||
2013-08-13 | Allow multiple channels in url, fix nick re | Farow | |
- Multiple channels have to be separated by a comma - Fix #nick becoming a url for nick instead of #nick | |||
2013-08-13 | Channel url and cursor fix | Farow | |
- Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url | |||
2013-08-02 | Fixed memory leak. | Diogo Sousa | |
2013-08-01 | Indentation fix. | Diogo Sousa | |
2013-08-01 | Now nickname and channel matching is server aware: we only match words that | Diogo Sousa | |
have the prefixes the server uses. The url regex matching was designed to be more versatile. This was needed to disambiguate matches between nicks and channels, since they may have common prefixes now (&+!). In case of ambiguity, when the server supports prefixes that are common to both channels and nicknames, we choose the nickname (the nickname only matches if there is a user with that nick in the current session). Fixes #655. | |||
2013-07-19 | Permit dot-less domain names | Anton Backer | |
Fixes #523 | |||
2013-06-19 | Add more uri schemes | TingPing | |
2013-06-19 | Detect Spotify URIs | TingPing | |
2013-06-18 | Added a few more useful url schemes. | Diogo Sousa | |
2013-06-18 | Removed unused argument of make_re(). | Diogo Sousa | |
2013-06-18 | Now url_check_word() returns WORD_HOST6 when a ipv6 address is matched. | Diogo Sousa | |
2013-06-17 | Fix IPv6 addr matching in url: must be enclosed in []. | Diogo Sousa | |
2013-06-16 | Refined IPv6 address matching in url.c. | Diogo Sousa | |
2013-06-16 | Added support for passwords in userinfo of urls. | Diogo Sousa | |
2013-06-16 | Fixed irc:// and ircs:// url matching: irc://freenode was not working because | Diogo Sousa | |
"freenode" doesn't match a hostname. | |||
2013-06-16 | Fixed file:// url matching. | Diogo Sousa | |
2013-06-16 | generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-01-24 11:08:57 +0000 |