index
:
torxchat.git
this commit
branch-info
default
fe-web
feature/flexible-cert
feature/fork-branding
feature/tls-srp
feature/tor-i2p-dcc
fix-ub
Unnamed repository; edit this file 'description' to name the repository.
blog
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
url.c
Age
Commit message (
Expand
)
Author
2014-12-28
Use glib for all allocations
TingPing
2014-12-28
Fixup: Detect urls with unicode symbols
TingPing
2014-12-28
Detect urls with unicode symbols
TingPing
2014-12-15
Fixed some more signed-unsigned-comparison warnings.
Arnavion
2014-12-08
Minor tidying up
Arnavion
2014-11-02
Warning cleanup
Campbell Barton
2014-09-07
Detect utf8 urls
TingPing
2014-09-01
Fix DOMAIN and EMAIL patterns.
LightningW
2013-10-23
Match nick last when checking url
Jahan Addison
2013-10-22
url_check_line () now recognizes all urls
Diogo Sousa
2013-10-22
make_re() now doesn't free the argument.
Diogo Sousa
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
[next]