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, trigg


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, trigger, updated. v0.4.3-57-g65b40ab
Date: Thu, 13 Feb 2014 12:38:20 +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, trigger has been updated
       via  65b40ab5cc49eb7827e1800cd4d42477a200c997 (commit)
       via  c103bc65845c9cae14bf085751bb8c7b8ce4ba84 (commit)
       via  132b09bde9b87b48549c1b5a3e571407d565429d (commit)
       via  00402b87c27fe60460ffcc68da287a9932b13bd6 (commit)
       via  bc3eaa8d6209d448b0eef6e5a39774da8043b272 (commit)
       via  8ffba2ad9e113b81acb046e559754b85158ffdd7 (commit)
      from  4f0be6edb37e986815732f0731ec191923e7d5f6 (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 65b40ab5cc49eb7827e1800cd4d42477a200c997
Author: Sebastien Helleu <address@hidden>
Date:   Thu Feb 13 13:38:10 2014 +0100

    trigger: parse IRC messages received in signal/modifier hook callbacks
    
    The parsed message is added into hashtable "extra_vars".
    
    For example, signal "freenode,irc_in_PRIVMSG" received with the message
    "hello world!" on channel #weechat gives in the hashtable:
    
      extra_vars:
        tags: ""
        host: "address@hidden"
        tg_signal: "freenode,irc_in_PRIVMSG"
        channel: "#weechat"
        tg_signal_data: ":address@hidden PRIVMSG #weechat :hello world!"
        arguments: "#weechat :hello world!"
        nick: "tester"
        command: "PRIVMSG"
        message_without_tags: ":address@hidden PRIVMSG #weechat :hello world!"

commit c103bc65845c9cae14bf085751bb8c7b8ce4ba84
Author: Sebastien Helleu <address@hidden>
Date:   Thu Feb 13 12:52:06 2014 +0100

    trigger: refactor some code in hook callbacks using macros

commit 132b09bde9b87b48549c1b5a3e571407d565429d
Author: Sebastien Helleu <address@hidden>
Date:   Thu Feb 13 12:06:46 2014 +0100

    trigger: add hook focus

commit 00402b87c27fe60460ffcc68da287a9932b13bd6
Author: Sebastien Helleu <address@hidden>
Date:   Thu Feb 13 11:33:16 2014 +0100

    trigger: add hook command

commit bc3eaa8d6209d448b0eef6e5a39774da8043b272
Author: Sebastien Helleu <address@hidden>
Date:   Thu Feb 13 11:24:03 2014 +0100

    trigger: add extra colors in trigger monitor buffer

commit 8ffba2ad9e113b81acb046e559754b85158ffdd7
Author: Sebastien Helleu <address@hidden>
Date:   Thu Feb 13 11:21:30 2014 +0100

    trigger: add the name of buffer on trigger monitor when executing a command

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

Summary of changes:
 src/plugins/trigger/trigger-buffer.c     |   10 +-
 src/plugins/trigger/trigger-callback.c   |  445 +++++++++++++++---------------
 src/plugins/trigger/trigger-callback.h   |   48 ++++
 src/plugins/trigger/trigger-command.c    |   31 ++-
 src/plugins/trigger/trigger-completion.c |   35 ++-
 src/plugins/trigger/trigger.c            |  119 ++++++---
 src/plugins/trigger/trigger.h            |    9 +-
 7 files changed, 394 insertions(+), 303 deletions(-)


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



reply via email to

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