Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-29 | core: add missing include of stddef.h in plugin.c | Sebastien Helleu | |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-04-26 | api: add new function config_set_desc_plugin (task #10925) | Sebastien Helleu | |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new ↵ | Sebastien Helleu | |
function window_search_with_buffer in plugin API | |||
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu | |
2011-01-02 | Add function "hashtable_set_pointer" in plugin API | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-11-25 | Add new option weechat.look.highlight_regex and function ↵ | Sebastien Helleu | |
string_has_highlight_regex in plugin API (task #10321) | |||
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu | |
2010-10-29 | Add new functions in plugin API to get/set nicks/groups properties in nicklist | Sebastien Helleu | |
8 new functions added: - nicklist_group_get_integer - nicklist_group_get_string - nicklist_group_get_pointer - nicklist_group_set - nicklist_nick_get_integer - nicklist_nick_get_string - nicklist_nick_get_pointer - nicklist_nick_set | |||
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu | |
2010-10-11 | Add function "hashtable_has_key" in WeeChat and plugin API | Sebastien Helleu | |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-07-05 | Use of hashtable for local variables of buffers | Sebastien Helleu | |
2010-06-28 | Add hashtable in core and plugin API | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ↵ | Sebastien Helleu | |
home in paths | |||
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-31 | Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" ↵ | Sebastien Helleu | |
as joker and "!" to prevent a plugin from being autoloaded (task #6361) Some examples for option weechat.plugin.autoload: - load all plugins (default): "*" - load only alias, charset, irc and logger: "alias,charset,irc,logger" - load all plugins but not lua and tcl: "*,!lua,!tcl" - load all plugins but not perl and python: "*,!p*" (not recommended because new future plugins may begin with "p") - do not load any plugin (weechat core alone is not really useful eheh): "!*" | |||
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-02-26 | Add command line option "-s" (or "--no-script") to start WeeChat without ↵ | Sebastien Helleu | |
loading any script | |||
2010-02-16 | Add function "string_decode_base64" in plugin API | Sebastien Helleu | |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function ↵ | Sebastien Helleu | |
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password | |||
2010-02-09 | Add new option weechat.look.time_format to customize default format for ↵ | Sebastien Helleu | |
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) | |||
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on ↵ | Sebastien Helleu | |
IRC server (CertFP) (task #7492) (patch from kolter) | |||
2009-07-10 | Add info about script commands when trying to load a script with /plugin | Sebastien Helleu | |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu | |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ↵ | Sebastien Helleu | |
version any more (API comparison is enough) | |||
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-17 | Add function "config_is_set_plugin" in plugin/script API | Sebastien Helleu | |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu | |
2009-05-05 | Add message for old/obsolete plugins | Sebastien Helleu | |
2009-05-02 | Add API version string: do not load plugins with wrong API version (fix ↵ | Sebastien Helleu | |
crash when loading old/obsolete plugins) | |||
2009-04-24 | Add filter with third argument of infolist_get for some infolists (bars, bar ↵ | Sebastien Helleu | |
items, buffers, filters, plugins, irc_server, alias, script list) | |||
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu | |
2009-04-11 | Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp | Sebastien Helleu | |
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu | |
2009-03-24 | Fix crash on FreeBSD: first unload last loaded plugins | Sebastien Helleu | |
2009-03-22 | Add option aspell.check.real_time (off by default), fix bugs with aspell and ↵ | Sebastien Helleu | |
utf-8 chars, add function utf8_char_int to API | |||
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu | |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu | |
It is still possible to see messages by changing debug level for "core" or plugins (perl, python, ruby, lua, tcl). | |||
2009-03-06 | Add new hook type "process": launch command with fork and catch result ↵ | Sebastien Helleu | |
(rc/stdout/stderr) via callback | |||
2009-02-22 | Add upgrade functions in script plugin API | Sebastien Helleu | |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in ↵ | Sebastien Helleu | |
plugin API (task #9089) |