Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-09 | core: add repeat of string in evaluation of expressions with ↵ | Sébastien Helleu | |
"repeat:count,string" (closes #958) | |||
2018-09-01 | doc: add missing comma in example of function config_new_option (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2018-08-17 | doc: split list of modifiers into two tables (plugin API reference) | Sébastien Helleu | |
2018-08-15 | doc: fix typos in plugin API reference | Sébastien Helleu | |
2018-08-15 | doc: add more info about line, print and modifier functions for new lines ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2018-08-12 | api: add function hook_line | Sébastien Helleu | |
2018-06-02 | core: add reverse of string in evaluation of expressions with "rev:" (closes ↵ | Sébastien Helleu | |
#1200) | |||
2018-05-31 | core: send buffer pointer (when possible) in signal "hotlist_changed" ↵ | Sébastien Helleu | |
(closes #1133) When a buffer is added or updated in the hotlist, the buffer pointer is sent. When the hotlist is cleared or resorted, the buffer pointer is NULL. | |||
2018-05-21 | doc: add note about "list" options for curl in function ↵ | Sébastien Helleu | |
hook_process_hashtable (plugin API reference) | |||
2018-05-21 | doc: add example of URL with custom HTTP headers in function ↵ | Sébastien Helleu | |
hook_process_hashtable (plugin API reference) | |||
2018-05-20 | doc: add translations for function hashtable_add_from_infolist (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2018-04-07 | doc: add version 2.2 in Python example for function string_format_size ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2018-04-07 | api: add function string_format_size in scripting API | Sébastien Helleu | |
2018-03-25 | irc: send whole IRC message including IRCv3 tags in the signals irc_in, ↵ | Sébastien Helleu | |
irc_in2, irc_raw_in and irc_raw_in2 (issue #787) | |||
2018-03-20 | doc: add more info about the reload callback in function config_new (plugin ↵ | Sébastien Helleu | |
API reference) | |||
2018-03-01 | doc: add more info about return value of function hdata_move (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2018-01-21 | doc: rename callback name in example of function hook_process (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2018-01-13 | irc: add server option "split_msg_max_length" | Sébastien Helleu | |
2017-11-26 | doc: translate doc on weechat_plugin pointer in other languages (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2017-11-03 | doc: add info about strings not translated in functions gettext/ngettext ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2017-10-24 | api: add support of prefix "quiet:" in function key_unbind() to quietly ↵ | Sébastien Helleu | |
remove keys | |||
2017-10-17 | core: allow floating point and hexadecimal numbers in comparison of ↵ | Sébastien Helleu | |
evaluated values | |||
2017-09-23 | core: fix typo: Javascript -> JavaScript | Sébastien Helleu | |
2017-09-03 | doc: add PHP plugin in plugin API reference | Sébastien Helleu | |
2017-08-22 | doc: add links to other docs in plugin API reference | Sébastien Helleu | |
2017-08-21 | core: add flag "input_get_empty" in buffer | Sébastien Helleu | |
The default value is 0 (legacy behavior). When it is set to 1, an empty input (just by pressing Return with nothing in input) is sent to the input callback, which receives an empty string. | |||
2017-08-20 | doc: fix name of dynamic string functions (plugin API reference) | Sébastien Helleu | |
2017-08-18 | core: add signals "buffer_filters_enabled" and "buffer_filters_disabled" | Sébastien Helleu | |
2017-08-13 | api: change type of arguments status/gnutls_rc/sock in hook_connect() ↵ | Sébastien Helleu | |
callback from string to integer (in scripts) | |||
2017-08-13 | api: send file descriptor as integer instead of string to the callback of ↵ | Sébastien Helleu | |
hook_fd | |||
2017-08-13 | doc: add a column "default" in the table with hook_process_hashtable options ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2017-07-22 | doc: replace deprecated info "irc_nick_color_name" by "nick_color_name" in ↵ | Sébastien Helleu | |
examples (plugin API reference) | |||
2017-07-04 | api: add argument "recurse_subdirs" in function exec_on_files() | Sébastien Helleu | |
2017-06-25 | doc: add "config_name" and "section_name" in function ↵ | Sébastien Helleu | |
config_option_get_string (plugin API reference) | |||
2017-05-30 | api: add function hdata_compare | Sébastien Helleu | |
2017-05-30 | api: add function config_option_get_string in plugin API | Sébastien Helleu | |
2017-05-26 | doc: add missing special values in function config_option_set for ↵ | Sébastien Helleu | |
booleans/integers/colors (plugin API reference) | |||
2017-05-10 | doc: move note in function hook_command_run (plugin API reference) | Sébastien Helleu | |
2017-04-29 | doc: add numeric comparison example in function string_eval_expression ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2017-04-29 | doc: add list of logical and comparison operators in function ↵ | Sébastien Helleu | |
string_eval_expression (plugin API reference) | |||
2017-04-24 | core: add a way to count the suffix length in max chars displayed in cut of ↵ | Sébastien Helleu | |
string ("cut:" and "cutscr:") (closes #963) The format to use is one of: - ${cut:+max,suffix,string} - ${cutscr:+max,suffix,string} With the "+" before max, WeeChat ensures there are at most "max" chars in output, including the length of suffix string. | |||
2017-04-02 | doc: add min WeeChat version in function string_eval_expression (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2017-04-01 | api: return pointer to string in function string_dyn_free() if argument ↵ | Sébastien Helleu | |
"free_string" is 0 | |||
2017-03-31 | api: add special key "__quiet" in function key_bind | Sébastien Helleu | |
2017-03-30 | core: add ${re:#} to get the index of last group captured in evaluation of ↵ | Sébastien Helleu | |
expressions | |||
2017-03-30 | core: make "callback_cmp" optional in call to function arraylist_new() | Sébastien Helleu | |
If no callback is given, a default callback is used, which just compares pointers. | |||
2017-03-27 | core: add cut of string with max chars displayed in evaluation of expressions | Sébastien Helleu | |
The syntax is: ${cutscr:max,suffix,string}. The string is cut after max chars displayed on screen. If the string is cut, the optional suffix is added after. | |||
2017-03-25 | irc: send signal "irc_server_lag_changed", store lag in server buffer | Sébastien Helleu | |
The lag is stored in the local variable "lag" of the server buffer. When there is no lag, the local variable does not exist. | |||
2017-03-25 | core: add cut of string in evaluation of expressions | Sébastien Helleu | |
The syntax is: ${cut:max,suffix,string}. The string is cut after max chars. If the string is cut, the optional suffix is added after. | |||
2017-03-25 | api: add arraylist functions | Sébastien Helleu | |
New functions: - arraylist_new - arraylist_size - arraylist_get - arraylist_search - arraylist_insert - arraylist_add - arraylist_remove - arraylist_clear - arraylist_free |