Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-03 | Change the is_del() macro to not regard ATTR_BOLD nor ATTR_RESET as delimiters. | RichardHitt | |
Remove old iffed-out version of is_del() as well, as a cleanup step; that change was for not regarding left and right parens as delimiters. With this change, mousing over a nickname will underline it even if it contains embedded formatting data; it used to work with all formatting data but bold and reset; now it works for all. | |||
2013-02-13 | Fix bug in url.c at re_host(). | RichardHitt | |
Unlike the other re_foo() functions it was not checking immediately and returning if host_ret had already been filled in. This would causes a memory leak since the previous GRegex would be lost. | |||
2013-02-13 | Make sure we don't auto-load HexTray | Berke Viktor | |
2013-02-07 | Add autojoin back | Berke Viktor | |
2013-02-06 | fix tray menu placement issues | TingPing | |
notably top taskbar issues on windows | |||
2013-02-05 | change URL for "Contents" option in "Help" menu | Thor K.H. | |
I propose that the address for the help contents is changed to docs.hexchat.org over simply being hexchat.org. | |||
2013-02-04 | Don't require scollback to edit scrollback lines | TingPing | |
text_max_lines also affects how many lines you can view not just scrollback | |||
2013-01-31 | only detect full paths on windows. | TingPing | |
closes #302 | |||
2013-01-31 | fix variable name in flood msg. | TingPing | |
2013-01-23 | add station51 to servlist | TingPing | |
2013-01-19 | Correct almost all compiler warning issues | RichardHitt | |
2013-01-17 | fix fe-beep issue in fe-text | TingPing | |
2013-01-17 | Merge pull request #380 from RichardHitt/pull350 | TingPing | |
Closes issue 350. Fix stat64 and malloc.h problems | |||
2013-01-16 | Remove #include <malloc.h>, causes a #error in freebsd build | RichardHitt | |
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 | Snoonet is now snoonet.org, not .com | aperson | |
http://www.reddit.com/r/irc/comments/13xpok/announcement_snoonet_operational_status/ | |||
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 in mainurl.c as well. Closes #372. | 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 | add join_delay to preferences | TingPing | |
2013-01-08 | Merge pull request #359 from RichardHitt/master | TingPing | |
Overhaul of URL detection, includes nick, channel, etc | |||
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 | |
Add last activity keybinding from fedora | |||
2013-01-07 | Simplification of new code -- eliminate member lastact_elem | Richard Hitt | |
2013-01-05 | update keybinding description | TingPing | |
2013-01-05 | fix if statement | TingPing | |
2013-01-04 | Merge pull request #337 from TingPing/tray | RichardHitt | |
add even more tray icon changes | |||
2013-01-04 | use notify::embedded | TingPing | |
2013-01-03 | use tabs | TingPing | |
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 | Don't strip # from a WORD_CHANNEL | 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-30 | add missing include | TingPing | |
2012-12-29 | default irc_whois_front on | TingPing | |
2012-12-28 | Merge pull request #347 from dmashal/master | TingPing | |
Add /wi shortcut | |||
2012-12-28 | Add wi shortcut for whois | Dan Mashal | |