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
Age
Commit message (
Expand
)
Author
2023-08-20
irc: change local variable "type" from "irc_list" to "list" on /list buffer
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: add local variable "filter" on /list buffer
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-10
irc: fix redirection of command `/list` when the reply doesn't start with mes...
Sébastien Helleu
2023-08-09
irc: add missing tags on multiline messages (closes #1987)
Sébastien Helleu
2023-08-01
irc: fix display of outgoing notice with channel when capability "echo-messag...
Sébastien Helleu
2023-08-01
irc: add channel in "autojoin" server option only when the channel is actuall...
Sébastien Helleu
2023-07-31
irc: fix switch to channel manually joined (closes #1982)
Sébastien Helleu
2023-07-20
irc: fix memory leak in IRC message parser
Sébastien Helleu
2023-07-18
irc: fix display of self CTCP message containing bold attribute (closes #1981)
Sébastien Helleu
2023-07-12
irc: remove default CTCP replies FINGER and USERINFO (issue #1974)
Sébastien Helleu
2023-07-12
irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTIN...
Sébastien Helleu
2023-07-12
irc: evaluate options irc.ctcp.* (issue #1974)
Sébastien Helleu
2023-07-11
irc: create default options irc.ctcp.* when file irc.conf is created (issue #...
Sébastien Helleu
2023-07-10
irc: add missing "account-tag" in list of supported capabilities
Sébastien Helleu
2023-07-08
irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply ...
Sébastien Helleu
2023-07-08
core: use type "enum" in options
Sébastien Helleu
2023-07-08
core: add option type "enum" (closes #1973)
Sébastien Helleu
2023-06-26
irc: fix display of country code in message 344 received as whois geo info (i...
Sébastien Helleu
2023-06-26
irc: sent "QUIT" message to servers connected with TLS on `/upgrade`
Sébastien Helleu
2023-06-26
irc: display commands 716/717 in private buffer (if present) (closes #146)
Sébastien Helleu
2023-06-25
irc: reply to a CTCP request sent to self nick (closes #1966)
Sébastien Helleu
2023-06-04
irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ...
Sébastien Helleu
2023-06-03
irc: add option irc.look.display_host_notice
Sébastien Helleu
2023-06-03
irc: add infos "irc_server_cap" and "irc_server_cap_value" (issue #1949)
Sébastien Helleu
2023-06-02
irc: add missing "user" in documentation of functions
Sébastien Helleu
2023-05-29
irc: fix display of CTCP ACTION sent without parameters nor space
Sébastien Helleu
2023-05-29
irc: remove unneeded extra check on "\01ACTION " in irc_input_user_message_di...
Sébastien Helleu
2023-05-29
irc: hide password in messages to nickserv with cap echo-message enabled (iss...
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: 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
[next]