summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/lua/weechat-lua-api.c
AgeCommit message (Expand)Author
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ...Sebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien 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-12Add function "buffer_string_replace_local_var" in script API (patch #7061)Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-18Add function "infolist_new_item" in script APISebastien Helleu
2009-12-04Give GnuTLS return code to callback if handshake has failed, display extra in...Sebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-09-11Fix API function weechat_bar_set for python/lua/ruby (patch #6912)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-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-02Add data string argument in all callbacks of script API, display script name ...Sebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien 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 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 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-19Fix bug with arguments of config_read callback in script pluginsSebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in plugin...Sebastien Helleu
2009-02-04Remove obsolete arguments in bar item callback, in script pluginsSebastien Helleu
2009-02-01Add function config_unset_plugin in API, fix return code of config_set_pluginSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-11-29Fix bugs with hook_print function in scriptsSebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english de...Sebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-11Add function "current_buffer" in script APISebastien Helleu
2008-11-07Update developer guide (add 50% of new C API functions)Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-09-29Fix bug with arguments of function "config_new_option" in scripts APISebastien Helleu