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-76-gf5bc12e
Date: Sat, 23 Feb 2013 14:01:38 +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  f5bc12e72c01c4d3e9e871637ddcfbe046163015 (commit)
       via  9beb263e4ae6c65a3e653bfd7c69572de2963cf1 (commit)
      from  c17d3e155ca4b339de9b863087422b943bf1410b (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 f5bc12e72c01c4d3e9e871637ddcfbe046163015
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 23 14:55:28 2013 +0100

    rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new 
modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier 
"irc_message_auth")

commit 9beb263e4ae6c65a3e653bfd7c69572de2963cf1
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 23 14:54:07 2013 +0100

    irc: hide passwords in commands or messages sent to nickserv with modifiers 
(bug #38346)
    
    New modifiers: "irc_command_auth" and "irc_message_auth".
    Option removed: irc.look.hide_nickserv_pwd
    New option: irc.look.nicks_hide_password

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

Summary of changes:
 ChangeLog                                |    7 +
 NEWS                                     |   52 +++-
 doc/de/autogen/user/irc_options.txt      |   10 +-
 doc/en/autogen/user/irc_options.txt      |   10 +-
 doc/en/weechat_dev.en.txt                |    1 -
 doc/en/weechat_plugin_api.en.txt         |   12 +
 doc/fr/autogen/user/irc_options.txt      |   10 +-
 doc/fr/weechat_plugin_api.fr.txt         |   12 +
 doc/it/autogen/user/irc_options.txt      |   10 +-
 doc/it/weechat_plugin_api.it.txt         |   14 +
 doc/ja/autogen/user/irc_options.txt      |   10 +-
 po/POTFILES.in                           |    2 -
 po/cs.po                                 |   75 +++---
 po/de.po                                 |   71 +++--
 po/es.po                                 |   71 +++--
 po/fr.po                                 |   75 +++--
 po/hu.po                                 |   75 +++---
 po/it.po                                 |   71 +++--
 po/ja.po                                 |   67 +++--
 po/pl.po                                 |   75 +++---
 po/pt_BR.po                              |   71 +++--
 po/ru.po                                 |   79 +++---
 po/srcfiles.cmake                        |    2 -
 po/weechat.pot                           |   69 +++--
 src/plugins/irc/CMakeLists.txt           |    1 -
 src/plugins/irc/Makefile.am              |    2 -
 src/plugins/irc/irc-command.c            |  423 +++++++++++++++++++++++++-
 src/plugins/irc/irc-config.c             |   56 +++-
 src/plugins/irc/irc-config.h             |    4 +-
 src/plugins/irc/irc-display.c            |  481 ------------------------------
 src/plugins/irc/irc-display.h            |   28 --
 src/plugins/rmodifier/rmodifier-config.c |    7 +-
 32 files changed, 998 insertions(+), 955 deletions(-)
 delete mode 100644 src/plugins/irc/irc-display.c
 delete mode 100644 src/plugins/irc/irc-display.h


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



reply via email to

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