diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-12 10:56:52 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-12 10:56:52 +0100 |
commit | e3b7c8fdb775b76b7c042a74813f32876601c617 (patch) | |
tree | 573e14cedda82f1ab1ccb9593b6f448b07db00d5 /ChangeLog | |
parent | 491412b314f6a9db9de5d24daee7196bf5dfbdf5 (diff) | |
download | weechat-e3b7c8fdb775b76b7c042a74813f32876601c617.zip |
irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Version 0.3.7 (under dev!) * core: enable background process under Cygwin to connect to servers, fix reconnection problem (bug #34626) * api: add new functions strcasecmp_range and strncasecmp_range +* irc: add case insensitive string comparison based on casemapping of server + (rfc1459, strict-rfc1459, ascii) (bug #34239) * irc: display channel voice notices received in channel buffer (bug #34762), display channel/op notices sent in channel buffer * irc: add option irc.color.mirc_remap to remap mirc colors in messages to |