Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu | |
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script. | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-05-24 | api: add argument "flags" in function hdata_new_list | Sébastien Helleu | |
2014-02-21 | Merge branch 'trigger' | Sebastien Helleu | |
2014-02-13 | api: add function string_convert_escaped_chars | Sebastien Helleu | |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu | |
2014-02-09 | api: add function string_split_shell | Sebastien Helleu | |
2014-02-09 | api: add function hashtable_dup | Sebastien Helleu | |
2014-02-09 | trigger: add trigger plugin | Sebastien Helleu | |
2014-01-22 | api: add function "infolist_search_var" | Sebastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-11-09 | core: rename option weechat.look.set_title to weechat.look.window_title ↵ | Sebastien Helleu | |
(evaluated string) | |||
2013-07-27 | api: add new function strlen_screen | Sebastien Helleu | |
2013-04-21 | api: add new function hdata_search | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu | |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ↵ | Sebastien Helleu | |
"string_eval_expression" in plugin API | |||
2012-09-04 | core: add signals for plugins loaded/unloaded | Sebastien Helleu | |
2012-08-27 | api: allow update for some variables of hdata, add new functions ↵ | Sebastien Helleu | |
hdata_update and hdata_set | |||
2012-08-04 | api: add new function util_version_number | Sebastien Helleu | |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu | |
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu | |
2012-07-09 | core: add function "hook_set" in plugin API, add "subplugin" in hooks (set ↵ | Peter Boström | |
by script plugins), display subplugin in /help on commands (task #12049) | |||
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ↵ | Sebastien Helleu | |
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier | |||
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable ↵ | Sebastien Helleu | |
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ↵ | Sebastien Helleu | |
hashtable_map_string | |||
2011-12-17 | api: add new function hdata_check_pointer | Sebastien Helleu | |
2011-12-06 | api: add new function nicklist_get_next_item | Sebastien Helleu | |
2011-11-25 | core: add type char for hdata and function hdata_char in plugin/script API | Sebastien Helleu | |
2011-11-15 | core: allow list for option weechat.plugin.extension (makes weechat.conf ↵ | Sebastien Helleu | |
portable accross Un*x and Windows) (task #11479) | |||
2011-11-12 | api: add new functions strcasecmp_range and strncasecmp_range | Sebastien Helleu | |
2011-10-29 | core: add optional arguments for command /plugin load/reload/autoload | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu | |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
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 |