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
/
irc
/
irc-command.c
Age
Commit message (
Expand
)
Author
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-12-26
core: store microseconds in buffer lines (closes #649)
Sébastien Helleu
2023-11-29
irc: add server option "anti_flood", remove server options "anti_flood_prio_{...
Sébastien Helleu
2023-11-24
irc: add option irc.look.list_buffer
Sébastien Helleu
2023-10-20
irc: add description for examples in help on some commands (issue #2005)
Sébastien Helleu
2023-10-17
irc: format and translate commands line by line (issue #2005)
Sébastien Helleu
2023-10-09
irc: move value `-all` at the end of completions for command `/ignore del`
Sébastien Helleu
2023-10-07
irc: fix memory leak when joining channels with keys
Sébastien Helleu
2023-09-12
irc: fix unexpected message sent to server when part of the second line of an...
Sébastien Helleu
2023-09-06
xfer: update command/config docs with passive DCC support.
Mario Campos
2023-09-06
xfer: add passive DCC support.
Mario Campos
2023-09-06
xfer: add and identify active/passive xfer types.
Mario Campos
2023-09-05
core: add note for translators on command arguments (issue #2005)
Sébastien Helleu
2023-08-27
irc: add count and mode filter in command `/names` (closes #98)
Sébastien Helleu
2023-08-27
irc: add note about regex and output on server buffer in /help list
Sébastien Helleu
2023-08-26
irc: add count for all nick modes in output of `/names` (closes #97)
Sébastien Helleu
2023-08-18
irc: fix wrong time displayed for CTCP messages received from self nick (clos...
Sébastien Helleu
2023-08-14
irc: fix /help list and French translation
Sébastien Helleu
2023-08-12
core: fix French translation of /help list
Sébastien Helleu
2023-08-12
irc: add buffer for /list reply (closes #1972)
Sébastien Helleu
2023-08-01
irc: add channel in "autojoin" server option only when the channel is actuall...
Sébastien Helleu
2023-07-10
irc: add missing "account-tag" in list of supported capabilities
Sébastien Helleu
2023-07-08
core: use type "enum" in options
Sébastien Helleu
2023-05-29
irc: add command `/action` (closes #201, issue #1577), remove alias `action`
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: remove extra space in CTCP ACTION message sent without 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: display CTCP ACTION to channel on the channel buffer (issue #139, closes...
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-18
irc: use key when /join-ing in open channel buffer
Simmo Saan
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-13
irc: rename constant IRC_COMMAND_CAP_SUPPORTED_COMPLETION to IRC_COMMAND_CAP_...
Sébastien Helleu
2023-05-03
irc: add support of capability "batch" (closes #1292)
Sébastien Helleu
2023-05-01
irc: fix help on `sort` option in command `/autojoin` (issue #1876)
Sébastien Helleu
2023-05-01
irc: add option `buffer` in command `/autojoin sort` (closes #1876)
Sébastien Helleu
2023-04-12
irc: improve short description of server (issue #1903)
Sébastien Helleu
2023-04-12
irc: fix URL of doc on capability negotiation (issue #1903)
Sébastien Helleu
2023-04-12
irc: connect with TLS and port 6697 by default (issue #1903)
Sébastien Helleu
2023-04-12
irc: rename "ssl" options to "tls" (issue #1903)
Sébastien Helleu
2023-01-31
irc: add command `/rules` (closes #1864)
Sébastien Helleu
2023-01-31
irc: add command `/knock` (closes #7)
Sébastien Helleu
2023-01-28
irc: make IRC server names case sensitive (issue #1872)
Sébastien Helleu
[next]