summary refs log tree commit diff stats
path: root/plugins/python
AgeCommit message (Expand)Author
2021-05-23Updated Toolset to v142DjLegolas
2021-03-07python: Fix exception with list_pluginpref()Sbgodin
2020-03-11build: Fix potential undefined variablePatrick Griffis
2020-03-11build: Better support building against python 3.8+Patrick Griffis
2019-06-24Python: Fix error in hexchat.emit_print when passing time attributejacob1
2019-01-02python: plugin cleanup and refactorA_D
2018-12-27python: Make sure `help()` doesn't cause hexchat to hang (#2290)linuxdaemon
2018-12-26python: Make the plugins table dynamically sized (#2291)linuxdaemon
2018-12-26python: Made sure to set sys.argv if it is not set. fixes #2282A_D
2018-12-05python: Fix console not eating commandsPatrick Griffis
2018-11-09python: Various cffi fixesA_D
2018-11-09python: Rewrite with CFFIPatrick Griffis
2018-03-09win32: Update to build against gvsbuildPatrick Griffis
2017-06-13build: Replace Autotools with MesonPatrick Griffis
2017-03-30python: Use HEXCHAT_EAT_XXX where appropriate.Mark Jansen
2016-09-26build: Reorder includes to avoid installed plugin headerRainer Müller
2016-08-05python: Fix get_pluginpref()Patrick Griffis
2016-02-18python: Handle get_info('win_ptr')Patrick Griffis
2016-02-18Fix strict prototype warningsPatrick Griffis
2015-10-10Use VS 2015Arnavion
2015-09-30configure: Clean up Python checkingPatrick Griffis
2015-02-11Better project files.Arnavion
2014-12-31python: Use Py_RETURN_NONE macroTingPing
2014-12-31Python: Fix overflow and code-cleanupTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for allocations in all pluginsTingPing
2014-12-17More consistently include config.hTingPing
2014-12-15configure: Improve various build flagsTingPing
2014-12-08Removed some unnecessary null-checks for calls to g_free and g_strfreevArnavion
2014-11-02Warning cleanupCampbell Barton
2014-06-04Use GDir instead of direntTingPing
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-04-19python: Scan for non-NULLs in print eventsAdam Dane [:hobophobe]
2013-09-30Fix crash in hexchat_pluginpref_list()TingPing
2013-09-25Make Python version consistent on both platformsTingPing
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-08-04Add reload command for plugins and add to guiTingPing
2013-07-30python: Set VERSION using existing VERSION_MAJOR and VERSION_MINOR macros and...Arnavion
2013-07-26Fix some warningsTingPing
2013-07-26Python: Fix callbacks for the "special" print hooksTingPing
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-07-21Python: return hooks with PyLong_FromVoidPtrTingPing
2013-07-19Python: Use keywords for attributes in emit_print()TingPing
2013-07-19Python: Add support for attributes in hooksTingPing
2013-06-04Python: revert 43bd9483ceTingPing
2013-06-02Python: return true/false from set/del_pluginprefTingPing
2013-06-02Python: Save pluginprefs to seperate filesTingPing
2013-05-30fix crashTingPing
2013-05-22Python: Allow unhooking commands and prints by nameTingPing
2013-05-18Rebrand python about messageTingPing