summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Expand)Author
2024-01-22irc: fix random date displayed when a received message contains tags but no "...Sébastien Helleu
2024-01-05irc: remove function irc_protocol_parse_time, use API function weechat_util_p...Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-12-14core: fix styleSébastien Helleu
2023-12-10irc: add option irc.look.display_host_wallopsSébastien Helleu
2023-11-29irc: display messages 730/731 even if command `/notify` was not used (closes ...Sébastien Helleu
2023-11-29irc: add server option "anti_flood", remove server options "anti_flood_prio_{...Sébastien Helleu
2023-11-07irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle...Sébastien Helleu
2023-11-01core, plugins: set error to NULL before calling strtol()Sébastien Helleu
2023-10-30irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and s...Sébastien Helleu
2023-10-19irc: revert compute of nick colors to case sensitive way, deprecate again IRC...Sébastien Helleu
2023-10-15irc: add option irc.look.ignore_tag_messages (closes #989)Sébastien Helleu
2023-10-15irc: add structure with context sent as unique parameter to IRC protocol call...Sébastien Helleu
2023-09-22irc: display "owner" for +q and "admin" for +a in output of `/names` (closes ...Sébastien Helleu
2023-09-14irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)Sébastien Helleu
2023-09-14irc: update title in query buffer when remote nick is myself (issue #2016)Sébastien Helleu
2023-09-14irc: fix title of query buffer for own messages received (issue #2016)Sébastien Helleu
2023-09-14irc: open a query buffer on PRIVMSG received from self nick when capability e...Sébastien Helleu
2023-09-14irc: don't open a new private buffer on `/msg` command when capability echo-m...Sébastien Helleu
2023-09-14irc: fix title of private buffers wrongly set to own address when capability ...Sébastien Helleu
2023-08-27irc: add count and mode filter in command `/names` (closes #98)Sébastien Helleu
2023-08-26irc: add count for all nick modes in output of `/names` (closes #97)Sébastien Helleu
2023-08-26irc: use str_nicks only if not NULL in callback of message 353Sébastien Helleu
2023-08-24irc: compute color in case insensitive way (closes #194)Sébastien Helleu
2023-08-18irc: fix wrong time displayed for CTCP messages received from self nick (clos...Sébastien Helleu
2023-08-09irc: add missing tags on multiline messages (closes #1987)Sébastien Helleu
2023-08-01irc: fix display of outgoing notice with channel when capability "echo-messag...Sébastien Helleu
2023-08-01irc: add channel in "autojoin" server option only when the channel is actuall...Sébastien Helleu
2023-07-18irc: fix display of self CTCP message containing bold attribute (closes #1981)Sébastien Helleu
2023-07-08core: use type "enum" in optionsSébastien Helleu
2023-06-26irc: fix display of country code in message 344 received as whois geo info (i...Sébastien Helleu
2023-06-26irc: display commands 716/717 in private buffer (if present) (closes #146)Sébastien Helleu
2023-06-25irc: reply to a CTCP request sent to self nick (closes #1966)Sébastien Helleu
2023-06-04irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ...Sébastien Helleu
2023-06-03irc: add option irc.look.display_host_noticeSébastien Helleu
2023-05-29irc: hide password in messages to nickserv with cap echo-message enabled (iss...Sébastien Helleu
2023-05-29irc: add command `/action` (closes #201, issue #1577), remove alias `action`Sébastien Helleu
2023-05-27irc: add missing host tag in self messages with cap echo-message enabled (iss...Sébastien Helleu
2023-05-27irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message en...Sébastien Helleu
2023-05-27irc: display STATUSMSG actions differently from standard actions on channels ...Sébastien Helleu
2023-05-25irc: display actions sent with `/me` in private buffer instead of server buff...Sébastien Helleu
2023-05-25irc: fix display of actions sent with `/me` (issue #139)Sébastien Helleu
2023-05-25irc: fix duplicated CTCP messages displayed when capability "echo-message" is...Sébastien Helleu
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-23irc: fix display of status privmsg/notice, add missing tags in messages (issu...Sébastien Helleu
2023-05-23irc: add missing tags "irc_cap" and "log3" in cap messages (client capability)Sébastien Helleu
2023-05-18irc: optimize and reuse irc_channel_rejoinSimmo Saan
2023-05-18irc: use key when /join-ing in open channel bufferSimmo Saan
2023-05-17irc: add field "utf8only" in IRC server structureSébastien Helleu