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-protocol.c
Age
Commit message (
Expand
)
Author
2023-08-24
irc: compute color in case insensitive way (closes #194)
Sébastien Helleu
2023-08-18
irc: fix wrong time displayed for CTCP messages received from self nick (clos...
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-18
irc: fix display of self CTCP message containing bold attribute (closes #1981)
Sébastien Helleu
2023-07-08
core: use type "enum" in options
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: 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-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: display STATUSMSG actions differently from standard actions on channels ...
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-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: add missing tags "irc_cap" and "log3" in cap messages (client capability)
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-17
irc: add field "utf8only" in IRC server structure
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-14
irc: fix format of IRC tags displayed in messages (closes #1929)
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: set "input_multiline" to 1 in buffers only if capability draft/multiline...
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: add support of capability "draft/multiline" (closes #1923)
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-04-24
irc: add message 742 (mode cannot be set)
Sébastien Helleu
2023-04-24
irc: add message 415 (cannot send message to channel)
Sébastien Helleu
2023-04-12
irc: add support of RFC 7194 (default port 6697 for TLS) (issue #1903)
Sébastien Helleu
2023-04-02
irc: update autojoin option with redirected channels when autojoin_dynamic is...
Sébastien Helleu
2023-03-31
irc: fix target buffer for commands 432/433 when the nickname looks like a ch...
Sébastien Helleu
2023-01-31
irc: add command `/knock` (closes #7)
Sébastien Helleu
2023-01-29
irc: add server option "registered_mode" (closes #1625)
Andrew Potter
2023-01-15
irc: update message with number of nicks when joining a channel
Sébastien Helleu
2023-01-03
irc: properly rename private buffer on notice messages
Sébastien Helleu
2023-01-02
irc: properly rename private buffer on nick changes or private message when n...
Sébastien Helleu
2023-01-02
irc: replace "private window" by "private buffer" in comments
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-19
irc: fix calls to weechat_string_toupper
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
[next]