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.4.0-47-gc2aeb69
Date: Sun, 10 Feb 2013 19:22: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  c2aeb69c46a8f0222aed935afc46e0b27cbc94a0 (commit)
       via  eb11921f1633db940df4b0c02a43df1360d39b96 (commit)
       via  190c5dfcc2f4511e1ecc596b6d95bfaf392f616c (commit)
       via  96da9b91cf0fec5349e568f7b9b45dfef215ac08 (commit)
       via  d406bed52140002093bf76ae2f6ca98af6bd1415 (commit)
      from  7e0a675b62bb676cac9979ef07d1d291be2767c3 (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 c2aeb69c46a8f0222aed935afc46e0b27cbc94a0
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 10 20:22:13 2013 +0100

    relay: add experimental websocket server support (RFC 6455) for irc and 
weechat protocols, new option relay.network.websocket_allowed_origins
    
    It is a partial implementation of RFC 6455: fragmentation and control 
frames are
    not yet supported.
    Text and binary frames are supported.

commit eb11921f1633db940df4b0c02a43df1360d39b96
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 10 15:57:38 2013 +0100

    irc: add missing RFC 2813 in header

commit 190c5dfcc2f4511e1ecc596b6d95bfaf392f616c
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 10 15:55:44 2013 +0100

    doc: add IRC RFCs for file irc-protocol.c in developer's guide

commit 96da9b91cf0fec5349e568f7b9b45dfef215ac08
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 10 15:50:30 2013 +0100

    doc: use HTML pages for links to RFCs in user's guide

commit d406bed52140002093bf76ae2f6ca98af6bd1415
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 10 15:41:17 2013 +0100

    doc: fix typos in user's guide

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

Summary of changes:
 ChangeLog                                          |    4 +-
 doc/de/autogen/user/relay_options.txt              |    5 +
 doc/de/weechat_user.de.txt                         |   33 ++-
 doc/en/autogen/user/relay_options.txt              |    5 +
 doc/en/weechat_dev.en.txt                          |    3 +-
 doc/en/weechat_user.en.txt                         |   34 ++-
 doc/fr/autogen/user/relay_options.txt              |    5 +
 doc/fr/weechat_user.fr.txt                         |   40 ++-
 doc/it/autogen/user/relay_options.txt              |    5 +
 doc/it/weechat_user.it.txt                         |   33 ++-
 doc/ja/autogen/user/relay_options.txt              |    5 +
 doc/ja/weechat_user.ja.txt                         |   33 ++-
 po/POTFILES.in                                     |    2 +
 po/cs.po                                           |   20 +-
 po/de.po                                           |   23 +-
 po/es.po                                           |   20 +-
 po/fr.po                                           |   26 ++-
 po/hu.po                                           |   20 +-
 po/it.po                                           |   20 +-
 po/ja.po                                           |   21 +-
 po/pl.po                                           |   20 +-
 po/pt_BR.po                                        |   20 +-
 po/ru.po                                           |   20 +-
 po/srcfiles.cmake                                  |    2 +
 po/weechat.pot                                     |   20 +-
 src/plugins/irc/irc-protocol.c                     |    2 +-
 src/plugins/relay/CMakeLists.txt                   |    3 +-
 src/plugins/relay/Makefile.am                      |    4 +-
 src/plugins/relay/irc/relay-irc.c                  |   36 +--
 src/plugins/relay/irc/relay-irc.h                  |    2 +-
 src/plugins/relay/relay-client.c                   |  435 ++++++++++++++++++-
 src/plugins/relay/relay-client.h                   |   20 +-
 src/plugins/relay/relay-config.c                   |   48 +++
 src/plugins/relay/relay-config.h                   |    1 +
 src/plugins/relay/relay-raw.c                      |  128 ++++--
 src/plugins/relay/relay-raw.h                      |    3 +-
 src/plugins/relay/relay-server.c                   |    2 +-
 src/plugins/relay/relay-websocket.c                |  379 +++++++++++++++++
 src/plugins/relay/relay-websocket.h                |   38 ++
 src/plugins/relay/weechat/relay-weechat-msg.c      |   27 +-
 src/plugins/relay/weechat/relay-weechat-protocol.c |   10 +-
 src/plugins/relay/weechat/relay-weechat-protocol.h |    2 +-
 src/plugins/relay/weechat/relay-weechat.c          |   45 +--
 43 files changed, 1405 insertions(+), 219 deletions(-)
 create mode 100644 src/plugins/relay/relay-websocket.c
 create mode 100644 src/plugins/relay/relay-websocket.h


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



reply via email to

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