summary refs log tree commit diff stats
path: root/plugins
AgeCommit message (Collapse)Author
2013-08-26Sysinfo: Fix gentoo detectionhasufell
2013-08-12Fixed munging of whitespace in sysinfo's matching functionsJoshua Theze
Closes #712
2013-08-04Add reload command for plugins and add to guiTingPing
2013-07-30python: Set VERSION using existing VERSION_MAJOR and VERSION_MINOR macros ↵Arnavion
and some mintor refactoring.
2013-07-26Fix some warningsTingPing
2013-07-26Python: Fix callbacks for the "special" print hooksTingPing
2013-07-25Upd: Properly handle http errorsTingPing
Also some cleanup of some old code and comments
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-07-21Python: return hooks with PyLong_FromVoidPtrTingPing
Fixes #685
2013-07-19Python: Use keywords for attributes in emit_print()TingPing
2013-07-19Python: Add support for attributes in hooksTingPing
2013-07-16Updater: fix download linksTingPing
2013-06-22perl: Fixed get_list('networks') to work with new servlist.conf syntax for ↵Arnavion
autojoin channels.
2013-06-04Python: revert 43bd9483ceTingPing
Will possibly come back to this at a later time...
2013-06-02Python: return true/false from set/del_pluginprefTingPing
2013-06-02Python: Save pluginprefs to seperate filesTingPing
2013-06-01be more specific about sysinfo menu entryTingPing
2013-05-30fix crashTingPing
2013-05-22Python: Allow unhooking commands and prints by nameTingPing
2013-05-18Rebrand python about messageTingPing
2013-05-18Support time lists via pythonTingPing
2013-05-17Fix warning from hwmon.c in plugins/sysinfoRichard Hitt
2013-05-14python: Hold a reference to plugin instead of dereferencing hook to get to it.Arnavion
hook might have been free'd by the callback via hexchat.unhook().
2013-05-10Added help text for sysinfo plugin.Rahat Ahmed
2013-05-09Import hexchat automatically when calling /py execTingPing
2013-05-09Fix returning gtkwin_ptr from python apiTingPing
2013-05-04TypofixBerke Viktor
2013-05-04Use system include syntaxBerke Viktor
2013-05-04Add Python major version to plugin descriptionBerke Viktor
2013-05-04python: fully delete failed pluginsTingPing
2013-05-04fix possible crashTingPing
2013-05-04Fix output nameBerke Viktor
2013-05-03Merge branch 'py3k' of git://github.com/TingPing/hexchatTingPing
2013-05-03Add python3 pluginTingPing
2013-05-04ConsistencyBerke Viktor
2013-04-28Don't hardcode "plugins" as the subdirectory for plugins in manyChristoph J. Thompson
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It ↵Arnavion
should be set before setting other properties or importing other props. This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed.
2013-04-23Add '(void)' to fix perl.c unused-value warning messageRichardHitt
2013-04-14Relocate plugin iconsBerke Viktor
2013-04-13hook reload commandTingPing
2013-04-13fix crash after reloading scriptTingPing
2013-04-12Fix possible crashTingPing
Thanks to - http://forum.xchat.org/viewtopic.php?f=5&t=7558
2013-04-12Rebrand object typesTingPing
2013-04-13Nuke WMPA, not supported by ExpressBerke Viktor
2013-04-13Fix last filenameBerke Viktor
Left here to make changes trackable
2013-04-13Get rid of multiple Perl versionsBerke Viktor
2013-04-08Use EAT_HEXCHAT on hexchat moduleTingPing
2013-04-08Give both modules the version too.TingPing
2013-04-08Add constants to both modulesTingPing
2013-04-08Add hexchat module to python interfaceTingPing