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 (
Collapse
)
Author
2013-01-31
only detect full paths on windows.
TingPing
closes #302
2013-01-16
Merge pull request #377 from RichardHitt/issue376
TingPing
Parse url according to rfc 1738: add separate define for TLD. Closes 376.
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
2012-10-08
Fix "Fix URL detection". First-character test in linux should be for
RichardHitt
equal, rather than not-equal. If first character is a slash return WORD_PATH.
2012-10-07
Fix Wikipedia URL detection - URLs inside parentheses won't work
Berke Viktor
2012-10-07
Fix URL detection
Berke Viktor
2012-10-01
Fix memory leak related to url grabbing
RichardHitt
2012-07-11
Remove duplicate extension entry
Berke Viktor
2012-07-11
Improve URL recognition (sacarasc)
Alfred Daw
2012-06-16
Fix string handling for Turkish locale
Berke Viktor
2012-03-15
update xchat to r1503
Berke Viktor
2011-02-24
add xchat r1489
berkeviktor@aol.com