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-63-gbc079b0
Date: Sun, 17 Feb 2013 12:28:02 +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  bc079b007dbef41db8082f3e668a5e131bd60300 (commit)
       via  6e3f6270d1af8863b9fa602732e83d6f139df8a8 (commit)
       via  8b875cd4121acaf8edbefcb2730cd9b396af0b01 (commit)
      from  c1bc23b052e47dd2b2994f971384fdc7cacd327b (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 bc079b007dbef41db8082f3e668a5e131bd60300
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 17 13:27:36 2013 +0100

    irc: unmask smart filtered join if nick speaks in channel some minutes 
after the join, new option irc.look.smart_filter_join_unmask (task #12405)
    
    The nick changes are tracked and will be unmasked with the join.
    Events triggering the unmask of join are: a message (can be CTCP), a notice 
or
    an update of topic.

commit 6e3f6270d1af8863b9fa602732e83d6f139df8a8
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 17 12:16:00 2013 +0100

    core: allow read of array in hdata without using index

commit 8b875cd4121acaf8edbefcb2730cd9b396af0b01
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 16 18:38:39 2013 +0100

    irc: fix type of values in hashtables join_manual/join_noswitch, fix delay 
for purge

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

Summary of changes:
 ChangeLog                           |    5 +-
 doc/de/autogen/plugin_api/hdata.txt |    1 +
 doc/de/autogen/user/irc_options.txt |    7 +-
 doc/en/autogen/plugin_api/hdata.txt |    1 +
 doc/en/autogen/user/irc_options.txt |    7 +-
 doc/fr/autogen/plugin_api/hdata.txt |    1 +
 doc/fr/autogen/user/irc_options.txt |    7 +-
 doc/it/autogen/plugin_api/hdata.txt |    1 +
 doc/it/autogen/user/irc_options.txt |    7 +-
 doc/ja/autogen/plugin_api/hdata.txt |    1 +
 doc/ja/autogen/user/irc_options.txt |    7 +-
 po/cs.po                            |   13 ++-
 po/de.po                            |   13 ++-
 po/es.po                            |   13 ++-
 po/fr.po                            |   32 ++++-
 po/hu.po                            |   12 ++-
 po/it.po                            |   13 ++-
 po/ja.po                            |   13 ++-
 po/pl.po                            |   13 ++-
 po/pt_BR.po                         |   12 ++-
 po/ru.po                            |   12 ++-
 po/weechat.pot                      |   12 ++-
 src/core/wee-hdata.c                |   16 +-
 src/plugins/irc/irc-channel.c       |  260 +++++++++++++++++++++++++++++++++++
 src/plugins/irc/irc-channel.h       |   11 ++
 src/plugins/irc/irc-config.c        |   12 ++-
 src/plugins/irc/irc-config.h        |    1 +
 src/plugins/irc/irc-protocol.c      |   64 ++++++++-
 src/plugins/irc/irc-server.c        |   60 ++++++--
 src/plugins/irc/irc-upgrade.c       |   38 +++++-
 30 files changed, 597 insertions(+), 68 deletions(-)


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



reply via email to

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