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-128-gcf76379
Date: Mon, 24 Dec 2012 16:31:56 +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  cf76379aa96a4df0677f1d1485d38225a3d79c95 (commit)
       via  2e48874ce04d2adb537dec3c4725638c089404c5 (commit)
       via  2597bafe367138ef7cbafd139a1e94da2befffd5 (commit)
       via  33f01dcb636b012c4d4dc95bc9d9978d7337dc97 (commit)
      from  0c15deefc052b62a82e6924b896de397fe4b1449 (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 cf76379aa96a4df0677f1d1485d38225a3d79c95
Author: Sebastien Helleu <address@hidden>
Date:   Mon Dec 24 17:31:33 2012 +0100

    relay: add backlog, options and server capability "server-time" for irc 
protocol (task #12076)
    
    New options:
    - relay.irc.backlog_max_minutes
    - relay.irc.backlog_max_number
    - relay.irc.backlog_since_last_disconnect
    - relay.irc.backlog_tags
    - relay.irc.backlog_time_format

commit 2e48874ce04d2adb537dec3c4725638c089404c5
Author: Sebastien Helleu <address@hidden>
Date:   Mon Dec 24 16:23:01 2012 +0100

    irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for 
command "NICK"

commit 2597bafe367138ef7cbafd139a1e94da2befffd5
Author: Sebastien Helleu <address@hidden>
Date:   Mon Dec 24 15:40:50 2012 +0100

    irc: fix crash when splitting a message with tags

commit 33f01dcb636b012c4d4dc95bc9d9978d7337dc97
Author: Sebastien Helleu <address@hidden>
Date:   Sun Dec 23 10:51:54 2012 +0100

    relay: fix crash after /upgrade when a client is connected

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

Summary of changes:
 ChangeLog                             |    9 +-
 doc/de/autogen/user/relay_options.txt |   25 ++
 doc/en/autogen/user/relay_options.txt |   25 ++
 doc/fr/autogen/user/relay_options.txt |   25 ++
 doc/it/autogen/user/relay_options.txt |   25 ++
 doc/ja/autogen/user/relay_options.txt |   25 ++
 po/cs.po                              |   28 ++-
 po/de.po                              |   33 ++-
 po/es.po                              |   30 ++-
 po/fr.po                              |   39 ++-
 po/hu.po                              |   30 ++-
 po/it.po                              |   32 ++-
 po/ja.po                              |   30 ++-
 po/pl.po                              |   30 ++-
 po/pt_BR.po                           |   30 ++-
 po/ru.po                              |   28 ++-
 po/weechat.pot                        |   26 ++-
 src/plugins/irc/irc-message.c         |    4 +-
 src/plugins/irc/irc-protocol.c        |   25 +-
 src/plugins/relay/irc/relay-irc.c     |  597 ++++++++++++++++++++++++++++++++-
 src/plugins/relay/irc/relay-irc.h     |   22 ++
 src/plugins/relay/relay-client.c      |   21 ++
 src/plugins/relay/relay-client.h      |    1 +
 src/plugins/relay/relay-config.c      |  135 ++++++++-
 src/plugins/relay/relay-config.h      |    8 +
 src/plugins/relay/relay-server.c      |   73 ++++-
 src/plugins/relay/relay-server.h      |    3 +
 src/plugins/relay/relay-upgrade.c     |   38 ++
 src/plugins/relay/relay-upgrade.h     |    1 +
 src/plugins/relay/relay.c             |    2 +
 30 files changed, 1347 insertions(+), 53 deletions(-)


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



reply via email to

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