summary refs log tree commit diff stats
path: root/src/common/url.c
AgeCommit message (Expand)Author
2013-01-08Merge branch 'master' of http://github.com/RichardHitt/hexchatRichard Hitt
2013-01-08Add "ircs://" to the list of URL schemesRichard Hitt
2013-01-03Ywes, nicks can be as short as one character long!RichardHitt
2013-01-03For NICK0 use NICKSPE, not NICKDIGRichardHitt
2013-01-02Also allow URLs of of the form \.[a-z]+\/RichardHitt
2013-01-02I forgot to add case WORD_PATH to do_an_url()'s switch statementRichardHitt
2013-01-02Fix FSF address to be Franklin StreetRichardHitt
2013-01-02overhauling of URL detection, including channel, nick, etc 'words'RichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-13Limit url-grabbing to NOTICE, PRIVMSG, TOPIC, 332 (RPL_TOPIC), 372 (RPL_MOTD)Richard Hitt
2012-10-30Eliminate some more warningsBerke Viktor
2012-10-30Nah, even more rebrandingBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Variable cleanup for the restBerke Viktor
2012-10-13Fix opening folders in portable modeBerke Viktor
2012-10-13Save URLs to disk on-the-fly and provide an option for toggling itBerke Viktor
2012-10-08Fix "Fix URL detection". First-character test in linux should be forRichardHitt
2012-10-07Fix Wikipedia URL detection - URLs inside parentheses won't workBerke Viktor
2012-10-07Fix URL detectionBerke Viktor
2012-10-01Fix memory leak related to url grabbingRichardHitt
2012-07-11Remove duplicate extension entryBerke Viktor
2012-07-11Improve URL recognition (sacarasc)Alfred Daw
2012-06-16Fix string handling for Turkish localeBerke Viktor
2012-03-15update xchat to r1503Berke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com
9:22:04 -0300 committer TingPing <tngpng@gmail.com> 2013-05-08 19:22:04 -0300 add pkgconfig file to gitignore' href='/git-repos/torxchat.git/commit/.gitignore?h=feature/tor-i2p-dcc&id=df31e239a90e210af087a44db3a4abd401622008'>df31e239 ^
9ea3ac9d ^



7f71933c ^
c494001d ^

9ea3ac9d ^
5fe1ff1b ^
003fa2dc ^
9ea3ac9d ^

a4052aff ^



d318d78b ^
a4052aff ^
9ea3ac9d ^
a4052aff ^



a4052aff ^
4e488d04 ^



a4052aff ^
9b5766c4 ^

6942d2b4 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70