summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Expand)Author
2013-03-22Update textevents.inTingPing
2013-03-21Do an XP_TE_BANLIST only for ban, not exempt/invite/quietRichard Hitt
2013-03-20Redesign the Ban List window. Closes Issues #303, #342, #427RichardHitt
2013-03-17Default ignore type to ALLTingPing
2013-03-17All unignoring nicks just like ignoreTingPing
2013-03-15Get rid of Non-BMP filtering, Pango handles this nowBerke Viktor
2013-03-15update dbus example.py for python3TingPing
2013-03-15Add python gdbus exampleTingPing
2013-03-14Merge pull request #444 from TingPing/noticepos2TingPing
2013-03-11Fix relative paths on windowsTingPing
2013-03-11Don't show join dialog when you autojoin.TingPing
2013-03-11Fix reconnecting to keyed channelsTingPing
2013-03-11Merge pull request #439 from TingPing/urlkeyTingPing
2013-03-09Add irc_notice_pos settingTingPing
2013-03-04Use key on new serversTingPing
2013-03-04Add key support to urls like mircTingPing
2013-03-04fix query -nofocusTingPing
2013-02-24focus the channel if it's already open (issue #406)misdre
2013-02-18Fallback to $HOME/Downloads for dcc_dirTingPing
2013-02-16follow XDG for default download directoryTingPing
2013-02-16Merge branch 'master' of https://github.com/hexchat/hexchatBerke Viktor
2013-02-16Try to create the addons folder initiallyBerke Viktor
2013-02-13Fix bug in url.c at re_host().RichardHitt
2013-02-13Make sure we don't auto-load HexTrayBerke Viktor
2013-02-07Add autojoin backBerke Viktor
2013-01-31only detect full paths on windows.TingPing
2013-01-31fix variable name in flood msg.TingPing
2013-01-23add station51 to servlistTingPing
2013-01-19Correct almost all compiler warning issuesRichardHitt
2013-01-16Merge pull request #377 from RichardHitt/issue376TingPing
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