Age | Commit message (Expand) | Author |
2011-10-26 | ruby: hide warnings caused by reloading the ruby plugin | Dominik Honnef |
2011-10-26 | ruby: fix crash when reloading ruby plugin (bug #34474) | Dominik Honnef |
2011-10-26 | ruby: remove useless call to Gem.latest_load_paths | Dominik Honnef |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-26 | guile: new script plugin for scheme (task #7289) | Sebastien Helleu |
2011-10-26 | script plugins: use new macros to reduce code length | Sebastien Helleu |
2011-09-22 | core: remove compilation warnings about unused return values of functions | Sebastien Helleu |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu |
2011-08-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu |
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu |
2011-08-18 | perl: replace calls to SvPV by SvPV_nolen (patch #7436) | Sebastien Helleu |
2011-08-17 | scripts: fix crash with scripts not auto-loaded having a buffer opened after ... | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu |
2011-04-26 | perl: fix memory leak when calling perl functions (bug #32895) | Sebastien Helleu |
2011-04-26 | api: add new function config_set_desc_plugin (task #10925) | Sebastien Helleu |
2011-04-15 | plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi... | Sebastien Helleu |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new functi... | Sebastien Helleu |
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu |
2011-02-16 | Fix array overflow in lua plugin for config reload callback | Sebastien Helleu |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with s... | Sebastien Helleu |
2011-02-02 | Fix crash when many lua scripts are executing callbacks at same time | Sebastien Helleu |
2011-01-21 | Test return value of calls to sscanf function | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-20 | Add 256 colors support | Sebastien Helleu |
2010-12-16 | Fix crash in perl plugin when MULTIPLICITY is disabled | Sebastien Helleu |
2010-11-25 | Add new option weechat.look.highlight_regex and function string_has_highlight... | Sebastien Helleu |
2010-11-08 | Add info "python2_bin" (path to python 2.x interpreter) in Python plugin | Sebastien Helleu |
2010-10-31 | Remove unused variables | Sebastien Helleu |
2010-10-31 | Remove unneeded assignments in ruby and lua API functions | Sebastien Helleu |
2010-10-30 | Fix crash when unloading lua script | Sebastien Helleu |
2010-10-29 | Add new functions in plugin API to get/set nicks/groups properties in nicklist | Sebastien Helleu |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu |
2010-10-17 | Fix scripts loading with Ruby 1.9.2 | Stefano Pigozzi |
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu |
2010-10-10 | Allow script functions "prefix" and "color" when script is not yet registered... | Sebastien Helleu |
2010-10-09 | Fix crash when API function is called in Perl script before "register" | Sebastien Helleu |
2010-09-21 | Add missing function "infolist_reset_item_cursor" in script API (bug #31057) | Sebastien Helleu |
2010-09-19 | Fix Ruby plugin compilation with Ruby 1.9.2 | JD Horelick |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu |
2010-09-08 | Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967) | Sebastien Helleu |
2010-08-27 | Fix compilation error and warning with Python 2.5 | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-08-13 | Rename cmake options DISABLE_XXX to ENABLE_XXX | Sebastien Helleu |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |