Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Revert word array length change | Patrick 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-17 | Increase max number of words a line can be split into | Patrick 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-13 | build: Replace Autotools with Meson | Patrick 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-28 | lua: Prevent loading a script if it's already loaded | culb | |
Closes #1959 | |||
2017-04-28 | lua: Prevent from loading if it's already loaded | culb | |
Closes #1958 | |||
2016-08-05 | lua: Fix handling -1 value in pluginpref | Patrick Griffis | |
2016-07-14 | lua: Force 'return' when = is present | mniip | |
2016-07-14 | lua: Add automatic return and = handling in console. | mniip | |
2016-04-27 | lua: Use luaL_checkinteger | Patrick Griffis | |
2016-04-07 | lua: Fix explicit braces warning | Patrick Griffis | |
2016-04-07 | lua: Minor formating cleanup | Patrick Griffis | |
2016-04-07 | lua: More consistency with Python plugin | Patrick Griffis | |
2016-04-07 | lua: Some more refactoring. Fix unload hook in the interpreter. | mniip | |
2016-04-07 | lua: More missing statics | Patrick Griffis | |
2016-04-07 | lua: Make better use of GLib | Patrick Griffis | |
- Use GPtrArray everywhere - Remove unessary NULL checks - Make use of g_clear macros - Use g_str_has_suffix | |||
2016-04-07 | lua: Bump version and update copyright year. | mniip | |
2016-04-07 | lua: Use glib allocators | mniip | |
2016-04-07 | lua: Replace some pushnumbers with pushintegers | mniip | |
2016-04-07 | lua: Error if luaL_newstate returns NULL | mniip | |
2016-04-03 | lua: Build on win32 | Patrick Griffis | |
2016-04-03 | lua: Don't used mixed declarations | Patrick Griffis | |
This requires a lot more cleanup | |||
2016-04-03 | Import lua plugin | Patrick Griffis | |
Written by @mniip | |||
2013-04-01 | Nuke Lua and Tcl | Berke Viktor | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-11-04 | Use configdir instead of *xchatdir* | Berke Viktor | |
2012-11-04 | Eliminate warnings due to missing includes | Berke Viktor | |
2012-11-03 | Initial commit for utf8 everywhere. | Arnavion | |
2012-10-30 | Some final rebranding | Berke Viktor | |
2012-10-30 | Rebrand get_info(xchatdir) but remain compatible for Perl and Python | Berke Viktor | |
2012-10-30 | Some remaining fixes | Berke Viktor | |
2012-10-30 | Rebranding for the rest of plugin* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_EAT_* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_FD_* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_PRI_* | Berke Viktor | |
2012-10-30 | Remove hexchat-plugin.h duplicate | Berke Viktor | |
2012-10-24 | A lot more rebranding | Berke Viktor | |
2012-10-21 | Move warning level to property sheet | Berke Viktor | |
2012-10-18 | Update win32 dirent.h implementation and use header instead of static library | Berke Viktor | |
2012-10-03 | Revert to VS2010 part4 | Berke Viktor | |
2012-10-02 | Use explicit project names, output filenames depend on them | Berke Viktor | |
2012-10-02 | Oops, wrong find'n'replace | Berke Viktor | |
2012-10-02 | Remove hardcoding as much as possible | Berke Viktor | |
2012-10-02 | Change platform toolset to Visual Studio 2012 | Berke Viktor | |
2012-10-02 | Add XP (WDK) solution as a fallback option | Berke Viktor | |
2012-07-26 | Auto-load user plugins and scripts from <config>/addons | Berke 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-21 | Use <configdir>/scripts to (auto)load Lua/Perl/Python/Tcl scripts | Berke Viktor | |
2012-07-21 | Add _AMD64_ definition for x64 builds, make Visual Studio even happier | Berke Viktor | |
2012-07-21 | Add trailing backslashes to Output and Intermediate directories, make Visual ↵ | Berke Viktor | |
Studio happy | |||
2012-07-14 | get rid of *.user files and ignore them | xhmikosr | |
2012-07-13 | Rename files, delete old windows makefiles | Berke Viktor | |