summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)Author
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
2017-11-18build: Force pkg-config lookup method for libpciPatrick Griffis
2017-11-18sysinfo: Fix libpci detectionPatrick Griffis
2017-11-18sysinfo: Make libpci an optional dependencyPatrick Griffis
2017-11-18sysinfo: Avoid libpci crash when pci not availablePatrick Griffis
2017-06-20sysinfo: Simplify finding pci.ids file on UnixPatrick Griffis
2017-06-15Hide false-positive deprecated warningPatrick Griffis
2017-06-14build: Fix setting the *installed* rpath for perl too...Patrick Griffis
2017-06-14build: Fix rpath not getting set for perl pluginPatrick Griffis
2017-06-13build: Replace Autotools with MesonPatrick Griffis
2017-04-28lua: Prevent loading a script if it's already loadedculb
2017-04-28lua: Prevent from loading if it's already loadedculb
2017-04-28sysinfo: Lower priority of make.conf for distro nameLance Poore
2017-03-30python: Use HEXCHAT_EAT_XXX where appropriate.Mark Jansen