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.3-166-g88d5ff3
Date: Sat, 22 Feb 2014 19:04:24 +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  88d5ff3f2075736616f098e3c414fcb57738c3d3 (commit)
       via  4d7e6c1664e42016d2f757b71f09ac0b7529ae3e (commit)
       via  c3775888bde7ab3be5cd256615af4780bc137a75 (commit)
       via  0c3835d82470f7dff15fd6ece6f7ded0520e3419 (commit)
       via  a08679c887b5ec542d2da39ade1fbc1c806c732b (commit)
       via  a0651e11bd34a45d2a6f6db49fe0448ab154e548 (commit)
       via  b8f07e935af22380e0aee7944523fc3f32294d1e (commit)
       via  60456c31e9fa6e3fa38a9ac2a9a6f2c43bd40bc6 (commit)
       via  b04fead1aba77f4ddbeff9889558c1f923d12194 (commit)
       via  381140f964c394986c8ed81174bbee954b92323d (commit)
       via  3ef27075f994714efa85935ffbae5089488a5bc9 (commit)
       via  e4493a1b0c6278be9947ec592453462756983685 (commit)
       via  86f5145e1a4b4b2b35fa76ed387932523ac6231d (commit)
       via  6339c15c6d8543a858181d6396fc10753ac3e96d (commit)
       via  71911141046b341be0006a34c1d0b5fdcf308f2e (commit)
       via  4a9e1c98d27dea1a0c0d3ddae589d751d7d69727 (commit)
       via  47d89ce20189401bb72b39e5d677e4cd1cc99232 (commit)
       via  bcf0a94bf436ae42bc73f8e15a44d1523cc20117 (commit)
       via  913de0c29b0eb0e4285c85b50cc448bf25ff8cf6 (commit)
       via  9ce8fc70683d4d7632b7ff5868766e361ac3d8e8 (commit)
       via  0110f81e8896c7a1f57d3f62f190f6dd7d87fe90 (commit)
      from  c3c1a63ea82d1026670cd9a8a94adfaf2d3503b5 (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 88d5ff3f2075736616f098e3c414fcb57738c3d3
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 20:03:34 2014 +0100

    core: fix possible zero bytes allocation in /help command

commit 4d7e6c1664e42016d2f757b71f09ac0b7529ae3e
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 19:54:02 2014 +0100

    core: fix potential dereference of NULL pointer in function 
command_set_display_option

commit c3775888bde7ab3be5cd256615af4780bc137a75
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 17:10:35 2014 +0100

    trigger: fix crash when a signal is received with type "int" and NULL 
pointer in signal_data

commit 0c3835d82470f7dff15fd6ece6f7ded0520e3419
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 17:10:01 2014 +0100

    scripts: fix crash when a signal is received with type "int" and NULL 
pointer in signal_data

commit a08679c887b5ec542d2da39ade1fbc1c806c732b
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 16:33:02 2014 +0100

    irc: set option irc.network.autoreconnect_delay_max to 600 by default, 
increase max value to 604800 seconds (7 days)

commit a0651e11bd34a45d2a6f6db49fe0448ab154e548
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 15:22:27 2014 +0100

    core: fix memory leak in function gui_key_add_to_infolist (in case of 
insufficient memory)

commit b8f07e935af22380e0aee7944523fc3f32294d1e
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 15:16:31 2014 +0100

    core: remove dead assignment in function gui_key_pressed

commit 60456c31e9fa6e3fa38a9ac2a9a6f2c43bd40bc6
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 15:13:26 2014 +0100

    relay: remove dead assignment in function relay_client_recv_cb

commit b04fead1aba77f4ddbeff9889558c1f923d12194
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 15:07:59 2014 +0100

    core: remove dead assignment in function gui_bar_window_draw

commit 381140f964c394986c8ed81174bbee954b92323d
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 14:59:24 2014 +0100

    irc: remove dead assignment in function irc_ignore_check

commit 3ef27075f994714efa85935ffbae5089488a5bc9
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 14:54:21 2014 +0100

    xfer: remove dead assignment in function xfer_add_cb

commit e4493a1b0c6278be9947ec592453462756983685
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 14:51:59 2014 +0100

    relay: remove dead assignment in function relay_irc_get_line_info

commit 86f5145e1a4b4b2b35fa76ed387932523ac6231d
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 14:30:30 2014 +0100

    irc: fix read of MODES server value when in commands /op, /deop, /voice, 
/devoice, /halfop, /dehalfop

commit 6339c15c6d8543a858181d6396fc10753ac3e96d
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 13:57:28 2014 +0100

    script: remove dead assignments in functions script_action_{unload|reload}

commit 71911141046b341be0006a34c1d0b5fdcf308f2e
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 13:39:52 2014 +0100

    core: remove dead assignment in function gui_chat_printf_y

commit 4a9e1c98d27dea1a0c0d3ddae589d751d7d69727
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 13:37:54 2014 +0100

    irc: remove dead assignments in functions irc_server_str(n)casecmp

commit 47d89ce20189401bb72b39e5d677e4cd1cc99232
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 12:57:01 2014 +0100

    core: fix use of invalid pointer in function gui_bar_window_content_alloc 
(in case of insufficient memory)

commit bcf0a94bf436ae42bc73f8e15a44d1523cc20117
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 12:50:38 2014 +0100

    core: comment unneeded assignment in function string_split_shell (make C 
static analyzer happy)

commit 913de0c29b0eb0e4285c85b50cc448bf25ff8cf6
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 12:46:57 2014 +0100

    core: fix uninitialized value in function string_decode_base64

commit 9ce8fc70683d4d7632b7ff5868766e361ac3d8e8
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 12:28:19 2014 +0100

    core: fix memory leak and use of invalid pointer in split of string (in 
case of insufficient memory)

commit 0110f81e8896c7a1f57d3f62f190f6dd7d87fe90
Author: Sebastien Helleu <address@hidden>
Date:   Sat Feb 22 12:07:43 2014 +0100

    core: fix potential NULL pointer in function gui_color_emphasize

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

Summary of changes:
 ChangeLog                               |   14 ++++
 doc/de/autogen/user/irc_options.txt     |    2 +-
 doc/en/autogen/user/irc_options.txt     |    2 +-
 doc/fr/autogen/user/irc_options.txt     |    2 +-
 doc/it/autogen/user/irc_options.txt     |    2 +-
 doc/ja/autogen/user/irc_options.txt     |    2 +-
 doc/pl/autogen/user/irc_options.txt     |    2 +-
 src/core/wee-command.c                  |  113 ++++++++++++++++---------------
 src/core/wee-string.c                   |   13 +++-
 src/gui/curses/gui-curses-bar-window.c  |    3 -
 src/gui/gui-bar-window.c                |   12 ++-
 src/gui/gui-chat.c                      |    1 -
 src/gui/gui-color.c                     |    7 ++-
 src/gui/gui-key.c                       |    4 +-
 src/plugins/guile/weechat-guile-api.c   |   12 ++-
 src/plugins/irc/irc-command.c           |    1 -
 src/plugins/irc/irc-config.c            |    2 +-
 src/plugins/irc/irc-ignore.c            |    4 +-
 src/plugins/irc/irc-server.c            |    2 -
 src/plugins/lua/weechat-lua-api.c       |   12 ++-
 src/plugins/perl/weechat-perl-api.c     |   12 ++-
 src/plugins/python/weechat-python-api.c |   12 ++-
 src/plugins/relay/irc/relay-irc.c       |    1 -
 src/plugins/relay/relay-client.c        |    1 -
 src/plugins/ruby/weechat-ruby-api.c     |   12 ++-
 src/plugins/script/script-action.c      |    2 -
 src/plugins/tcl/weechat-tcl-api.c       |   12 ++-
 src/plugins/trigger/trigger-callback.c  |    8 ++-
 src/plugins/xfer/xfer.c                 |    1 -
 29 files changed, 163 insertions(+), 110 deletions(-)


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



reply via email to

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