summaryrefslogtreecommitdiff
path: root/src/plugins/scripts
AgeCommit message (Expand)Author
2011-11-25core: add type char for hdata and function hdata_char in plugin/script APISebastien Helleu
2011-11-03core: fix typo: occured -> occurredSebastien Helleu
2011-10-31guile: discard script if load of file has failed with command /guile loadSebastien Helleu
2011-10-31python: fix typo in commentSebastien Helleu
2011-10-31lua: fix typo in commentSebastien Helleu
2011-10-26ruby: hide warnings caused by reloading the ruby pluginDominik Honnef
2011-10-26ruby: fix crash when reloading ruby plugin (bug #34474)Dominik Honnef
2011-10-26ruby: remove useless call to Gem.latest_load_pathsDominik Honnef
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-10-26script plugins: use new macros to reduce code lengthSebastien Helleu
2011-09-22core: remove compilation warnings about unused return values of functionsSebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-18perl: replace calls to SvPV by SvPV_nolen (patch #7436)Sebastien Helleu
2011-08-17scripts: fix crash with scripts not auto-loaded having a buffer opened after ...Sebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-04-26perl: fix memory leak when calling perl functions (bug #32895)Sebastien Helleu
2011-04-26api: add new function config_set_desc_plugin (task #10925)Sebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi...Sebastien Helleu
2011-04-13core: use buffer pointer instead of window in input functions, add new functi...Sebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-02-16Fix array overflow in lua plugin for config reload callbackSebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-02-02Fix crash when many lua scripts are executing callbacks at same timeSebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-16Fix crash in perl plugin when MULTIPLICITY is disabledSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-08Add info "python2_bin" (path to python 2.x interpreter) in Python pluginSebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-10-31Remove unneeded assignments in ruby and lua API functionsSebastien Helleu
2010-10-30Fix crash when unloading lua scriptSebastien Helleu
2010-10-29Add new functions in plugin API to get/set nicks/groups properties in nicklistSebastien Helleu
2010-10-23Add new functions in plugin API: hook_hsignal and hook_hsignal_sendSebastien Helleu
2010-10-17Fix scripts loading with Ruby 1.9.2Stefano Pigozzi
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien Helleu
2010-10-10Allow script functions "prefix" and "color" when script is not yet registered...Sebastien Helleu
2010-10-09Fix crash when API function is called in Perl script before "register"Sebastien Helleu
2010-09-21Add missing function "infolist_reset_item_cursor" in script API (bug #31057)Sebastien Helleu
2010-09-19Fix Ruby plugin compilation with Ruby 1.9.2JD Horelick
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-08Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967)Sebastien Helleu
2010-08-27Fix compilation error and warning with Python 2.5Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu