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
/
src
/
core
/
hook
Age
Commit message (
Expand
)
Author
2023-04-12
core: replace SSL by TLS in comments (issue #1903)
Sébastien Helleu
2023-01-30
core: update description of function hook_command_display_error_unknown
Sébastien Helleu
2023-01-30
core: inform that commands are case sensitive when another command with diffe...
Sébastien Helleu
2023-01-30
core: improve prioritization of commands starting with same chars in similar ...
Sébastien Helleu
2023-01-30
core: display similar command names when a command is unknown (closes #1877)
Sébastien Helleu
2023-01-29
core: properly skip command char when it is a wide char in exec of hook_comma...
Sébastien Helleu
2023-01-28
core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)
Sébastien Helleu
2023-01-28
core, plugins: check that string parameters are not NULL in search functions ...
Sébastien Helleu
2023-01-28
core, plugins: make info, info_hashtable and infolist case sensitive (issue #...
Sébastien Helleu
2023-01-28
core, plugins: make commands, hook command_run, completions and aliases case ...
Sébastien Helleu
2023-01-28
core: move function hook_get_priority_and_name to wee-string.c (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-09-16
api: add support of priority in function hook_line (closes #1821)
Sébastien Helleu
2022-07-24
core: remove dead assignments
Sébastien Helleu
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-07-02
api: run hook_print callback also on empty messages
Sébastien Helleu
2022-04-24
api: allow to catch multiple signals in functions hook_signal and hook_hsigna...
Sébastien Helleu
2022-04-24
core: add functions to get short description of hooks
Sébastien Helleu
2022-03-13
core: add function gui_buffer_new_props (issue #1759)
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2022-01-15
core: fix search of commands with UTF-8 chars in name when option weechat.loo...
Sébastien Helleu
2021-03-16
core: add options to customize commands on system signals, quit by default on...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-11-17
core: fix and normalize error messages
Sébastien Helleu
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-04-18
core: make GnuTLS a required dependency
Sébastien Helleu
2020-01-20
core: flush stdout/stderr before forking in hook_process function (closes #1441)
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-18
core: add missing variable "proxy" in function hook_connect_print_log
Sébastien Helleu
2019-08-31
core: fix compilation with autotools on FreeBSD 12.0
Sébastien Helleu
2019-08-04
core: return NULL immediately if string is NULL in function hook_modifier_exec
Sébastien Helleu
2019-06-16
core: replace newlines by spaces in argument "completion" of function hook_co...
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-03-02
core: use bitwise shift operator to define flag constants
Sébastien Helleu
2019-02-27
core: remove function gui_buffer_match_list_split, use function string_match_...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-10-01
core: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-10-01
core: add missing argument in call to log_printf
Sébastien Helleu
2018-08-15
core: fix memory leak when removing a line hook
Sébastien Helleu
2018-08-14
core: fix type of variables "buffer_name" and "buffer_type" sent to the hook_...
Sébastien Helleu
2018-08-14
core: split wee-hook.c into multiple sources
Sébastien Helleu