summary refs log tree commit diff stats
path: root/plugins/lua
AgeCommit message (Collapse)Author
2022-02-16Return userdata from pluginprefs __pairs metamethod to avoid immediate GC.William D. Jones
2021-05-23Updated Toolset to v142DjLegolas
2021-04-04plugins/lua/lua.c: fix segfault on lua_pop with Lua 5.4.3Mateusz Gozdek
Closes #2558 Co-authored-by: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com> Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
2020-09-21Revert word array length changePatrick Griffis
It turns out that the rfc sets a limit of 15 arguments and the server (irccloud) sending that many in ISUPPORT was updated to split it into multiple lines.
2020-09-17Increase max number of words a line can be split intoPatrick Griffis
This may have unintended side-effects but 32 is a very low value and I was seeing real world bugs being caused by this. Specifically an ISUPPORT line with more features than this could store.
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2017-04-28lua: Prevent loading a script if it's already loadedculb
Closes #1959
2017-04-28lua: Prevent from loading if it's already loadedculb
Closes #1958
2016-08-05lua: Fix handling -1 value in pluginprefPatrick Griffis
2016-07-14lua: Force 'return' when = is presentmniip
2016-07-14lua: Add automatic return and = handling in console.mniip
2016-04-27lua: Use luaL_checkintegerPatrick Griffis
2016-04-07lua: Fix explicit braces warningPatrick Griffis
2016-04-07lua: Minor formating cleanupPatrick Griffis
2016-04-07lua: More consistency with Python pluginPatrick Griffis
2016-04-07lua: Some more refactoring. Fix unload hook in the interpreter.mniip
2016-04-07lua: More missing staticsPatrick Griffis
2016-04-07lua: Make better use of GLibPatrick Griffis
- Use GPtrArray everywhere - Remove unessary NULL checks - Make use of g_clear macros - Use g_str_has_suffix
2016-04-07lua: Bump version and update copyright year.mniip
2016-04-07lua: Use glib allocatorsmniip
2016-04-07lua: Replace some pushnumbers with pushintegersmniip
2016-04-07lua: Error if luaL_newstate returns NULLmniip
2016-04-03lua: Build on win32Patrick Griffis
2016-04-03lua: Don't used mixed declarationsPatrick Griffis
This requires a lot more cleanup
2016-04-03Import lua pluginPatrick Griffis
Written by @mniip
2013-04-01Nuke Lua and TclBerke Viktor
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-04Use configdir instead of *xchatdir*Berke Viktor
2012-11-04Eliminate warnings due to missing includesBerke Viktor
2012-11-03Initial commit for utf8 everywhere.Arnavion
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebrand get_info(xchatdir) but remain compatible for Perl and PythonBerke Viktor
2012-10-30Some remaining fixesBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_FD_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-18Update win32 dirent.h implementation and use header instead of static libraryBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-10-02Add XP (WDK) solution as a fallback optionBerke Viktor
2012-07-26Auto-load user plugins and scripts from <config>/addonsBerke Viktor
On Unix leave $(libdir)/hexchat/plugins for plugin packagers, on Windows prevent users from modifying Program Files by ignoring everything except bundled plugins
2012-07-21Use <configdir>/scripts to (auto)load Lua/Perl/Python/Tcl scriptsBerke Viktor
2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor