summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-ctcp.c
AgeCommit message (Expand)Author
2021-01-02core: update copyright datesSébastien Helleu
2020-01-11irc: case-insensitive comparison on incoming CTCP command, force upper case o...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
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
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 (close...Sébastien Helleu
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 aft...Sébastien Helleu
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" and...Sebastien Helleu
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 N...Sebastien Helleu
2012-11-23irc: add support of tags in messages, add support of "server-time" capability...Sebastien Helleu
2012-08-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien Helleu
2012-06-30irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (ta...Sebastien Helleu
2012-03-12irc: use computed nick color in many messages instead of option weechat.color...Sebastien Helleu
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 (r...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-26irc: fix split of notices with ctcp (like ctcp version), display split messag...Sebastien Helleu