summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2014-07-28Fix warningTingPing
2014-07-28Bump updater version on WindowsTingPing
2014-07-28Fixed expand_homedir to handle paths like "~user" correctly.Arnavion
2014-07-28Fix various crashes with pluginprefTingPing
2014-07-21Add GeeksIRC and IRC4Fun to network listsiniStar7boy
Closes #1057 Closes #1058
2014-07-21Fix apostrophe related spell check issuesRichardHitt
2014-07-19Fix possible crash in spell checkRichardHitt
Closes #1048
2014-07-19win32: Update Python linksTingPing
2014-07-19win32: Don't allow installing on VistaTingPing
It does not run on Vista
2014-07-18Fix formatting warningsTingPing
Found by #1059
2014-07-18Use GNUC format attribute on print functionsCampbell Barton
Closes #1059
2014-07-17travis: update before installing depsTingPing
2014-07-05Disable tray support on ElementaryTingPing
They followed Ubuntu in breaking any gtk trays..
2014-06-27configure: Improve python logichasufell
- add checks for python3.4 - only warn once for failure to find a version - only run pkg-config call if the .pc file was actually found - make unsupported python version non-fatal Closes #1006 Closes #989
2014-06-27Update server listlaurinkus
Closes #1013
2014-06-27win32: Silent installer improvementsTingPing
- Launch uninstaller as VERYSILENT - Don't launch Python/Perl installers when silent
2014-06-25win32: Use theme shipped with gtkTingPing
No reason for us to maintain own copy. This also makes custom theme installing easier.
2014-06-21Fix autotools warningTingPing
2014-06-21Clean up includes for gettextTingPing
It is always enabled.
2014-06-21Remove unused definesTingPing
2014-06-21Remove broken debug codeTingPing
2014-06-21Make plugin-timer translatableTingPing
2014-06-17Some problems in banlist.c are fixedRichardHitt
2014-06-13We don't ship DNS as a plugin anymoreBerke Viktor
2014-06-13Fix GTK+ bundle licenses missing from installerBerke Viktor
2014-06-13Enable logging by defaultBerke Viktor
2014-06-09Partial fix for out of source buildsTingPing
Patch from LRN Perl's makefile needs fixed and the relative include of config.h needs removed from hexchat.h Mentioned in #1018
2014-06-08Fix sending notify list to correct networksTingPing
Fixes #1015
2014-06-04Fix dcc dir warning showing when not auto-acceptTingPing
2014-06-04win32: Fix path in installer projectTingPing
2014-06-04Use GDir instead of direntTingPing
2014-06-04Fix warningTingPing
2014-06-04Stop hardcoding plugin extensions everywhereTingPing
2014-06-04Use glib to parse and launch commands for util_execTingPing
Fixes #958
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-06-03Update server listTingPing
Removed any server that could not be connected to atm Closes #666
2014-06-03Remove random ifndef WIN32TingPing
I never found a reason for it existing, but it also never affected much anyway.
2014-06-03win32: Don't auto-generate version.txtTingPing
2014-06-03Fix scrolling the chanview on UnixTingPing
Fixes #948
2014-06-02fishlim: Fix filename in error messagesTingPing
2014-06-02Handle a special character before "+OK", e.g. identify-msg + or -Samuel Lidén Borell
2014-06-02Use path to HexChat instead of XChat in the test programSamuel Lidén Borell
Note that this affects the test program only. It doesn't affect users of FiSHLiM. The reason for this change is that XChat doesn't seem to be maintained any longer.
2014-06-02Add missing include in the test programSamuel Lidén Borell
2014-06-02Fix memory leak in the test programSamuel Lidén Borell
2014-06-02Fix undefined behaviour in left shiftSamuel Lidén Borell
This is not a problem with a usual compiler configuration, but LLVM/clang detects it when compiled with: -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv
2014-06-02Update translationstomek
2014-06-02Always use GModule for plugin supportTingPing
Also cleans up some dead code
2014-06-01Add missing files to POTFILES.inTingPing
2014-06-01Bump version to 2.10.0TingPing
2014-06-01Remove dead networkTingPing