Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-28 | irc: make case insensitive comparison with a lower case string (issue #1872) | Sébastien Helleu | |
This is faster because with case insensitive comparison, the chars are converted to lower case anyway before being compared. | |||
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2022-12-19 | irc: fix calls to weechat_string_toupper | Sébastien Helleu | |
2022-09-10 | irc: replace chars "\01" by spaces in CTCP replies (closes #1819) | Sébastien Helleu | |
This prevents any attack due to an external security issue in the Linux netfilter implementation (nf_conntrack_irc). See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2663 | |||
2022-06-18 | core: add trailing slashes in URLs | Sébastien Helleu | |
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-12-30 | irc: add IRC message tags in messages displayed (closes #1680) | Sébastien Helleu | |
2021-11-07 | irc: extend size of some internal buffers | Sébastien Helleu | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
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) |