index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
en
/
weechat_plugin_api.en.adoc
Age
Commit message (
Expand
)
Author
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
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() callbac...
Sébastien Helleu
2017-08-13
api: send file descriptor as integer instead of string to the callback of hoo...
Sébastien Helleu
2017-08-13
doc: add a column "default" in the table with hook_process_hashtable options ...
Sébastien Helleu
2017-07-22
doc: replace deprecated info "irc_nick_color_name" by "nick_color_name" in ex...
Sébastien Helleu
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 config_option_get_strin...
Sébastien Helleu
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 booleans/in...
Sébastien Helleu
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 (plugi...
Sébastien Helleu
2017-04-29
doc: add list of logical and comparison operators in function string_eval_exp...
Sébastien Helleu
2017-04-24
core: add a way to count the suffix length in max chars displayed in cut of s...
Sébastien Helleu
2017-04-02
doc: add min WeeChat version in function string_eval_expression (plugin API r...
Sébastien Helleu
2017-04-01
api: return pointer to string in function string_dyn_free() if argument "free...
Sébastien Helleu
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 ex...
Sébastien Helleu
2017-03-30
core: make "callback_cmp" optional in call to function arraylist_new()
Sébastien Helleu
2017-03-27
core: add cut of string with max chars displayed in evaluation of expressions
Sébastien Helleu
2017-03-25
irc: send signal "irc_server_lag_changed", store lag in server buffer
Sébastien Helleu
2017-03-25
core: add cut of string in evaluation of expressions
Sébastien Helleu
2017-03-25
api: add arraylist functions
Sébastien Helleu
2017-03-25
core: add ternary operator (condition) in evaluation of expressions
Sébastien Helleu
2017-03-25
api: add dynamic string functions (string_dyn_*)
Sébastien Helleu
2017-02-09
doc: fix examples with localvar_del
Håvard Pettersson
2016-12-04
doc: add missing info in signal "xxx_script_install" (plugin API reference)
Sébastien Helleu
2016-12-04
doc: add non-breaking spaces in French docs before colons and semicolons
Sébastien Helleu
2016-11-29
core: add optional arguments in completion template, sent to the callback
Sébastien Helleu
2016-11-27
doc: fix style of commands in plugin API reference
Sébastien Helleu
2016-11-27
api: move functions hook_completion* after hook_command
Sébastien Helleu
2016-11-26
doc: add missing punctuation in some table cells
Sébastien Helleu
2016-11-26
doc: add chapter about buffers lines in user's guide
Sébastien Helleu
2016-11-20
doc: fix punctuation in lists
Sébastien Helleu
2016-11-06
doc: fix typo in plugin API reference
AYANOKOUZI, Ryuunosuke
2016-09-27
doc: fix examples for function string_eval_path_home (plugin API reference)
Sébastien Helleu
2016-09-12
doc: fix typos in plugin API reference
Sébastien Helleu
2016-08-18
Merge remote-tracking branch 'origin/pr/534'
Sébastien Helleu
2016-06-25
doc: remove "weechat_" prefix in internal links (plugin API reference)
Sébastien Helleu
2016-06-25
doc: add note about string evaluated in function window_set_title (plugin API...
Sébastien Helleu
2016-06-18
doc: add note in argument "tags" of function printf_date_tags (plugin API ref...
Sébastien Helleu
2016-06-18
doc: add note about function printf_date_tags in function printf (plugin API ...
Sébastien Helleu
2016-06-18
api: remove functions printf_date() and printf_tags()
Sébastien Helleu
2016-06-15
doc: fix styles in docs
Sébastien Helleu
2016-05-15
core: rename .asciidoc files to .adoc (issue #722)
Sébastien Helleu