summaryrefslogtreecommitdiff
path: root/src/plugins/scripts
AgeCommit message (Expand)Author
2010-03-24Fix bug with callbacks when loading a script already loadedSebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-27Fix crash in Perl plugin when callbacks are called during script initializati...Sebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without load...Sebastien Helleu
2010-02-23Allow script commands to reload only one scriptSebastien Helleu
2010-02-18Fix function "color" in Lua script API (patch from Christian Heinz)Sebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-13Fix bug with string return value of callbacks in tcl pluginSebastien Helleu
2010-01-12Add function "buffer_string_replace_local_var" in script API (patch #7061)Sebastien Helleu
2010-01-04Fix bug with function nicklist_remove_nick in Python API (bug #28474)Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-18Add function "infolist_new_item" in script APISebastien Helleu
2009-12-14Add support for encodings in Ruby 1.9Sebastien Helleu
2009-12-04Give GnuTLS return code to callback if handshake has failed, display extra in...Sebastien Helleu
2009-12-02Add support for rubygems in ruby pluginSebastien Helleu
2009-11-29Support of Ruby >= 1.9.1 (patch #6989)Sebastien Helleu
2009-11-20Fix typos in 2 error messagesSebastien Helleu
2009-11-16Fix bug with script installation on BSD/OSX (patch #6980)Sebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-11-06Fix typos in translationsSebastien Helleu
2009-10-09Add script prototypes and examples in plugin API referenceSebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include dire...Sebastien Helleu
2009-09-11Fix API function weechat_bar_set for python/lua/ruby (patch #6912)Sebastien Helleu
2009-09-04Fix typos in some messagesSebastien Helleu
2009-07-28Remove check of Tcl_CreateNamespace in cmake build (not used any more) (bug #...Sebastien Helleu
2009-07-24Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ...Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-06-11Improve completion for script plugins commandsSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-17Add function "config_is_set_plugin" in plugin/script APISebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-08Fix crash in python plugin after parse file errorSebastien Helleu
2009-05-04Fix bug with arguments of function "bar_new" in python pluginSebastien Helleu
2009-05-02Fix bug with data for callbacks in scripts after /upgradeSebastien Helleu
2009-05-02Add data string argument in all callbacks of script API, display script name ...Sebastien Helleu
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ...Sebastien Helleu
2009-04-24Fix security bug in tcl plugin (bug #26265, patch #6810)Sebastien Helleu
2009-04-16Restore buffer callbacks for scripts after /upgradeSebastien Helleu
2009-04-14Fix crash when reloading perl plugin (bug #25464)Sebastien Helleu
2009-04-14Add missing API functions in doc (infolists and upgrade), move infos and info...Sebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-05Fix script installationSebastien Helleu
2009-04-05Fix memory leak in script installSebastien Helleu