summary refs log tree commit diff stats
path: root/src
AgeCommit message (Expand)Author
2014-12-31Don't return 0 in place of NULLTingPing
2014-12-31Fix some possible null-deref warningsTingPing
2014-12-31Show correct number of channels/dialogs when closing server tabTingPing
2014-12-31Don't select join #hexchat by default in join dialogTingPing
2014-12-31Fix some unused warningsTingPing
2014-12-31Remove unnecessary use of void*TingPing
2014-12-31Move userlist sorting to frontendTingPing
2014-12-30Rewrite identdTingPing
2014-12-29Fix windows buildTingPing
2014-12-28Remove option to use socks5 libraryTingPing
2014-12-28Remove option to disable ipv6TingPing
2014-12-28Remove MSProxy supportTingPing
2014-12-28Fix overflowTingPing
2014-12-28Fix warningTingPing
2014-12-28Fix leak in make-teTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-28Fixup: Detect urls with unicode symbolsTingPing
2014-12-28Detect urls with unicode symbolsTingPing
2014-12-17More consistently include config.hTingPing
2014-12-15Remove some unnecessary if statementsTingPing
2014-12-15Fixed some more signed-unsigned-comparison warnings.Arnavion
2014-12-15Remove unused headerTingPing
2014-12-15Add patch from cygwinTingPing
2014-12-14Fix use after freeTingPing
2014-12-11Fix possible overflow when using /menuTingPing
2014-12-11Fix some leaksTingPing
2014-12-10Create configuration option to control middle click tab close.md_5
2014-12-10Fix chanopts not saving if /quit before exitleeter
2014-12-10Fix unsafe string handling in configsTingPing
2014-12-10Fix unused warningTingPing
2014-12-10Fix typoTingPing
2014-12-09Fix tab completing with no completion charTingPing
2014-12-09Respect servers chantypes and nickprefixes when tab completingTingPing
2014-12-09Use gboolean for boolsTingPing
2014-12-09Fix various unsafe string handling in fkeysTingPing
2014-12-08Removed unused hexchat_filename_*_utf8 macros.Arnavion
2014-12-08Removed some unnecessary casts.Arnavion
2014-12-08Removed some commented-out code.Arnavion
2014-12-08Fixed leak of filename string.Arnavion
2014-12-08Minor tidying upArnavion
2014-12-08Removed some unnecessary null-checks for calls to g_free and g_strfreevArnavion
2014-12-08Don't leak filename_fs on errors.Arnavion
2014-12-06Always use 64-bit filesize and file offsets in DCC.Arnavion
2014-12-04Store timer hook's timeout as milliseconds.Arnavion
2014-12-04Fix some obvious type warnings.Arnavion
2014-12-02configure: Add option to run clang static analysisTingPing
2014-11-30Fix copying timestamp with server-time and indent nicks offTingPing
2014-11-30Fix duplicate timestamps on selectionTingPing
2014-11-30 Fix compilation on Windowstomek