Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | irc: case-insensitive comparison on incoming CTCP command, force upper case ↵ | Sébastien Helleu | |
on CTCP replies (closes #1439) | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu | |
2019-01-13 | irc: fix compiler warning on GNU Hurd | Sé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-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-04 | core: replace "web site" by "website" | Sébastien Helleu | |
2018-02-05 | irc: 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-05 | core: update copyright dates | Sébastien Helleu | |
2017-09-23 | core, plugins: check return code of strftime function | Sébastien Helleu | |
2017-08-23 | irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value | Sébastien Helleu | |
2017-04-22 | irc: fix parsing of DCC filename | Tobias Stoeckmann | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-11-26 | irc: add tag "self_msg" on self messages (closes #840) | Sébastien Helleu | |
2016-06-18 | api: remove functions printf_date() and printf_tags() | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-07-17 | irc: fix format of comment | Sébastien Helleu | |
2015-07-04 | core: add missing comments before functions when the result must be freed ↵ | Sébastien Helleu | |
after use | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-12-13 | core: use https for WeeChat URLs | Sébastien Helleu | |
2014-11-01 | irc: reformat some code to make it more readable | Sébastien Helleu | |
2014-11-01 | irc: add argument "server_message" in function irc_nick_color_for_msg | Sébastien Helleu | |
2014-08-16 | irc: remove unneeded variable "seconds" | Sébastien Helleu | |
2014-08-16 | irc: fix translation of CTCP PING reply (closes #137) | Sébastien Helleu | |
2014-08-09 | irc: fix memory leak in CTCP answer | Sébastien Helleu | |
2014-07-01 | core: remove "www" in weechat.org URLs | Sébastien Helleu | |
2014-04-12 | irc: add tag with host ("host_xxx") in IRC messages displayed | Sébastien Helleu | |
2014-02-28 | irc: fix colors in message with CTCP reply sent to another user | Sebastien Helleu | |
2014-02-28 | irc: evaluate content of server options "username" and "realname" | Sebastien Helleu | |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu | |
2014-01-06 | xfer: use same infolist for hook and signals (patch #7974) | Andrew Potter | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-05-06 | irc: fix display of CTCP messages that contain bold attribute (bug #38895) | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-16 | irc: return git version in CTCP VERSION and FINGER by default, add "$git" ↵ | Sebastien Helleu | |
and "$versiongit" in format of CTCP replies | |||
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-11-27 | xfer: display remote IP address for DCC chat/file (task #12289) (patch from ↵ | Sebastien Helleu | |
Nils Görs) | |||
2012-11-23 | irc: 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-20 | irc: 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-30 | irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME ↵ | Sebastien Helleu | |
(task #12150) | |||
2012-03-12 | irc: use computed nick color in many messages instead of option ↵ | Sebastien Helleu | |
weechat.color.chat_nick | |||
2012-02-04 | irc: fix self-highlight when using /me with an IRC bouncer like znc (bug #35123) | Sebastien Helleu | |
2012-01-27 | irc: add alias "ctcp" for target buffer of CTCP messages | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server ↵ | Sebastien Helleu | |
(rfc1459, strict-rfc1459, ascii) (bug #34239) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-09-22 | core: 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-26 | irc: fix split of notices with ctcp (like ctcp version), display split ↵ | Sebastien Helleu | |
messages for notices with ctcp | |||
2011-04-24 | irc: use tag "notify_none" for self messages | Sebastien Helleu | |