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.5-165-g4853a53
Date: Fri, 26 Aug 2011 08:31:44 +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  4853a530b630440d34d2ce2f8f478523658dbca2 (commit)
       via  ebf72c7eda87e70aed16e890581307f527567bed (commit)
      from  c356b16322fc6d70d8e002796984e57dc5a20d8e (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 4853a530b630440d34d2ce2f8f478523658dbca2
Author: Sebastien Helleu <address@hidden>
Date:   Fri Aug 26 10:31:37 2011 +0200

    irc: improve split of privmsg, add split of some other messages (bug 
#29879), add new info_hashtable "irc_message_split", split irc messages in 
relay plugin
    
    List of new features/bugs fixed:
    - improve split of privmsg: keep CTCP in split
    - add split of messages: ison, join, notice, wallops, 005, 353
    - add new info_hashtable "irc_message_split" (for plugins/scripts)
    - in relay plugin: split irc messages sent to clients of irc proxy

commit ebf72c7eda87e70aed16e890581307f527567bed
Author: Sebastien Helleu <address@hidden>
Date:   Fri Aug 26 09:55:55 2011 +0200

    core: use dynamic buffer size for calls to vsnprintf

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

Summary of changes:
 ChangeLog                                     |    8 +-
 doc/de/autogen/plugin_api/hdata.txt           |    1 +
 doc/de/autogen/plugin_api/infos_hashtable.txt |    4 +-
 doc/de/weechat_scripting.de.txt               |    6 +-
 doc/en/autogen/plugin_api/hdata.txt           |    1 +
 doc/en/autogen/plugin_api/infos_hashtable.txt |    4 +-
 doc/en/weechat_plugin_api.en.txt              |    4 +-
 doc/en/weechat_scripting.en.txt               |    6 +-
 doc/fr/autogen/plugin_api/hdata.txt           |    1 +
 doc/fr/autogen/plugin_api/infos_hashtable.txt |    4 +-
 doc/fr/weechat_plugin_api.fr.txt              |    4 +-
 doc/fr/weechat_scripting.fr.txt               |    6 +-
 doc/it/autogen/plugin_api/hdata.txt           |    1 +
 doc/it/autogen/plugin_api/infos_hashtable.txt |    4 +-
 doc/it/weechat_plugin_api.it.txt              |    4 +-
 doc/it/weechat_scripting.it.txt               |    6 +-
 po/cs.po                                      |   14 +-
 po/de.po                                      |   14 +-
 po/es.po                                      |   14 +-
 po/fr.po                                      |   18 +-
 po/hu.po                                      |   14 +-
 po/it.po                                      |   14 +-
 po/pl.po                                      |   14 +-
 po/pt_BR.po                                   |   14 +-
 po/ru.po                                      |   14 +-
 po/weechat.pot                                |   14 +-
 src/core/wee-backtrace.c                      |   17 +-
 src/core/wee-completion.c                     |    2 +-
 src/core/wee-config-file.c                    |   20 +-
 src/core/wee-log.c                            |   65 ++--
 src/core/wee-string.c                         |   31 +-
 src/gui/gui-chat.c                            |   36 +-
 src/plugins/irc/irc-command.c                 |  111 ++++--
 src/plugins/irc/irc-info.c                    |   42 ++-
 src/plugins/irc/irc-input.c                   |   57 +--
 src/plugins/irc/irc-message.c                 |  520 +++++++++++++++++++++++++
 src/plugins/irc/irc-message.h                 |    2 +
 src/plugins/irc/irc-protocol.c                |   22 +-
 src/plugins/irc/irc-server.c                  |   88 ++++-
 src/plugins/irc/irc-server.h                  |   12 +-
 src/plugins/logger/logger.c                   |   49 +--
 src/plugins/logger/logger.h                   |    3 +-
 src/plugins/relay/relay-client-irc.c          |  151 +++++---
 src/plugins/relay/relay-client-weechat.c      |   29 +-
 src/plugins/scripts/script-api.c              |   80 ++---
 src/plugins/weechat-plugin.h                  |   30 ++-
 src/plugins/xfer/xfer-chat.c                  |   16 +-
 47 files changed, 1203 insertions(+), 388 deletions(-)


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



reply via email to

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