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
/
plugins
Age
Commit message (
Expand
)
Author
2023-05-29
irc: add command `/action` (closes #201, issue #1577), remove alias `action`
Sébastien Helleu
2023-05-27
alias: add option `missing` in command `/alias`
Sébastien Helleu
2023-05-27
alias: add alias `action` to send a CTCP ACTION to a channel or a nick (issue...
Sébastien Helleu
2023-05-27
irc: add missing host tag in self messages with cap echo-message enabled (iss...
Sébastien Helleu
2023-05-27
irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message en...
Sébastien Helleu
2023-05-27
irc: fix display of outgoing CTCP when channel/private buffer doesn't exist
Sébastien Helleu
2023-05-27
irc: fix display of outgoing STATUSMSG CTCP ACTION without arguments
Sébastien Helleu
2023-05-27
irc: remove extra space in CTCP ACTION message sent without arguments
Sébastien Helleu
2023-05-27
irc: fix split of CTCP message with no arguments
Sébastien Helleu
2023-05-27
irc: display STATUSMSG actions differently from standard actions on channels ...
Sébastien Helleu
2023-05-27
irc: fix send of empty action with `/me` command
Sébastien Helleu
2023-05-26
irc: add missing nick tag in self CTCP ACTION displayed (issue #139)
Sébastien Helleu
2023-05-26
irc: display CTCP ACTION to channel on the channel buffer (issue #139, closes...
Sébastien Helleu
2023-05-25
irc: display actions sent with `/me` in private buffer instead of server buff...
Sébastien Helleu
2023-05-25
irc: fix display of actions sent with `/me` (issue #139)
Sébastien Helleu
2023-05-25
irc: fix duplicated CTCP messages displayed when capability "echo-message" is...
Sébastien Helleu
2023-05-25
irc: hide messages sent with `/msg` to a nick when capability "echo-message" ...
Sébastien Helleu
2023-05-25
irc: hide CTCP messages sent with `/ctcp` when capability "echo-message" is e...
Sébastien Helleu
2023-05-25
irc: hide self actions sent with `/me` when capability "echo-message" is enab...
Sébastien Helleu
2023-05-23
irc: add support of capability "echo-message" (closes #139)
Sébastien Helleu
2023-05-23
irc: fix display of status privmsg/notice, add missing tags in messages (issu...
Sébastien Helleu
2023-05-23
irc: fix order of tags in outgoing messages
Sébastien Helleu
2023-05-23
irc: add missing tags "irc_cap" and "log3" in cap messages (client capability)
Sébastien Helleu
2023-05-23
irc: add missing tag "log3" in notify messages
Sébastien Helleu
2023-05-22
script: remove trailing "J" (line feed char) in source of scripts displayed
Sébastien Helleu
2023-05-20
logger: add option logger.file.log_conditions (closes #1942)
Sébastien Helleu
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-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
[prev]
[next]