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
/
ja
/
weechat_plugin_api.ja.adoc
Age
Commit message (
Expand
)
Author
2024-02-01
core: add support of base64url in encode/decode functions (issue #2066)
Sébastien Helleu
2024-01-27
core: use function util_strftimeval in evaluation of expression `date:xxx`
Sébastien Helleu
2024-01-27
api: add support of specifier `%!` for timestamp in function util_strftimeval
Sébastien Helleu
2024-01-06
doc/api: add missing properties in functions buffer_get_integer and buffer_ge...
Sébastien Helleu
2024-01-06
core: add variable "opening" in buffer, do not send buffer signals when the b...
Sébastien Helleu
2024-01-05
api: add function util_parse_time (issue #649)
Sébastien Helleu
2023-12-26
core: store microseconds in buffer lines (closes #649)
Sébastien Helleu
2023-12-24
api: add property "type" in function buffer_get_string
Sébastien Helleu
2023-11-23
core: add syntax highlighting in evaluation of expressions, add option weecha...
Sébastien Helleu
2023-11-11
core: add incremental search in commands history (issue #2040)
Sébastien Helleu
2023-10-17
api: add function string_concat (issue #2005)
Sébastien Helleu
2023-10-01
core: make zstd dependency optional (closes #2024)
Sébastien Helleu
2023-09-16
doc/api: use a table for file_in/file_out options in function hook_url
Sébastien Helleu
2023-09-16
doc/api: add link to hook_url in hook_process_hashtable for Curl options
Sébastien Helleu
2023-09-16
doc/api: add function hook_url
Sébastien Helleu
2023-09-13
api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in...
Sébastien Helleu
2023-09-12
doc/api: fix return values for callback_read in config_new_section
Sébastien Helleu
2023-08-29
api: add support of path to variable and hashtable comparison in function hda...
Sébastien Helleu
2023-08-24
Add compatibility with Python < 3.10 in weechat.pyi
Trygve Aaberge
2023-07-14
doc/api: fix return value in case of error in function hdata_get_var_offset
Sébastien Helleu
2023-07-08
core: add option type "enum" (closes #1973)
Sébastien Helleu
2023-06-26
core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in ...
Sébastien Helleu
2023-06-03
doc: fix formatting issues with links that target a blank window
Sébastien Helleu
2023-06-02
relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "rela...
Sébastien Helleu
2023-05-20
doc: move toc and section asciidoctor attributes from docs to CMakeLists.txt
Sébastien Helleu
2023-05-16
doc/api: add note about hashtable removal in function info_get_hashtable
Sébastien Helleu
2023-05-15
irc: add modifier "irc_cap_sync_req" (closes #1767)
Sébastien Helleu
2023-05-03
irc: add support of capability "batch" (closes #1292)
Sébastien Helleu
2023-04-25
doc/api: add variable "_chat_focused_line" in function hook_focus
Sébastien Helleu
2023-04-15
doc/api: add more examples on function util_version_number
Sébastien Helleu
2023-03-30
doc: convert docgen.py to C, remove autogen files from repository, add parame...
Sébastien Helleu
2023-03-20
core: add relative move of read marker with `/buffer set unread [+/-]N` (clos...
Sébastien Helleu
2023-03-19
doc/api: fix typo
Sébastien Helleu
2023-03-19
core: fix default value of options for bars added by plugins
Sébastien Helleu
2023-03-18
core: bump version to 4.0.0-dev, follow "practical" semantic versioning
Sébastien Helleu
2023-03-16
core: add configuration version, add API function config_set_version
Sébastien Helleu
2023-03-10
doc/api: add hashtable methods in function string_eval_expression
Sébastien Helleu
2023-01-28
core: make function gui_buffer_match_list case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
doc/api: add priority in function config_new (issue #1872)
Sébastien Helleu
2022-12-26
core: allow value "0" in buffer property "unread" to remove read marker from ...
Sébastien Helleu
2022-12-26
doc/api: fix formatting of return value in char/string comparison functions
Sébastien Helleu
2022-12-25
api: do not check hotlist add conditions when adding buffer in hotlist with f...
Sébastien Helleu
2022-12-24
api: add functions string_strcmp and string_strncmp
Sébastien Helleu
2022-12-24
doc/api: mention "UTF-8" in char/string comparison functions
Sébastien Helleu
2022-12-24
api: rename char comparison functions "utf8_char*" to "string_char*"
Sébastien Helleu
2022-12-24
api: return arithmetic difference between chars in string comparison functions
Sébastien Helleu
2022-12-21
core: improve case convert and insensitive char comparisons (closes #258)
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-12-11
doc/api: Improve python example for config_new_section
Trygve Aaberge
2022-12-11
doc/api: Fix return values for callback_read in config_new_section
Trygve Aaberge
[next]