Age | Commit message (Expand) | Author |
2013-09-23 | Only underline the channel part if nick prefix | TingPing |
2013-09-23 | Fix url detection of channel with nick prefix | TingPing |
2013-08-13 | Allow multiple channels in url, fix nick re | Farow |
2013-08-13 | Channel url and cursor fix | Farow |
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 |
2013-07-19 | Permit dot-less domain names | Anton Backer |
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 |
2013-06-16 | Fixed file:// url matching. | Diogo Sousa |
2013-06-16 | Rework url matching to make it easier to add schemes. | Diogo Sousa |
2013-06-16 | Improved host matching in url: | Diogo Sousa |
2013-04-19 | In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440 | RichardHitt |
2013-04-06 | Allow nick starting with digit despite rfc 2812 violation | RichardHitt |
2013-03-31 | Don't clobber data, just adjust url endpoint | RichardHitt |
2013-03-29 | Strip all \r and \n, not just a single \r. | RichardHitt |
2013-03-11 | Fix relative paths on windows | TingPing |
2013-02-13 | Fix bug in url.c at re_host(). | RichardHitt |
2013-01-31 | only detect full paths on windows. | TingPing |
2013-01-16 | Merge pull request #377 from RichardHitt/issue376 | TingPing |
2013-01-15 | Oops. didn't get the DOMAIN slight change last time. Here it is now. | RichardHitt |
2013-01-15 | Prev called anything a URL! Reverted but slight DOMAIN change. | RichardHitt |
2013-01-15 | Fix DOMAIN and TLD per rfc 1738, thanks Arnavion | RichardHitt |
2013-01-14 | Parse url according to rfc 1738: add separate define for TLD. | RichardHitt |
2013-01-11 | Oops, Windows doesn't offer strndup(). Use g_strndup(). | RichardHitt |
2013-01-11 | Correct nick recognition. Closes 372. | RichardHitt |
2013-01-08 | Merge branch 'master' of http://github.com/RichardHitt/hexchat | Richard Hitt |
2013-01-08 | Add "ircs://" to the list of URL schemes | Richard Hitt |
2013-01-03 | Ywes, nicks can be as short as one character long! | RichardHitt |
2013-01-03 | For NICK0 use NICKSPE, not NICKDIG | RichardHitt |
2013-01-02 | Also allow URLs of of the form \.[a-z]+\/ | RichardHitt |
2013-01-02 | I forgot to add case WORD_PATH to do_an_url()'s switch statement | RichardHitt |
2013-01-02 | Fix FSF address to be Franklin Street | RichardHitt |
2013-01-02 | overhauling of URL detection, including channel, nick, etc 'words' | RichardHitt |
2012-12-23 | fix incorrect FSF address | Dan Mashal |
2012-11-13 | Limit url-grabbing to NOTICE, PRIVMSG, TOPIC, 332 (RPL_TOPIC), 372 (RPL_MOTD) | Richard Hitt |
2012-10-30 | Eliminate some more warnings | Berke Viktor |
2012-10-30 | Nah, even more rebranding | Berke Viktor |
2012-10-24 | A lot more rebranding | Berke Viktor |
2012-10-22 | Variable cleanup for the rest | Berke Viktor |
2012-10-13 | Fix opening folders in portable mode | Berke Viktor |
2012-10-13 | Save URLs to disk on-the-fly and provide an option for toggling it | Berke Viktor |