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-92-gad84257
Date: Sat, 09 Mar 2013 08:06:55 +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  ad842577c5607d426dfda73b4cca1a6a71663e57 (commit)
       via  d2ff46fa69ddfd999ce7a405e336221e6197738d (commit)
       via  9fdeef247e4c6fe506355211743c653bba083aaa (commit)
       via  fced67b45984cf59fd833bf9ef69223f4c432b58 (commit)
       via  b352891c2b39ea1c3eb6423219e38c7d571923b2 (commit)
       via  8b925baa3cff083653b38603cf19090748d9a82e (commit)
       via  844ba9e1c07d0f17c0081d666591c5f2758078bf (commit)
      from  11396b3266585b632385c58124d95e7a658ffded (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 ad842577c5607d426dfda73b4cca1a6a71663e57
Author: Sebastien Helleu <address@hidden>
Date:   Sat Mar 9 09:06:22 2013 +0100

    doc: add example of messages and message "_nicklist_diff" in relay protocol

commit d2ff46fa69ddfd999ce7a405e336221e6197738d
Author: Sebastien Helleu <address@hidden>
Date:   Sat Mar 9 09:04:49 2013 +0100

    relay: add message "_nicklist_diff" (differences between old and current 
nicklist)
    
    This is an experimental feature, that must be explicitely enabled by clients
    (for weechat protocol) in the init command with option "nicklistdiff", for 
example:
    
      init password=mypasswd,nicklistdiff=1
    
    This option will be removed when clients will handle nicklist diff.

commit 9fdeef247e4c6fe506355211743c653bba083aaa
Author: Sebastien Helleu <address@hidden>
Date:   Fri Mar 8 23:13:58 2013 +0100

    core: add signals and hsignals for nicklist events
    
    New signals: nicklist_group_removing and nicklist_nick_removing.
    New hsignals: nicklist_group_added, nicklist_nick_added, 
nicklist_group_removing,
    nicklist_nick_removing, nicklist_group_changed, nicklist_nick_changed.

commit fced67b45984cf59fd833bf9ef69223f4c432b58
Author: Sebastien Helleu <address@hidden>
Date:   Thu Mar 7 19:55:24 2013 +0100

    doc: update hdata "buffer" in plugin API reference

commit b352891c2b39ea1c3eb6423219e38c7d571923b2
Author: Sebastien Helleu <address@hidden>
Date:   Thu Mar 7 13:20:16 2013 +0100

    api: allow hashtable with keys that are not strings in function 
hashtable_add_to_infolist

commit 8b925baa3cff083653b38603cf19090748d9a82e
Author: Sebastien Helleu <address@hidden>
Date:   Sun Mar 3 11:30:58 2013 +0100

    core: add count for groups, nicks, and total in nicklist

commit 844ba9e1c07d0f17c0081d666591c5f2758078bf
Author: Sebastien Helleu <address@hidden>
Date:   Sat Mar 2 09:35:02 2013 +0100

    core: optimize function nicklist_remove_all (don't remove and create again 
"root" group)

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

Summary of changes:
 ChangeLog                                          |    9 +-
 doc/de/autogen/plugin_api/hdata.txt                |    3 +
 doc/en/autogen/plugin_api/hdata.txt                |    3 +
 doc/en/weechat_dev.en.txt                          |    1 +
 doc/en/weechat_plugin_api.en.txt                   |   65 ++-
 doc/en/weechat_relay_protocol.en.txt               |  730 +++++++++++++++++---
 doc/fr/autogen/plugin_api/hdata.txt                |    3 +
 doc/fr/weechat_plugin_api.fr.txt                   |   62 ++-
 doc/it/autogen/plugin_api/hdata.txt                |    3 +
 doc/it/weechat_plugin_api.it.txt                   |   76 ++-
 doc/ja/autogen/plugin_api/hdata.txt                |    3 +
 po/POTFILES.in                                     |    2 +
 po/srcfiles.cmake                                  |    2 +
 src/core/wee-hashtable.c                           |    6 +-
 src/gui/gui-buffer.c                               |   22 +
 src/gui/gui-buffer.h                               |    3 +
 src/gui/gui-nicklist.c                             |   73 ++-
 src/plugins/relay/CMakeLists.txt                   |    1 +
 src/plugins/relay/Makefile.am                      |    2 +
 src/plugins/relay/weechat/relay-weechat-msg.c      |  166 +++--
 src/plugins/relay/weechat/relay-weechat-msg.h      |    5 +-
 src/plugins/relay/weechat/relay-weechat-nicklist.c |  155 +++++
 src/plugins/relay/weechat/relay-weechat-nicklist.h |   57 ++
 src/plugins/relay/weechat/relay-weechat-protocol.c |  156 +++--
 src/plugins/relay/weechat/relay-weechat-protocol.h |    3 +
 src/plugins/relay/weechat/relay-weechat.c          |   77 ++-
 src/plugins/relay/weechat/relay-weechat.h          |    3 +-
 27 files changed, 1444 insertions(+), 247 deletions(-)
 create mode 100644 src/plugins/relay/weechat/relay-weechat-nicklist.c
 create mode 100644 src/plugins/relay/weechat/relay-weechat-nicklist.h


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



reply via email to

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