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
Age
Commit message (
Expand
)
Author
2023-01-28
plugins: set priority in calls to weechat_config_new (issue #1872)
Sébastien Helleu
2023-01-28
core: set priority in calls to config_file_new (issue #1872)
Sébastien Helleu
2023-01-28
core: add priority in config file (issue #1872)
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-24
irc: add option `join` in command `/autojoin`
Sébastien Helleu
2023-01-23
irc: fix autojoin on server connection (closes #1873)
Sébastien Helleu
2023-01-15
irc: update message with number of nicks when joining a channel
Sébastien Helleu
2023-01-12
core: remove useless continue statement in loop
Sébastien Helleu
2023-01-12
core: display error in command if allocation of arraylist fails
Sébastien Helleu
2023-01-12
core: fix display glitch in command errors when a wide char is set in option ...
Sébastien Helleu
2023-01-08
python: remove unneded call to deprecated function PySys_SetArgv
Sébastien Helleu
2023-01-08
core: do not allocate strings in dir_search_full_lib_name_ext, check return c...
Sébastien Helleu
2023-01-08
irc: check return code of snprintf
Sébastien Helleu
2023-01-08
typing: fix crash when pointer buffer is not received in callback for signal ...
Sébastien Helleu
2023-01-08
core: remove build with autotools
Sébastien Helleu
2023-01-08
ruby: remove warnings on unused parameters
Sébastien Helleu
2023-01-08
php: remove warnings on variables "argc" and "ret_i" that might be clobbered ...
Sébastien Helleu
2023-01-04
core: fix Curl version in comments
Sébastien Helleu
2023-01-03
api: add Curl options for versions 7.64.0 to 7.87.0
Sébastien Helleu
2023-01-03
plugins: change priority of scripting plugins
Sébastien Helleu
2023-01-03
core: fix crash or infinite loop in /allbuf command
Sébastien Helleu
2023-01-03
core: add variable list_size to prevent computing arraylist size in each iter...
Sébastien Helleu
2023-01-03
irc: properly rename private buffer on notice messages
Sébastien Helleu
2023-01-02
irc: properly rename private buffer on nick changes or private message when n...
Sébastien Helleu
2023-01-02
irc: replace "private window" by "private buffer" in comments
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2023-01-01
core: check that buffer is not NULL in function gui_input_clipboard_copy
Sébastien Helleu
2022-12-31
core: move function gui_input_move_to_buffer to gui-buffer.c
Sébastien Helleu
2022-12-30
core: fix color when the delimiter is not followed by a background color (clo...
Sébastien Helleu
2022-12-29
core: add option weechat.look.chat_space_right (issue #1862)
Sébastien Helleu
2022-12-26
core: allow value "0" in buffer property "unread" to remove read marker from ...
Sébastien Helleu
2022-12-25
core: move `/input` buffer switch/zoom actions to command `/buffer`
Sébastien Helleu
2022-12-25
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
Sébastien Helleu
2022-12-25
core: add command `/allbuf`
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-25
core: add option `add` in command `/hotlist`
Sébastien Helleu
2022-12-25
core: fix typo in comment
Sébastien Helleu
2022-12-25
core: move `/input` hotlist actions to new command `/hotlist`
Sébastien Helleu
2022-12-25
core: add function gui_buffer_jump_last_visible_number
Sébastien Helleu
2022-12-25
core: move `/input` jump actions to command `/buffer jump`
Sébastien Helleu
2022-12-25
core: fix typo in comment
Sébastien Helleu
2022-12-24
core: remove useless conditions
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-23
api: fix function strcmp_ignore_chars with case sensitive comparison and wide...
Sébastien Helleu
2022-12-21
core: improve case convert and insensitive char comparisons (closes #258)
Sébastien Helleu
2022-12-19
core: remove unneeded casts
Sébastien Helleu
2022-12-19
irc: fix calls to weechat_string_toupper
Sébastien Helleu
[next]