Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-26 | Sysinfo: Add announce option | TingPing | |
2013-08-26 | Sysinfo: Fix gentoo detection | hasufell | |
2013-08-12 | Fixed munging of whitespace in sysinfo's matching functions | Joshua Theze | |
Closes #712 | |||
2013-08-04 | Add reload command for plugins and add to gui | TingPing | |
2013-07-30 | python: Set VERSION using existing VERSION_MAJOR and VERSION_MINOR macros ↵ | Arnavion | |
and some mintor refactoring. | |||
2013-07-26 | Fix some warnings | TingPing | |
2013-07-26 | Python: Fix callbacks for the "special" print hooks | TingPing | |
2013-07-25 | Upd: Properly handle http errors | TingPing | |
Also some cleanup of some old code and comments | |||
2013-07-24 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-07-21 | Python: return hooks with PyLong_FromVoidPtr | TingPing | |
Fixes #685 | |||
2013-07-19 | Python: Use keywords for attributes in emit_print() | TingPing | |
2013-07-19 | Python: Add support for attributes in hooks | TingPing | |
2013-07-16 | Updater: fix download links | TingPing | |
2013-06-22 | perl: Fixed get_list('networks') to work with new servlist.conf syntax for ↵ | Arnavion | |
autojoin channels. | |||
2013-06-04 | Python: revert 43bd9483ce | TingPing | |
Will possibly come back to this at a later time... | |||
2013-06-02 | Python: return true/false from set/del_pluginpref | TingPing | |
2013-06-02 | Python: Save pluginprefs to seperate files | TingPing | |
2013-06-01 | be more specific about sysinfo menu entry | TingPing | |
2013-05-30 | fix crash | TingPing | |
2013-05-22 | Python: Allow unhooking commands and prints by name | TingPing | |
2013-05-18 | Rebrand python about message | TingPing | |
2013-05-18 | Support time lists via python | TingPing | |
2013-05-17 | Fix warning from hwmon.c in plugins/sysinfo | Richard Hitt | |
2013-05-14 | python: 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-10 | Added help text for sysinfo plugin. | Rahat Ahmed | |
2013-05-09 | Import hexchat automatically when calling /py exec | TingPing | |
2013-05-09 | Fix returning gtkwin_ptr from python api | TingPing | |
2013-05-04 | Typofix | Berke Viktor | |
2013-05-04 | Use system include syntax | Berke Viktor | |
2013-05-04 | Add Python major version to plugin description | Berke Viktor | |
2013-05-04 | python: fully delete failed plugins | TingPing | |
2013-05-04 | fix possible crash | TingPing | |
2013-05-04 | Fix output name | Berke Viktor | |
2013-05-03 | Merge branch 'py3k' of git://github.com/TingPing/hexchat | TingPing | |
2013-05-03 | Add python3 plugin | TingPing | |
2013-05-04 | Consistency | Berke Viktor | |
2013-04-28 | Don't hardcode "plugins" as the subdirectory for plugins in many | Christoph 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-25 | win32: 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-23 | Add '(void)' to fix perl.c unused-value warning message | RichardHitt | |
2013-04-14 | Relocate plugin icons | Berke Viktor | |
2013-04-13 | hook reload command | TingPing | |
2013-04-13 | fix crash after reloading script | TingPing | |
2013-04-12 | Fix possible crash | TingPing | |
Thanks to - http://forum.xchat.org/viewtopic.php?f=5&t=7558 | |||
2013-04-12 | Rebrand object types | TingPing | |
2013-04-13 | Nuke WMPA, not supported by Express | Berke Viktor | |
2013-04-13 | Fix last filename | Berke Viktor | |
Left here to make changes trackable | |||
2013-04-13 | Get rid of multiple Perl versions | Berke Viktor | |
2013-04-08 | Use EAT_HEXCHAT on hexchat module | TingPing | |
2013-04-08 | Give both modules the version too. | TingPing | |
2013-04-08 | Add constants to both modules | TingPing | |