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
2021-10-17
irc: use parsed command parameters in "nick" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "mode" command callback
Sébastien Helleu
2021-10-17
irc: rename macro IRC_PROTOCOL_CHECK_HOST to IRC_PROTOCOL_CHECK_PREFIX
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "kill" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "kick" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "join" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "invite" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "fail", "warn" and "note" command callb...
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "generic_error" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "error" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "chghost" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "cap" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "away" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "authenticate" command callback
Sébastien Helleu
2021-10-17
irc: use parsed command parameters in "account" command callback
Sébastien Helleu
2021-10-17
irc: fix typo in a comment
Sébastien Helleu
2021-10-17
irc: replace "message" by "command" in description of functions
Sébastien Helleu
2021-10-17
irc: send parsed parameters to IRC command callbacks
Sébastien Helleu
2021-10-17
irc: parse and return command parameters in message parser
Sébastien Helleu
2021-10-14
tests: check displayed message/error for all simulated IRC commands received
Sébastien Helleu
2021-10-14
irc: display command in lower case when there is a parsing error
Sébastien Helleu
2021-10-14
irc: do not display message with "(null)" for 973/974/975 command received if...
Sébastien Helleu
2021-10-13
irc: display a single error message when parsing of a command failed
Sébastien Helleu
2021-10-13
irc: display a single error message when a command is not found
Sébastien Helleu
2021-10-13
irc: do not display message with "(null)" for numeric command received if pos...
Sébastien Helleu
2021-10-09
irc: fix parsing of CAP message when there is no prefix (closes #1707)
Sébastien Helleu
2021-10-02
plugins: use a different plugin priority for each scripting language
Sébastien Helleu
2021-10-01
core: add command /toggle
Sébastien Helleu
2021-09-27
core: check that option is not NULL in function config_file_option_value_to_s...
Sébastien Helleu
2021-09-27
core: fix search of option when the section is not given
Sébastien Helleu
2021-09-27
core: check that option_name is not NULL in config file functions
Sébastien Helleu
2021-09-21
irc: fix parsing of TAGMSG message when there is a colon before the channel
Sébastien Helleu
2021-09-20
core: add creation of user variables in evaluated expressions with ${define:n...
Sébastien Helleu
2021-09-19
php: add missing header files in autotools build
Sébastien Helleu
2021-09-10
core: remove empty line displayed in output of /plugin list <name>
Sébastien Helleu
2021-09-09
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
Sébastien Helleu
2021-09-06
core: fix indentation in examples of /help eval
Sébastien Helleu
2021-09-06
api: add split of string and shell arguments in evaluation of expressions
Sébastien Helleu
2021-09-04
relay: fix crash when decoding a malformed websocket frame
Sébastien Helleu
2021-09-03
irc: fix send of empty JOIN when connecting to a server with only parted chan...
Sébastien Helleu
2021-08-31
core: add options in command /input and new keys to remove/restore buffers in...
Sébastien Helleu
2021-08-29
api: add "${re:repl_index}" to get the index of replacement in function strin...
Sébastien Helleu
2021-08-12
irc: add option "-parted" in command /allchan (closes #1685)
Sébastien Helleu
2021-08-11
core: add terminal and color info in output of /debug color
Sébastien Helleu
2021-08-08
irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag...
Sébastien Helleu
2021-08-08
php: add ifdef for zend_file_handle.filename
Adam Saponara
2021-08-08
php: fix PHP 8+ build
Adam Saponara
2021-08-08
php: add detection of PHP 8.0, fix compilation errors
Sébastien Helleu
2021-08-06
core: fix decoding of attributes in basic ANSI colors (closes #1678)
Sébastien Helleu
2021-08-03
irc: fix read out of bounds in case of malformed AUTHENTICATE message (issue ...
Sébastien Helleu
[next]