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-14-g248aa8d
Date: Sun, 14 Oct 2012 08:58:36 +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  248aa8d73a60060ee0e625942c31748e8262b593 (commit)
      from  70ce7fe3b6caa6128cb6e8bfb0eaaf39f1ebe4ce (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 248aa8d73a60060ee0e625942c31748e8262b593
Author: Simon Arlott <address@hidden>
Date:   Sun Oct 14 10:59:00 2012 +0200

    api: connect with IPv6 by default in hook_connect (with fallback to IPv4), 
shuffle list of hosts for a same address (task #11205)

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

Summary of changes:
 ChangeLog                               |    6 +-
 NEWS                                    |    9 +-
 doc/de/autogen/plugin_api/hdata.txt     |    2 +
 doc/de/autogen/user/irc_options.txt     |    4 +-
 doc/de/weechat_scripting.de.txt         |    3 +-
 doc/de/weechat_user.de.txt              |    2 +-
 doc/en/autogen/plugin_api/hdata.txt     |    2 +
 doc/en/autogen/user/irc_options.txt     |    4 +-
 doc/en/weechat_plugin_api.en.txt        |   15 +-
 doc/en/weechat_scripting.en.txt         |    3 +-
 doc/en/weechat_user.en.txt              |    2 +-
 doc/fr/autogen/plugin_api/hdata.txt     |    2 +
 doc/fr/autogen/user/irc_options.txt     |    4 +-
 doc/fr/weechat_plugin_api.fr.txt        |   16 +-
 doc/fr/weechat_scripting.fr.txt         |    3 +-
 doc/fr/weechat_user.fr.txt              |    2 +-
 doc/it/autogen/plugin_api/hdata.txt     |    2 +
 doc/it/autogen/user/irc_options.txt     |    4 +-
 doc/it/weechat_plugin_api.it.txt        |   17 +-
 doc/it/weechat_scripting.it.txt         |    3 +-
 doc/it/weechat_user.it.txt              |    2 +-
 doc/ja/autogen/plugin_api/hdata.txt     |    2 +
 doc/ja/autogen/user/irc_options.txt     |    4 +-
 doc/ja/weechat_scripting.ja.txt         |    3 +-
 doc/ja/weechat_user.ja.txt              |    2 +-
 doc/pl/weechat_scripting.pl.txt         |    3 +-
 po/cs.po                                |   49 ++-
 po/de.po                                |   51 ++-
 po/es.po                                |   55 ++-
 po/fr.po                                |   55 ++-
 po/hu.po                                |   45 ++-
 po/it.po                                |   49 ++-
 po/ja.po                                |   51 ++-
 po/pl.po                                |   49 ++-
 po/pt_BR.po                             |   49 ++-
 po/ru.po                                |   45 ++-
 po/weechat.pot                          |   40 +-
 src/core/wee-hook.c                     |   49 +++-
 src/core/wee-hook.h                     |   28 ++-
 src/core/wee-network.c                  |  664 ++++++++++++++++++++-----------
 src/plugins/guile/weechat-guile-api.c   |   28 +-
 src/plugins/irc/irc-config.c            |    3 +-
 src/plugins/irc/irc-server.c            |  130 +++----
 src/plugins/irc/irc-server.h            |    6 +-
 src/plugins/lua/weechat-lua-api.c       |   35 ++-
 src/plugins/perl/weechat-perl-api.c     |   21 +-
 src/plugins/plugin-script-api.c         |   10 +-
 src/plugins/plugin-script-api.h         |    4 +-
 src/plugins/python/weechat-python-api.c |   26 +-
 src/plugins/python/weechat-python.c     |    2 +
 src/plugins/ruby/weechat-ruby-api.c     |   31 +-
 src/plugins/tcl/weechat-tcl-api.c       |   26 +-
 src/plugins/weechat-plugin.h            |   23 +-
 53 files changed, 1110 insertions(+), 635 deletions(-)


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



reply via email to

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