summary refs log tree commit diff stats
path: root/plugins
AgeCommit message (Collapse)Author
2014-12-15fishlim: Handle server-timeTingPing
2014-12-15fishlim: Use proper filesystem encoding for filesTingPing
2014-12-15fishlim: Use standard keyfile save functionTingPing
2014-12-15fishlim: Strip whitespace when deleting keysTingPing
This fixes a personal annoyance when you tab complete a channel to delete
2014-12-15fishlim: Use hexchat_nickcmp()TingPing
2014-12-15fishlim: Improve string handlingTingPing
2014-12-15configure: Improve various build flagsTingPing
- Store openssl flags in own vars - Share some common flags for plugins - Fix building plugins on win32 - Store all glib flags in one var - Don't link against every lib for each plugin - Don't hardcode ldflags for sysinfo
2014-12-15checksum: Use glib for io/checksum and misc fixesTingPing
- Fixes support for large files. - Fixes filenames not being passed in the filename encoding. - Drops openssl dependency. - Code cleanup. - Fix 'unknown command' warning.
2014-12-14perl: Fixed warning about implicitly casting the time_t returned from ↵Arnavion
hexchat_list_time() to an NV.
2014-12-11sysinfo: Simplify remove_leading_whitespace()TingPing
Also fixes a possible overflow
2014-12-11Fix some warnings in xsysTingPing
- Remove unused code - Fix leak
2014-12-08Removed some unnecessary null-checks for calls to g_free and g_strfreevArnavion
2014-12-04Fix some obvious type warnings.Arnavion
2014-11-02Warning cleanupCampbell Barton
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064
2014-09-25Fixed instances of hexchat_printf that unsafely used a string parameter as a ↵Arnavion
format string. Fixes #1153
2014-09-14Fix out of source buildsTingPing
Fixes #1018
2014-07-18Fix formatting warningsTingPing
Found by #1059
2014-06-04Use GDir instead of direntTingPing
2014-06-04win32: Use config.h instead of config-win32.hTingPing
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-05-28perl: Update Perl to 5.20tomek
2014-04-19sysinfo: Use less ambiguous IEC prefixes in storage measurementsMax Zerzouri
Closes #922
2014-04-19python: Scan for non-NULLs in print eventsAdam Dane [:hobophobe]
Closes #916 Closes #915
2014-03-11Fix miscapitalizationEustachy Kapusta
2014-02-12Fix some leaksTingPing
2014-01-30More autotools cleanupTingPing
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins
2014-01-29osx: Silence openssl deprecated warningsTingPing
2014-01-20Remove unused xdcc server pluginTingPing
2014-01-20configure: Clean up EXTRA_DISTTingPing
2014-01-20Remove unused pluginsTingPing
2014-01-20Remove unused perl filesTingPing
- old example scripts - outdated docs - mingw build script
2014-01-08Rewrite dns commandTingPing
- Cross platform - Doesn't depend on external tools
2013-10-20sysinfo: Fix showing debian version on ubuntuTingPing
2013-10-13Perl: fixed crash when a script exits abnormallyFarow
2013-10-12Rename Strawberry to Hexchat in Perl error messageEustachy Kapusta
2013-10-10Fix a few cppcheck warnings.XhmikosR
Use the proper data type in format functions and fix a resource leak.
2013-10-07Rebrand Perl plugin to HexChat,Farow
Add /pl and plugin_pref Add help messages
2013-10-05some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..Alf Gaida
2013-09-30Fix crash in hexchat_pluginpref_list()TingPing
Set max output size to 4096
2013-09-29Remove unused gtk-prefs projectTingPing
2013-09-27Update link to site in perl pluginEustachy Kapusta
2013-09-25Make Python version consistent on both platformsTingPing
and don't hardcode 2.7/3.3
2013-09-24Remove hextrayTingPing
2013-09-15plugins: fishlim: VS2013 comes with a working stdbool.hArnavion
2013-09-15Convert project files to vs2013Eustachy Kapusta