summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Expand)Author
2013-01-15Oops. didn't get the DOMAIN slight change last time. Here it is now.RichardHitt
2013-01-15Prev called anything a URL! Reverted but slight DOMAIN change.RichardHitt
2013-01-15Fix DOMAIN and TLD per rfc 1738, thanks ArnavionRichardHitt
2013-01-14Snoonet is now snoonet.org, not .comaperson
2013-01-14Parse url according to rfc 1738: add separate define for TLD.RichardHitt
2013-01-11Oops, Windows doesn't offer strndup(). Use g_strndup().RichardHitt
2013-01-11Correct nick recognition. Closes 372.RichardHitt
2013-01-10Fix crash by detecting NULL channel in url_join_only() and just returning.RichardHitt
2013-01-09Oops, fixed error in util.cRichardHitt
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt
2013-01-08Merge pull request #359 from RichardHitt/masterTingPing
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-07Merge pull request #341 from TingPing/lastactRichardHitt
2013-01-07Simplification of new code -- eliminate member lastact_elemRichard Hitt
2013-01-05fix if statementTingPing
2013-01-04Merge pull request #337 from TingPing/trayRichardHitt
2013-01-03Ywes, nicks can be as short as one character long!RichardHitt
2013-01-03For NICK0 use NICKSPE, not NICKDIGRichardHitt
2013-01-03update text eventsTingPing
2013-01-02Also allow URLs of of the form \.[a-z]+\/RichardHitt
2013-01-02use g_get_user_config_dirTingPing
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-29default irc_whois_front onTingPing
2012-12-28Merge pull request #347 from dmashal/masterTingPing
2012-12-28Add wi shortcut for whoisDan Mashal
2012-12-25Merge pull request #336 from TingPing/beepTingPing
2012-12-25Add last activity keybinding from fedoraTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-12-21remove #hexchat autojoinTingPing
2012-12-20allow tray blinks to be static iconsTingPing
2012-12-20Add auto-away to plugin-trayTingPing
2012-12-20Update src/common/servlist.cdavid-w
2012-12-20Added Moznet network to the IRC Listdavid-w
2012-12-19add GameSurge to network listTingPing
2012-12-12Don't beep when window is active.TingPing
2012-12-08fix playing sounds with sound_dirTingPing
2012-12-03Fix warningRichardHitt
2012-12-01rename pane height variableTingPing
2012-11-30Save pane height and restore on startTingPing
2012-11-25default to utf-8 encodingTingPing
2012-11-16Merge pull request #265 from jtmohr/texteventsTingPing
2012-11-14Fix Text Events spacing issuesJeff Mohr
2012-11-13Limit url-grabbing to NOTICE, PRIVMSG, TOPIC, 332 (RPL_TOPIC), 372 (RPL_MOTD)Richard Hitt
2012-11-12Disable auto-loading of deprecated pluginsBerke Viktor
2012-11-12Make sure g_strconcat() result is NULL terminatedBerke Viktor
2012-11-12utf8-everywhere: Forgot the g_free's and the g_unlink / g_rename.Arnav Singh
2012-11-12Fix g_strdup_printf() call causing removal of hexchat.confBerke Viktor