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
2021-02-03
irc: add info "irc_is_message_ignored"
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-10-18
irc: remove SASL timeout message displayed by error after successful SASL aut...
Sébastien Helleu
2020-09-12
irc: fix again typo in English plural form of "normal"
Sébastien Helleu
2020-09-12
irc: fix typo in English plural form of "normal" (normals -> normal)
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-06-20
irc: add support of UTF8MAPPING, add support of optional server in info "irc_...
Sébastien Helleu
2020-06-15
irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526)
Sébastien Helleu
2020-06-15
irc: skip semicolon before account name in ACCOUNT message
Sébastien Helleu
2020-06-03
irc: display account messages in buffers
Max Teufel
2020-05-19
irc: do not remove spaces at the end of users messages received (closes #1513)
Sébastien Helleu
2020-05-09
irc: fix realname delimiter color in WHO/WHOX response
Simmo Saan
2020-03-28
irc: move functions irc_protocol_get_message_tags and irc_protocol_parse_time...
Sébastien Helleu
2020-03-28
irc: remove empty lines
Sébastien Helleu
2020-03-27
irc: fix typo in description of message 001
Sébastien Helleu
2020-03-27
irc: add examples of NOTICE and PRIVMSG messages to channel ops
Sébastien Helleu
2020-03-15
irc: add another example of MODE message
Sébastien Helleu
2020-03-10
irc: rename argument in function irc_protocol_is_numeric_command
Sébastien Helleu
2020-03-10
irc: return 0 in function irc_protocol_is_numeric_command if the command is N...
Sébastien Helleu
2020-02-10
irc: fix crash when receiving a malformed message 352 (who)
Sébastien Helleu
2020-02-01
irc: add nick changes in the hotlist (except self nick change)
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-11
irc: add option irc.look.display_pv_warning_address (closes #892)
Sébastien Helleu
2019-09-23
irc: add separate options for kick/kill message coloring (closes #683)
Simmo Saan
2019-08-24
irc: fix parsing of message 346, 348 and 728 when there is a colon before the...
Sébastien Helleu
2019-08-21
irc: fix parsing of message 367 (banlist) when there is a colon before the ti...
iwalkalone
2019-08-10
irc: replace calls to strcpy and strcat with a call to snprintf
Sébastien Helleu
2019-08-10
irc: rename variable vars_replaced to command2, remove fallback on *ptr_command
Sébastien Helleu
2019-08-10
Merge remote-tracking branch 'origin/pr/615'
Sébastien Helleu
2019-08-04
irc: add variables "user_max_length" and "host_max_length" in server structur...
Sébastien Helleu
2019-08-03
irc: return NULL in function irc_message_get_address_from_host if the receive...
Sébastien Helleu
2019-07-11
irc: quote NICK command argument sent to the server only if there's a ":" in ...
Sébastien Helleu
2019-07-04
irc: return all arguments in the PONG response to a PING (closes #1369)
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-15
irc: remove capability from cap_list when a client capability is disabled (is...
Sébastien Helleu
2019-06-15
irc: fix display of enabled/disabled client capabilities received in command ...
Sébastien Helleu
2019-05-14
irc: fix crash when the nick in incoming message is not found in channel
Sébastien Helleu
2019-05-12
irc: rename server variable "nick_host" to "host"
Sébastien Helleu
2019-05-10
irc: add variable "nick_host" in server structure
Sébastien Helleu
2019-05-10
irc: fix parsing of MODE command when there are colons after the first mode a...
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-03-18
irc: fix update of channels modes with arguments when joining a channel (clos...
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-02-28
irc: quote argument to NICK
Matthew Martin
2019-01-31
irc: fix crash in parsing of IRC channel modes (issue #1296, closes #1297)
Sébastien Helleu
2019-01-29
irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are co...
Sébastien Helleu
2019-01-13
irc: do not use strptime to parse a time as float number (issue #1289)
Sébastien Helleu
2019-01-13
irc: check return code of calls to strptime (issue #1289)
Sébastien Helleu
2019-01-11
irc: fix parsing of "time" message tag on FreeBSD (issue #1289)
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
[next]