weechat-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, maste


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.9-65-g53b8cdf
Date: Fri, 23 Nov 2012 20:31:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".

The branch, master has been updated
       via  53b8cdfef328017b08bc575854d5f6a5ad6ef1d3 (commit)
      from  777f977ea516bbf367c01deb7db4120ec70d5839 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 53b8cdfef328017b08bc575854d5f6a5ad6ef1d3
Author: Sebastien Helleu <address@hidden>
Date:   Fri Nov 23 21:31:22 2012 +0100

    irc: add support of tags in messages, add support of "server-time" 
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"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                     |    4 +-
 doc/de/autogen/plugin_api/infos_hashtable.txt |    2 +-
 doc/en/autogen/plugin_api/infos_hashtable.txt |    2 +-
 doc/fr/autogen/plugin_api/infos_hashtable.txt |    2 +-
 doc/it/autogen/plugin_api/infos_hashtable.txt |    2 +-
 doc/ja/autogen/plugin_api/infos_hashtable.txt |    2 +-
 po/cs.po                                      |    6 +-
 po/de.po                                      |    6 +-
 po/es.po                                      |    6 +-
 po/fr.po                                      |    8 +-
 po/hu.po                                      |    5 +-
 po/it.po                                      |    6 +-
 po/ja.po                                      |    6 +-
 po/pl.po                                      |    6 +-
 po/pt_BR.po                                   |    6 +-
 po/ru.po                                      |    5 +-
 po/weechat.pot                                |    5 +-
 src/plugins/irc/irc-ctcp.c                    |  254 ++--
 src/plugins/irc/irc-ctcp.h                    |   10 +-
 src/plugins/irc/irc-info.c                    |    8 +-
 src/plugins/irc/irc-message.c                 |  248 ++-
 src/plugins/irc/irc-message.h                 |    1 +
 src/plugins/irc/irc-notify.c                  |    4 +-
 src/plugins/irc/irc-protocol.c                | 2923 +++++++++++++------------
 src/plugins/irc/irc-protocol.h                |    8 +-
 src/plugins/irc/irc-server.c                  |   35 +-
 26 files changed, 1952 insertions(+), 1618 deletions(-)


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]