aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-ctcp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (closes #1439)Sébastien Helleu2020-01-111-51/+64
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-5/+27
* irc: fix compiler warning on GNU HurdSébastien Helleu2019-01-131-1/+1
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* core: replace "web site" by "website"Sébastien Helleu2018-11-041-1/+1
* irc: allow ${irc_server.xxx} and ${server} in server evaluated options (closes #1144)Sébastien Helleu2018-02-051-6/+6
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* core, plugins: check return code of strftime functionSébastien Helleu2017-09-231-3/+4
* irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty valueSébastien Helleu2017-08-231-2/+15
* irc: fix parsing of DCC filenameTobias Stoeckmann2017-04-221-1/+1
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* irc: add tag "self_msg" on self messages (closes #840)Sébastien Helleu2016-11-261-11/+14
* api: remove functions printf_date() and printf_tags()Sébastien Helleu2016-06-181-1/+2
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* irc: fix format of commentSébastien Helleu2015-07-171-1/+2
* core: add missing comments before functions when the result must be freed after useSébastien Helleu2015-07-041-0/+4
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* core: use https for WeeChat URLsSébastien Helleu2014-12-131-2/+2
* irc: reformat some code to make it more readableSébastien Helleu2014-11-011-207/+192
* irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu2014-11-011-12/+11
* irc: remove unneeded variable "seconds"Sébastien Helleu2014-08-161-3/+1
* irc: fix translation of CTCP PING reply (closes #137)Sébastien Helleu2014-08-161-24/+17
* irc: fix memory leak in CTCP answerSébastien Helleu2014-08-091-9/+15
* core: remove "www" in weechat.org URLsSébastien Helleu2014-07-011-2/+2
* irc: add tag with host ("host_xxx") in IRC messages displayedSébastien Helleu2014-04-121-12/+17
* irc: fix colors in message with CTCP reply sent to another userSebastien Helleu2014-02-281-3/+8
* irc: evaluate content of server options "username" and "realname"Sebastien Helleu2014-02-281-13/+25
* api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu2014-02-101-30/+30
* xfer: use same infolist for hook and signals (patch #7974)Andrew Potter2014-01-061-5/+5
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* irc: fix display of CTCP messages that contain bold attribute (bug #38895)Sebastien Helleu2013-05-061-1/+1
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* irc: return git version in CTCP VERSION and FINGER by default, add "$git" and "$versiongit" in format of CTCP repliesSebastien Helleu2012-12-161-11/+68
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-13/+13
* xfer: display remote IP address for DCC chat/file (task #12289) (patch from Nils Görs)Sebastien Helleu2012-11-271-2/+2
* irc: add support of tags in messages, add support of "server-time" capability (task #12255)Sebastien Helleu2012-11-231-123/+131
* irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)Sebastien Helleu2012-08-201-1/+2
* irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (task #12150)Sebastien Helleu2012-06-301-2/+8
* irc: use computed nick color in many messages instead of option weechat.color.chat_nickSebastien Helleu2012-03-121-7/+14
* irc: fix self-highlight when using /me with an IRC bouncer like znc (bug #35123)Sebastien Helleu2012-02-041-3/+3
* irc: add alias "ctcp" for target buffer of CTCP messagesSebastien Helleu2012-01-271-7/+27
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)Sebastien Helleu2011-11-121-3/+3
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-78/+78
* core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu2011-09-221-14/+14
* irc: fix split of notices with ctcp (like ctcp version), display split messages for notices with ctcpSebastien Helleu2011-08-261-22/+42