summaryrefslogtreecommitdiff
path: root/src/plugins/scripts
AgeCommit message (Expand)Author
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
2009-04-05Add signals in script plugins to install and remove scriptsSebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-30Fix crash in python plugin when there is recursion on exec or when a script i...Sebastien Helleu
2009-03-29Fix python error messageSebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-28Fix display of python errorsSebastien Helleu
2009-03-28Add infolists with list of scriptsSebastien Helleu
2009-03-27Fix SSL connection to some IRC servers using Diffie Hellman and small exchang...Sebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
2009-03-06Fix bug with namespace in tcl plugin (bug #25754)Sebastien Helleu
2009-03-06Fix callbacks in script plugins: always return empty string instead of NULL f...Sebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-02-22Add upgrade functions in script plugin APISebastien Helleu
2009-02-22Add missing functions in script plugin API to get default values of optionsSebastien Helleu
2009-02-21Add missing config functions in script plugin API to free sections and optionsSebastien Helleu
2009-02-20Fix crash in python plugin when calling function prnt_date_tags()Sebastien Helleu
2009-02-20Fix some return codes of callbacks in script pluginsSebastien Helleu
2009-02-20Add return code value for config_read callback in script pluginsSebastien Helleu
2009-02-20Fix crash in python plugin when callbacks are called during script initializa...Sebastien Helleu
2009-02-19Fix bug with current script pointer when current script is unloadedSebastien Helleu
2009-02-19Fix bug with arguments of config_read callback in script pluginsSebastien Helleu