[Top][All Lists]
[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.8-84-g782e01f |
Date: |
Fri, 27 Jul 2012 16:05:19 +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 782e01f17798478322f7634c43d35653e92c2b2a (commit)
from 32b8f345673f5eb736a27090e98de808f6e7fda2 (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 782e01f17798478322f7634c43d35653e92c2b2a
Author: Sebastien Helleu <address@hidden>
Date: Fri Jul 27 17:54:08 2012 +0200
relay: add support of SSL (for irc and weechat protocols), new option
relay.network.ssl_cert_key (task #12044)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +-
doc/de/autogen/user/irc_options.txt | 4 +-
doc/de/autogen/user/relay_commands.txt | 35 +-
doc/de/autogen/user/relay_options.txt | 16 +-
doc/de/autogen/user/xfer_options.txt | 6 +-
doc/de/weechat_user.de.txt | 40 ++-
doc/en/autogen/user/irc_options.txt | 4 +-
doc/en/autogen/user/relay_commands.txt | 9 +-
doc/en/autogen/user/relay_options.txt | 16 +-
doc/en/autogen/user/xfer_options.txt | 6 +-
doc/en/weechat_dev.en.txt | 1 +
doc/en/weechat_user.en.txt | 39 ++-
doc/fr/autogen/user/irc_options.txt | 4 +-
doc/fr/autogen/user/relay_commands.txt | 9 +-
doc/fr/autogen/user/relay_options.txt | 16 +-
doc/fr/autogen/user/xfer_options.txt | 6 +-
doc/fr/weechat_user.fr.txt | 39 ++-
doc/it/autogen/user/irc_options.txt | 4 +-
doc/it/autogen/user/relay_commands.txt | 41 ++-
doc/it/autogen/user/relay_options.txt | 16 +-
doc/it/autogen/user/xfer_options.txt | 6 +-
doc/it/weechat_user.it.txt | 40 ++-
po/POTFILES.in | 2 +
po/cs.po | 163 +++++++--
po/de.po | 177 +++++++--
po/es.po | 179 +++++++--
po/fr.po | 195 ++++++++---
po/hu.po | 139 ++++++--
po/it.po | 177 +++++++--
po/ja.po | 175 +++++++--
po/pl.po | 178 +++++++--
po/pt_BR.po | 153 ++++++--
po/ru.po | 140 ++++++--
po/srcfiles.cmake | 2 +
po/weechat.pot | 111 +++++--
src/core/wee-network.c | 8 +-
src/plugins/irc/irc-config.c | 4 +-
src/plugins/relay/CMakeLists.txt | 1 +
src/plugins/relay/Makefile.am | 2 +
src/plugins/relay/irc/relay-irc.c | 20 +-
src/plugins/relay/relay-buffer.c | 50 ++--
src/plugins/relay/relay-client.c | 386 +++++++++++++++++---
src/plugins/relay/relay-client.h | 10 +
src/plugins/relay/relay-command.c | 144 +++++---
src/plugins/relay/relay-completion.c | 13 +-
src/plugins/relay/relay-config.c | 102 ++++--
src/plugins/relay/relay-config.h | 5 +-
src/plugins/relay/relay-network.c | 163 ++++++++
.../{logger/logger.h => relay/relay-network.h} | 28 +-
src/plugins/relay/relay-server.c | 36 ++-
src/plugins/relay/relay-server.h | 8 +-
src/plugins/relay/relay.c | 42 +++
src/plugins/relay/relay.h | 1 +
src/plugins/relay/weechat/relay-weechat-protocol.c | 16 +-
src/plugins/relay/weechat/relay-weechat-protocol.h | 9 +-
src/plugins/xfer/xfer-config.c | 6 +-
56 files changed, 2519 insertions(+), 688 deletions(-)
create mode 100644 src/plugins/relay/relay-network.c
copy src/plugins/{logger/logger.h => relay/relay-network.h} (60%)
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-84-g782e01f,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-83-g32b8f34
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-85-g61ae7ee
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-83-g32b8f34
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-85-g61ae7ee
- Index(es):