summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-ctcp.c
AgeCommit message (Collapse)Author
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-01-13irc: fix compiler warning on GNU HurdSébastien Helleu
This fixes the following warning: irc-ctcp.c:411:46: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-04core: replace "web site" by "website"Sébastien Helleu
2018-02-05irc: allow ${irc_server.xxx} and ${server} in server evaluated options ↵Sébastien Helleu
(closes #1144) The server option "ssl_fingerprint" is now evaluated when it is used (during SSL connection), instead of when it is set with command /set.
2018-01-05core: update copyright datesSébastien Helleu
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-08-23irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty valueSébastien Helleu
2017-04-22irc: fix parsing of DCC filenameTobias Stoeckmann
2017-01-01core: update copyright datesSébastien Helleu
2016-11-26irc: add tag "self_msg" on self messages (closes #840)Sébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-17irc: fix format of commentSébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed ↵Sébastien Helleu
after use
2015-01-01core: update copyright datesSébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-11-01irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu
2014-08-16irc: remove unneeded variable "seconds"Sébastien Helleu
2014-08-16irc: fix translation of CTCP PING reply (closes #137)Sébastien Helleu
2014-08-09irc: fix memory leak in CTCP answerSébastien Helleu
2014-07-01core: remove "www" in weechat.org URLsSébastien Helleu
2014-04-12irc: add tag with host ("host_xxx") in IRC messages displayedSébastien Helleu
2014-02-28irc: fix colors in message with CTCP reply sent to another userSebastien Helleu
2014-02-28irc: evaluate content of server options "username" and "realname"Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-06xfer: use same infolist for hook and signals (patch #7974)Andrew Potter
2014-01-01core: update copyright datesSebastien Helleu
2013-05-06irc: fix display of CTCP messages that contain bold attribute (bug #38895)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" ↵Sebastien Helleu
and "$versiongit" in format of CTCP replies
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from ↵Sebastien Helleu
Nils Görs)
2012-11-23irc: add support of tags in messages, add support of "server-time" ↵Sebastien Helleu
capability (task #12255) For a server called "znc" in WeeChat, following command will enable the "server-time" capability: /set irc.server.znc.capabilities "znc.in/server-time"
2012-08-20irc: move options weechat.look.nickmode{_empty} to ↵Sebastien Helleu
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour).
2012-06-30irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME ↵Sebastien Helleu
(task #12150)
2012-03-12irc: use computed nick color in many messages instead of option ↵Sebastien Helleu
weechat.color.chat_nick
2012-02-04irc: fix self-highlight when using /me with an IRC bouncer like znc (bug #35123)Sebastien Helleu
2012-01-27irc: add alias "ctcp" for target buffer of CTCP messagesSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server ↵Sebastien Helleu
(rfc1459, strict-rfc1459, ascii) (bug #34239)
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line
2011-08-26irc: fix split of notices with ctcp (like ctcp version), display split ↵Sebastien Helleu
messages for notices with ctcp
2011-04-24irc: use tag "notify_none" for self messagesSebastien Helleu
2011-04-11irc: use nick color for users outside the channelSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu