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-05-20
xfer: create buffer with function buffer_new_props (issue #1942)
Sébastien Helleu
2023-05-20
trigger: create buffer with function buffer_new_props (issue #1942)
Sébastien Helleu
2023-05-20
script: create buffer with function buffer_new_props (issue #1942)
Sébastien Helleu
2023-05-20
relay: create buffers with function buffer_new_props (issue #1942)
Sébastien Helleu
2023-05-20
fset: create buffer with function buffer_new_props (issue #1942)
Sébastien Helleu
2023-05-20
exec: create buffer with function buffer_new_props (issue #1942)
Sébastien Helleu
2023-05-20
irc: create server/channel/raw buffers with function buffer_new_props (issue ...
Sébastien Helleu
2023-05-18
irc: optimize and reuse irc_channel_rejoin
Simmo Saan
2023-05-18
irc: use key when /join-ing in open channel buffer
Simmo Saan
2023-05-18
alias: use dynamic string to replace alias arguments
Sébastien Helleu
2023-05-18
alias: return empty string instead of NULL in function alias_replace_args
Sébastien Helleu
2023-05-18
alias: return NULL if alias or user arguments are NULL in function alias_repl...
Sébastien Helleu
2023-05-18
alias: add example in comment of function alias_replace_args
Sébastien Helleu
2023-05-18
alias: add "$&" in comment of function alias_replace_args
Sébastien Helleu
2023-05-18
alias: add auto-escaping special variable
nobody
2023-05-18
relay: rename variable "ptr_option" to "ptr_path"
Sébastien Helleu
2023-05-18
relay: make TLS certificate/key loading error handling more verbose (closes #...
Sébastien Helleu
2023-05-18
core: fix refresh of bar item "input_search" after buffer switch in root bars...
Sébastien Helleu
2023-05-17
irc: start from the beginning of nicks at automatic reconnection (closes #337)
arza
2023-05-17
irc: get value of "msg_max_length" from isupport token "LINELEN" on upgrade f...
Sébastien Helleu
2023-05-17
irc: add field "utf8only" in IRC server structure
Sébastien Helleu
2023-05-17
irc: Implement the UTF8ONLY IRCv3 specification
Valentin Lorentz
2023-05-16
trigger: make default triggers compatible with multiline input (closes #1935)
Sébastien Helleu
2023-05-16
irc: update secure data when server autojoin option contains `${sec.data.xxx}...
Sébastien Helleu
2023-05-16
core: move creation of info_hashtable "secured_data" in plugin-api-info.c
Sébastien Helleu
2023-05-16
core: fix partial completion when the common prefix found is empty (closes #340)
Sébastien Helleu
2023-05-16
typing: remove nicks typing even when option typing.look.enabled_self is off ...
Sébastien Helleu
2023-05-16
typing: fix type and name of variable for key in hashtable typing_status_nicks
Sébastien Helleu
2023-05-16
irc: display command 437 on server buffer when nickname cannot change while b...
Sébastien Helleu
2023-05-15
irc: add modifier "irc_cap_sync_req" (closes #1767)
Sébastien Helleu
2023-05-15
irc: add comments in "cap" callback
Sébastien Helleu
2023-05-15
irc: remove unused variable
Sébastien Helleu
2023-05-15
irc: fix use of uninitialized variable
Sébastien Helleu
2023-05-15
trigger: use new format for IRC tags in messages
Sébastien Helleu
2023-05-14
irc: fix format of IRC tags displayed in messages (closes #1929)
Sébastien Helleu
2023-05-14
irc: do not display multiline message if capability "draft/multiline" is not ...
Sébastien Helleu
2023-05-14
irc: ignore BATCH commands when capability "batch" is not enabled (issue #1292)
Sébastien Helleu
2023-05-14
irc: do not allow send of empty messages (single line or multiline)
Sébastien Helleu
2023-05-14
irc: set "input_multiline" to 1 in buffers only if capability draft/multiline...
Sébastien Helleu
2023-05-14
core: allow to reset buffer property "input_multiline" to 0 even if there are...
Sébastien Helleu
2023-05-14
irc: add support of "LINELEN" in message 005 (max message length in bytes) (c...
Sébastien Helleu
2023-05-14
irc: reset all internal servers variables when disconnecting
Sébastien Helleu
2023-05-14
irc: add support of capability "draft/multiline" (closes #1923)
Sébastien Helleu
2023-05-14
irc: return arraylist instead of hashtable in function irc_server_sendf (issu...
Sébastien Helleu
2023-05-14
irc: don't split messages on "\n" in function irc_server_sendf (issue #1923)
Sébastien Helleu
2023-05-13
irc: rename constant IRC_COMMAND_CAP_SUPPORTED_COMPLETION to IRC_COMMAND_CAP_...
Sébastien Helleu
2023-05-13
core: add quotes around paths in CMake files (closes #29)
Sébastien Helleu
2023-05-12
core: fix completion after newline in input (closes #1925)
Sébastien Helleu
2023-05-05
core: fix execution of multiple commands separated by newline when there are ...
Sébastien Helleu
2023-05-04
api: don't split on newline by default in functions `command` and `command_op...
Sébastien Helleu
[next]