summary refs log tree commit diff stats
path: root/plugins
AgeCommit message (Expand)Author
2022-08-29Fix various compiler warnings.Sadie Powell
2022-05-07fix addons load in python2DjLegolas
2022-04-15python: Fix API break in hook_timer()Patrick
2022-02-16Return userdata from pluginprefs __pairs metamethod to avoid immediate GC.William D. Jones
2022-01-21meson: Fix exported functions in pluginsBiswapriyo Nath
2022-01-11meson: Fix exported functions for python pluginBiswapriyo Nath
2021-11-30fish: enable the legacy provider if build against OpenSSL3Simon Chopin
2021-11-11Add missing string.h includesPatrick Griffis
2021-11-03fishlim: Minor test improvementsPatrick Griffis
2021-10-02python: Open all scripts with utf-8 encodingPatrick Griffis
2021-10-01win32: Update to OpenSSL 1.1Patrick Griffis
2021-07-15fish: Misc test cleanupsPatrick Griffis
2021-06-19Replace identify-msg support with solanum.chat/identify-msg.Sadie Powell
2021-05-28python: Fix off by one rangeAlexandre Jousset
2021-05-23Updated Toolset to v142DjLegolas
2021-04-04plugins/lua/lua.c: fix segfault on lua_pop with Lua 5.4.3Mateusz Gozdek
2021-03-07python: Fix exception with list_pluginpref()Sbgodin
2020-10-16fishlim: Implement correct handling of long and UTF-8 messagesBakasuraRCE
2020-10-16fishlim: Remove needless headerBakasuraRCE
2020-10-16fishlim: Remove compiler warningsBakasuraRCE
2020-10-16fishlim: Remove needless functions for testsBakasuraRCE
2020-10-16fishlim: Fix resultBakasuraRCE
2020-10-16fishlim: Fix castBakasuraRCE
2020-09-21Revert word array length changePatrick Griffis
2020-09-17Increase max number of words a line can be split intoPatrick Griffis
2020-07-13FiSHLiM: Support for CBC mode + more commands (#2347)Bakasura
2020-03-11build: Fix potential undefined variablePatrick Griffis
2020-03-11build: Better support building against python 3.8+Patrick Griffis
2019-12-22Fix build on FreeBSDpkubaj
2019-11-13Ignore some non-interesting filesystem typesSimon Levermann
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-09-26Fix compilation failure on non-linux, non-darwin, non-windows systems.Mattia Rizzolo
2018-09-01Fix new stringop-truncation warningsPatrick Griffis
2018-09-01sysinfo: Fixup formattingPatrick Griffis
2018-09-01sysinfo: Add support for /etc/os-releasePatrick Griffis
2018-03-26build: perl as a dependency in meson.buildRainer Müller
2018-03-23build: Add option to specify path to perl binaryRainer Müller
2018-03-18build: Re-add support for the legacy perl apiPatrick Griffis
2018-03-13fix typo in commentMattia Rizzolo
2018-03-09Remove mpcinfo pluginPatrick Griffis
2018-03-09win32: Update to build against gvsbuildPatrick Griffis
2018-03-09Various fixes for mingwPatrick Griffis
2018-02-18fishlim: Fix build warningPatrick Griffis