Age | Commit message (Expand) | Author |
2013-01-19 | Correct almost all compiler warning issues | RichardHitt |
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 | Snoonet is now snoonet.org, not .com | aperson |
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-10 | Fix crash by detecting NULL channel in url_join_only() and just returning. | RichardHitt |
2013-01-09 | Oops, fixed error in util.c | RichardHitt |
2013-01-09 | Make source cleah with cppcheck, except for mpc and sasl | RichardHitt |
2013-01-08 | Merge pull request #359 from RichardHitt/master | TingPing |
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-07 | Merge pull request #341 from TingPing/lastact | RichardHitt |
2013-01-07 | Simplification of new code -- eliminate member lastact_elem | Richard Hitt |
2013-01-05 | fix if statement | TingPing |
2013-01-04 | Merge pull request #337 from TingPing/tray | RichardHitt |
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-03 | update text events | TingPing |
2013-01-02 | Also allow URLs of of the form \.[a-z]+\/ | RichardHitt |
2013-01-02 | use g_get_user_config_dir | TingPing |
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-29 | default irc_whois_front on | TingPing |
2012-12-28 | Merge pull request #347 from dmashal/master | TingPing |
2012-12-28 | Add wi shortcut for whois | Dan Mashal |
2012-12-25 | Merge pull request #336 from TingPing/beep | TingPing |
2012-12-25 | Add last activity keybinding from fedora | TingPing |
2012-12-23 | fix incorrect FSF address | Dan Mashal |
2012-12-21 | remove #hexchat autojoin | TingPing |
2012-12-20 | allow tray blinks to be static icons | TingPing |
2012-12-20 | Add auto-away to plugin-tray | TingPing |
2012-12-20 | Update src/common/servlist.c | david-w |
2012-12-20 | Added Moznet network to the IRC List | david-w |
2012-12-19 | add GameSurge to network list | TingPing |
2012-12-12 | Don't beep when window is active. | TingPing |
2012-12-08 | fix playing sounds with sound_dir | TingPing |
2012-12-03 | Fix warning | RichardHitt |
2012-12-01 | rename pane height variable | TingPing |
2012-11-30 | Save pane height and restore on start | TingPing |
2012-11-25 | default to utf-8 encoding | TingPing |
2012-11-16 | Merge pull request #265 from jtmohr/textevents | TingPing |
2012-11-14 | Fix Text Events spacing issues | Jeff Mohr |
2012-11-13 | Limit url-grabbing to NOTICE, PRIVMSG, TOPIC, 332 (RPL_TOPIC), 372 (RPL_MOTD) | Richard Hitt |
2012-11-12 | Disable auto-loading of deprecated plugins | Berke Viktor |
2012-11-12 | Make sure g_strconcat() result is NULL terminated | Berke Viktor |