commit 66586101c171438f4fbc3700c283f7a5191d0528
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jul 8 15:31:12 2010 +0200

    prepare 0.1.4 release

 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit ad8056491c7f46c5c2583fa3a291efba9385ec62
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jul 5 14:18:57 2010 +0200

    fix TpContact leak (#28903)

 telepathy-logger/channel-text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 35ff9454674f766d5d8f89286b1092b44868dda4
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jul 5 14:02:29 2010 +0200

    observer: ignore channels that we are already observing

    telepathy-idle announce twice channels we receive from the
    bouncer. That's a
    bug (fdo #28918) but as a result ObserveChannels() is called twice.

    We should ignore those rather than creating a second TplChannel
    which would
    destroy the one we just created.

 telepathy-logger/observer.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit cd3d4fce75d731ac98037dc3c87b566ffd1998e0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jul 5 13:59:48 2010 +0200

    Store TplChannel we are preparing into a hash table

 telepathy-logger/observer.c |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

commit b1aeef1cc67f64ac5cfb8d961945ff401abaebf9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jul 5 13:36:54 2010 +0200

    remove tpl_observer_get_channel_map and rename hash table to
    'channels'

 telepathy-logger/observer.c |   40
 ++++++++++++----------------------------
 1 files changed, 12 insertions(+), 28 deletions(-)

commit 20d8caa264a50d0379611bd98c271a973c10cee1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jul 5 12:32:13 2010 +0200

    _tpl_observer_register_channel can be static

 telepathy-logger/observer-internal.h |    2 -
 telepathy-logger/observer.c          |   42
 ++++++++++++++++-----------------
 2 files changed, 20 insertions(+), 24 deletions(-)

commit ea5071e001f57d909ea51aceb7d3eec4cb895383
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jul 5 11:56:07 2010 +0200

    always pass a weak pointer to tp_connection_get_contacts_by_handle

 telepathy-logger/channel-text.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 61595266cdc2ea36079509c819c5808ebeeb512d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 28 14:41:27 2010 +0200

    set nano version flag

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7ab46391f5ca7b44662ce3e6f650b50e00233bdb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 28 14:32:48 2010 +0200

    prepare 0.1.3 release

 NEWS         |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 41 insertions(+), 1 deletions(-)

commit ac51cfaa44521bacdfb2c8daf5952b4576579b0d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 28 14:06:10 2010 +0200

    Don't cleanup stale log-ids when preparing text channels

    This takes a while as it involves lot of SQL comments and slow
    down the
    dispatching of channels (fdo #28787).

    According documentation of this function that's just an optionnal
    optimisation so disabling it won't hurt.
    I opened fdo #28791 about remaning issues in this code.

 telepathy-logger/channel-text.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit ac1e90143ed7bac237538e4750ae7a6ef9a4b354
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 28 12:55:42 2010 +0200

    Logger.client: add Recover flag

 data/Logger.client |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 7b5e47bb0311dff7a9469c4128afd317c1b83f21
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 28 12:37:22 2010 +0200

    install the logger to libexec

 data/Makefile.am                                   |    2 +-
 ....freedesktop.Telepathy.Client.Logger.service.in |    2 +-
 data/org.freedesktop.Telepathy.Logger.service.in   |    2 +-
 src/Makefile.am                                    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit f341ebddb803a615868a2a6645bc73e39ec12900
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 28 12:35:21 2010 +0200

    Set an empty list as default value for the ignorelist gconf key

 data/telepathy-logger.schemas |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 33df3bb1cc1d837458023ba33b4b3015cc01a21a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 28 12:30:09 2010 +0200

    use the channel specific handle if any

 telepathy-logger/channel-text.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit e04ef146ecfdf81e29f04a5d35085f291e0f49f9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 16:48:46 2010 +0200

    use tp_value_array_unpack

 telepathy-logger/channel-text.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 4118335fa2a357be6d14a18ae34fa178d962bd71
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 16:39:35 2010 +0200

    wrap big lines

 telepathy-logger/channel-text.c |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

commit 88da1cb9c683c534ab63a0f050f2ec82f5cbb770
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 16:36:52 2010 +0200

    get_self_contact_cb: no need to get the observer

 telepathy-logger/channel-text.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 1b9a7e2984e98ae5acebb7964a826330fc8234c3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 16:34:17 2010 +0200

    Simplfy settings of chatrooms info

 telepathy-logger/channel-text.c |  142
 +++++++++------------------------------
 1 files changed, 32 insertions(+), 110 deletions(-)

commit f3939391de4863b81c753678569f0522b1500531
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 16:20:58 2010 +0200

    No more need to get the remote contact separately

    This is done in pendingproc_get_remote_contacts() now.
    That also allow us to remove this bong selector thing.

 telepathy-logger/channel-text.c |   66
 ++-------------------------------------
 1 files changed, 3 insertions(+), 63 deletions(-)

commit 9fb0a05094e0f0ddf5ea299e096d1b283ef5b618
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 16:14:21 2010 +0200

    on_sent_signal_cb: use the contacts cache

 telepathy-logger/channel-text.c |   20 +++++++-------------
 1 files changed, 7 insertions(+), 13 deletions(-)

commit 3b637e7d08a3c659b2a8258acc6a12595820e2cd
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 16:06:15 2010 +0200

    Use the contacts cache when receiving a message

    Also update the cache if the sender wasn't in the cache.

 telepathy-logger/channel-text.c |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 172fea126665aa8765f86d65b3e07697dce085aa
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 15:58:18 2010 +0200

    channel-text: cache TpContact of participants (fdo #28680)

 telepathy-logger/channel-text.c |  120
 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 119 insertions(+), 1 deletions(-)

commit a7471db0edcb31925db7fe01da65320307a30da2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 15:13:58 2010 +0200

    Use tp_proxy_prepare_async to prepare the TpConnection

 telepathy-logger/channel.c |   36 +++++++++++++++++-------------------
 1 files changed, 17 insertions(+), 19 deletions(-)

commit 4eddf1c16daca14eb9a4f2c845dd06693a789f65
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 15:07:47 2010 +0200

    Use tp_proxy_prepare_async to prepare the TpChannel

 telepathy-logger/channel.c |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

commit 91078223d074e3a6227940190667805ce94eb8b1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 14:51:25 2010 +0200

    on_received_signal_with_contact_cb: no need to set the remote contact

    In the 1-1 case we already set it when preparing the channel so this
    was never
    called.

 telepathy-logger/channel-text.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 2329f706b417d22b853fa94bd7406190dbb1a5e8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 14:49:24 2010 +0200

    remove unused functions from the internal API

    Also reorder some static functions so we don't need prototypes.

 telepathy-logger/channel-text-internal.h |   19 -------
 telepathy-logger/channel-text.c          |   83
 +++++++++++++-----------------
 2 files changed, 36 insertions(+), 66 deletions(-)

commit 8a56d314ccfe4db85b1a6be78b5452d6c757e18c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 14:32:48 2010 +0200

    rename pendingproc_connect_signals to
    pendingproc_connect_message_signals

 telepathy-logger/channel-text.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1a0d77905d57a0b10336499f351ce026145aa79e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 14:20:15 2010 +0200

    Wait that we get contacts before connecting signals

    Callback of these signals assume that contacts have been retrieved.

 telepathy-logger/channel-text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 29d3ec96ec4fc72feda019fdbda6c5a79a0f40c7
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 14:10:02 2010 +0200

    remove useless prototypes

 telepathy-logger/channel-text.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 569873393d4f4ca322d9ca004196ed6e2956cd4d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 12:31:59 2010 +0200

    entry: re-introduce the 'account-path' prop but as read-only

    Clients are not supposed to create their own entries so they don't
    have to set
    this property.

 telepathy-logger/entry.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 468385b3e584f0fd6e6431651401f4908564e3bb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 12:15:02 2010 +0200

    log-store-xml: reuse existing TpAccount instead of creating a new one
    (fdo #28682)

 telepathy-logger/entry.h         |    1 +
 telepathy-logger/log-store-xml.c |   10 +---------
 2 files changed, 2 insertions(+), 9 deletions(-)

commit 2d5093ec7ac2b9f6995f7fe6952e5d03df4cc00e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 12:10:56 2010 +0200

    add tpl_entry_get_account

 telepathy-logger/entry.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 409112884116e87ebc94ae4403ad7c4e60e5877c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 12:01:56 2010 +0200

    entry: replace the 'account-path' property by the TpAccount itself

    Strictly speaking this is a API break but Empathy doesn't use this
    property
    and I kept the tpl_entry_get_account_path() method.

 telepathy-logger/channel-text.c        |   10 ++----
 telepathy-logger/entry-text-internal.h |    2 +-
 telepathy-logger/entry-text.c          |    4 +-
 telepathy-logger/entry.c               |   51
 +++++++++++--------------------
 telepathy-logger/entry.h               |    2 +
 telepathy-logger/log-store-xml.c       |    3 +-
 6 files changed, 28 insertions(+), 44 deletions(-)

commit a33ec0087f9391fcd776fcfc688953ba33023ca5
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 11:59:38 2010 +0200

    remove test-tpl-entry.c

    It's doesn't test anything and we should replace it by a proper
    test using
    fake services and stuffs.

 tests/Makefile.am      |    2 --
 tests/test-tpl-entry.c |   22 ----------------------
 2 files changed, 0 insertions(+), 24 deletions(-)

commit c1d87b39f4a2adeec9333e89d9268b266778230a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 11:54:06 2010 +0200

    depend on tp-glib 0.11.7

    We need it for tp_clear_object().

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f97cd6b751bd9b6cd5626adf26ed70b3de0af732
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 09:55:20 2010 +0200

    log_store_xml_get_dates: use g_date_compare to sort dates

    Dates are GDate and not string any more.

 telepathy-logger/log-store-xml.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit de64cfe28a40e780b338a4b6265552e53d81cda2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 10:57:38 2010 +0200

    Don't use remote contact as sender in chatrooms

    As said in a comment, the remote contact is only meant to be used
    for 1-1
    chat, not chatrooms.

 telepathy-logger/channel-text.c |   40
 +++++++++++++++++++++++---------------
 1 files changed, 24 insertions(+), 16 deletions(-)

commit 17e01673ba01141018877f1e79efa1712c7ed7ee
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 23 10:16:39 2010 +0200

    Properly check if the sender is the self user or not

 telepathy-logger/log-store-xml.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10613bd90112a952769db7d34d9e802c9db7f4ac
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Jun 22 14:06:34 2010 +0200

    always send debug messages to the debugger

    The comment was actually false, this is the only place where we
    send messages
    to the debugger.

 src/telepathy-logger.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 50efd39bbc95cd25d5b22f9b2fb2ef447c502147
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Sat Jun 19 19:01:41 2010 +0200

    Rename 'link' to 'l' to fix build warning

 telepathy-logger/action-chain.c |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit 06083af0cb849bca8adbf40356f3cf5fc40cd98f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 18 17:13:42 2010 +0200

    start dev of 0.1.3

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 55aa35331931a3f1224054e24e830e68400e6da9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 18 16:51:08 2010 +0200

    prepare 0.1.2

 NEWS         |   15 ++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)

commit ba630888f4cef7c00e305256a0950c3f8f02f5a8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 18 16:41:58 2010 +0200

    COPYING: remove first paragraph, everything is LGPL now

 COPYING |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit e9ec186de49c8424f141c50c4635788f7657611b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 18 11:56:30 2010 +0200

    relicense to LGPL

    All the files are now LGPL.

 COPYING      | 1139
 +++++++++++++++++++++++++---------------------------------
 COPYING.LGPL |  513 --------------------------
 2 files changed, 489 insertions(+), 1163 deletions(-)

commit 9206cd38105162416847e71c91d471cb825005ff
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 18 11:52:53 2010 +0200

    log-store-sqlite: relicense to LGPL

    This file was based on log-store and log-store-xml which have been
    relicensed.

 telepathy-logger/log-store-sqlite-internal.h |   19 +++++++++----------
 telepathy-logger/log-store-sqlite.c          |   19 +++++++++----------
 2 files changed, 18 insertions(+), 20 deletions(-)

commit 213f39e8366737b8a07a2a631592942f02d1995d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 18 11:50:58 2010 +0200

    log-store: sync header with Empathy

    empathy-log-store has been relicensed to LGPL:
    http://git.gnome.org/browse/empathy/commit/?id=b0eb7b2baf39cd5a509668bc53e5e34d70cb255d

 telepathy-logger/log-store-internal.h |   21 ++++++++++-----------
 telepathy-logger/log-store.c          |   21 ++++++++++-----------
 2 files changed, 20 insertions(+), 22 deletions(-)

commit 434a5f49d1e77a491a46c1c48ff547eedd613347
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 17 17:55:27 2010 +0200

    log-manager: sync header with Empathy

    empathy-log-manager has been relicensed to LGPL:
    http://git.gnome.org/browse/empathy/commit/?id=b8c3e1f86a5982c06a63116a6dc98a9b583b468c
    http://git.gnome.org/browse/empathy/commit/?id=f748067f6fa10635261313a28e0a0102168de91e

 telepathy-logger/log-manager-internal.h |   21 ++++++++++-----------
 telepathy-logger/log-manager.c          |   21 ++++++++++-----------
 telepathy-logger/log-manager.h          |   21 ++++++++++-----------
 3 files changed, 30 insertions(+), 33 deletions(-)

commit f299b31ba0f74c3fa0c5e5f51b57e82f6878989d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 17 17:51:23 2010 +0200

    log-store-xml: sync header with Empathy

    empathy-log-store-empathy has been relicensed to LGPL:
    http://git.gnome.org/browse/empathy/commit/?id=8728a86cda80fe0b824a8cb87b91db8eb1a2b99f
    http://git.gnome.org/browse/empathy/commit/?id=f9894b899100467c88b3cf6b218df704d49647c2

 telepathy-logger/log-store-xml-internal.h |   21 ++++++++++-----------
 telepathy-logger/log-store-xml.c          |   21 ++++++++++-----------
 2 files changed, 20 insertions(+), 22 deletions(-)

commit cceec9213e28cf6a93d8fb9010536282f6d462b8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 17 17:47:04 2010 +0200

    datetime: sync header with Empathy

    empathy-time has been relicensed to LGPL:
    http://git.gnome.org/browse/empathy/commit/?id=aeb4b0095d9685e8c40e4a86144f214caf3c63e8
    http://git.gnome.org/browse/empathy/commit/?id=ae842e153796a77dccc171254625793acf754c3f

 telepathy-logger/datetime-internal.h |   22 ++++++++++++----------
 telepathy-logger/datetime.c          |   20 ++++++++++----------
 2 files changed, 22 insertions(+), 20 deletions(-)

commit f56f3b98e23cff93fdfef0c308b48dda25879cd0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 17 16:25:33 2010 +0200

    don't log messages with the Rescued flag

 telepathy-logger/channel-text.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 4a53ffc99ce2e7abc1886400d888c583e4dce907
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:57:18 2010 +0100

    Explicitly link telepathy-logger-debug to libdbus and dbus-glib, too

 tests/twisted/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0657853f03d63d6e9cf2509e258a8ff0a4467627
Merge: 062ebf8 2d55234
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:48:27 2010 +0100

    Merge branch 'libification'

commit 2d55234900a3189041ab58f01630bd4875f7bdb9
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:44:09 2010 +0100

    Use the right LIBS to link telepathy-logger

    It uses API from libdbus and dbus-glib, which it accidentally picks up
    from telepathy-glib at the moment; however, we shouldn't rely on
    that, and
    GNU gold (and Fedora's patched GNU ld) have more pedantic defaults
    (equivalent to -Wl,--no-add-needed).

 src/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 9dd3767aac7dcca3429839b384425164147918ca
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:40:50 2010 +0100

    Set a SONAME for libtpl-extensions.so.1, if built

 configure.ac           |   14 +++++++++++++-
 extensions/Makefile.am |    2 ++
 2 files changed, 15 insertions(+), 1 deletions(-)

commit 9fc2fb64a4aae97caa4ea189479ebd4fdf96a9d1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:40:24 2010 +0100

    extensions/Makefile.am: use LDFLAGS correctly

    LIBS shouldn't be in LDFLAGS, they should be in LIBS or LIBADD.

 extensions/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 062ebf813ed355a87ac5c685c4d915f6748f0bce
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 17 15:29:58 2010 +0200

    update gitignore

 .gitignore |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2c92ca309f9a8cfe71acab8329ef5d42867cfa2a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 17 15:29:12 2010 +0200

    add telepathy-logger.h

 telepathy-logger/Makefile.am        |    1 +
 telepathy-logger/telepathy-logger.h |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

commit 059f39b5b444b7566b6da3d2eddd179c79239dbc
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:28:30 2010 +0100

    Set a proper SONAME for libtelepathy-logger.so

    We've already had prereleases that built a shared library claiming
    to be
    ….so.0, so to avoid confusion with those, start at ….so.1.

 configure.ac            |   20 ++++++++++++++++++++
 telepathy-logger/abi.am |   10 ++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

commit b8a7c0ceca03f8cdd3cd7ec3a9c24cfb72695957
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:26:48 2010 +0100

    Remove tpl_released, which is redundant with the way we use nano
    versions

 configure.ac |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit 33baca24c2ef5d4f1202898f95ed5f79c02b8c98
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:18:22 2010 +0100

    Update .gitignore

 .gitignore |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 789dff44028ea62675641a7a8a3cba1cdf29d52e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jun 17 14:17:01 2010 +0100

    Remove remnants of support for compiling without Text

 configure.ac              |   15 ---------------
 tests/twisted/Makefile.am |    7 -------
 2 files changed, 0 insertions(+), 22 deletions(-)

commit dcf1606a70deeb140c2d5479092cf6f55eca2d4b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 17 12:17:20 2010 +0200

    signal-type isn't a property any more

 telepathy-logger/entry.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 552672da7c58aefa7d51beb5a941529464e8566f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 16 15:53:35 2010 +0200

    rename telepathy-logger.pc to telepathy-logger-0.1.pc

 configure.ac                                       |    4 ++--
 telepathy-logger/Makefile.am                       |    2 +-
 .../telepathy-logger-0.1-uninstalled.pc.in         |   11 +++++++++++
 telepathy-logger/telepathy-logger-0.1.pc.in        |   11 +++++++++++
 .../telepathy-logger-uninstalled.pc.in             |   11 -----------
 telepathy-logger/telepathy-logger.pc.in            |   11 -----------
 6 files changed, 25 insertions(+), 25 deletions(-)

commit c1a395b1a4f034f5ccac63532ac8e9ca1c194a48
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Jun 15 19:19:43 2010 +0200

    set the right entity type on self entities

 telepathy-logger/channel-text.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b883e260f5431b12fee23ada666fbaa87c3ee0b1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Jun 15 19:08:54 2010 +0200

    rename TPL_ENTITY_USER to TPL_ENTITY_CONTACT

 telepathy-logger/channel-text.c  |    8 ++++----
 telepathy-logger/entity.c        |    8 ++++----
 telepathy-logger/entity.h        |    6 +++---
 telepathy-logger/log-store-xml.c |    2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 78a067c28db6644b6a154cf10aef91e6e9ff62be
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Jun 15 15:23:09 2010 +0200

    rename TplContact to TplEntity

 doc/reference/libtelepathy-logger/docs.xml |    2 +-
 telepathy-logger/channel-text.c            |   80 ++++++------
 telepathy-logger/dbus-service.c            |    2 +-
 telepathy-logger/debug-internal.h          |    2 +-
 telepathy-logger/debug.c                   |    2 +-
 telepathy-logger/entity-internal.h         |   30 ++--
 telepathy-logger/entity.c                  |  208
 ++++++++++++++--------------
 telepathy-logger/entity.h                  |   58 ++++----
 telepathy-logger/entry-internal.h          |    4 +-
 telepathy-logger/entry.c                   |   28 ++--
 telepathy-logger/entry.h                   |    4 +-
 telepathy-logger/log-store-xml.c           |   24 ++--
 12 files changed, 222 insertions(+), 222 deletions(-)

commit f9fe52d8603087f6c3856358f0e77f69d1b7c295
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Jun 15 15:07:58 2010 +0200

    move contact(-internal) to entity(-internal)

 telepathy-logger/Makefile.am        |    5 +-
 telepathy-logger/channel-text.c     |    2 +-
 telepathy-logger/contact-internal.h |   58 ------
 telepathy-logger/contact.c          |  369
 -----------------------------------
 telepathy-logger/contact.h          |   76 -------
 telepathy-logger/entity-internal.h  |   58 ++++++
 telepathy-logger/entity.c           |  369
 +++++++++++++++++++++++++++++++++++
 telepathy-logger/entity.h           |   76 +++++++
 telepathy-logger/entry.c            |    2 -
 telepathy-logger/entry.h            |    2 +-
 telepathy-logger/log-store-xml.c    |    2 +-
 11 files changed, 509 insertions(+), 510 deletions(-)

commit 95ba705e3568fd057cbe08ed49446640c7e98618
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 11 14:24:33 2010 +0200

    rename TPL_LOG_MANAGER_ERRORS to TPL_LOG_MANAGER_ERROR

 telepathy-logger/log-manager.c |    4 ++--
 telepathy-logger/log-manager.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit ccb0a5d0dd610fb4dde0e13679113f523403fe61
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 11 14:23:20 2010 +0200

    fix typos in doc

 telepathy-logger/log-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ffa9af25313b8065cbb2a647fdbe162d0625ad35
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 15:53:46 2010 +0200

    document contact

 telepathy-logger/contact.c |   41
 ++++++++++++++++++++++++++++++++++++++---
 1 files changed, 38 insertions(+), 3 deletions(-)

commit 3d3f52a877e8e600f3c4d9bc8ca51466d7e27836
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 15:52:02 2010 +0200

    remove tpl_contact_from_tp_contact declaration

    It's a private function now.

 telepathy-logger/contact.c |    4 ++--
 telepathy-logger/contact.h |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

commit ee5ef49b45b2fd784da3cc87f1d90f8153130ceb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 15:27:37 2010 +0200

    rename TPL_LOG_MANAGER_ERROR to TPL_LOG_MANAGER_ERRORS and properly
    define the quark

 telepathy-logger/log-manager.c |   29 ++++++++++++++++++++++++++++-
 telepathy-logger/log-manager.h |    4 +++-
 2 files changed, 31 insertions(+), 2 deletions(-)

commit d881dd295bd84cdee5fe2b25b36537638bc4c78c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 15:27:18 2010 +0200

    remove TPL_LOG_MANAGER_ERROR_FAILED

 telepathy-logger/log-manager.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 23ee977f624ba64d75fdd397c4eb54b5ef851ee0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 15:26:24 2010 +0200

    use g_return_fail is user pass invalid arg to API

 telepathy-logger/log-manager.c   |   90
 ++++++++------------------------------
 telepathy-logger/util-internal.h |   14 ------
 2 files changed, 18 insertions(+), 86 deletions(-)

commit d6723fca5ea722b8b07848a57853dd47490bc63a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 15:04:47 2010 +0200

    remove TPL_LOG_MANAGER_LOG_STORE_DEFAULT

    It's not used any more.

 telepathy-logger/log-manager.c |    8 ++++----
 telepathy-logger/log-manager.h |    1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 262503dc1d9a2e1e415d5703091ad99d669a3df4
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 15:02:29 2010 +0200

    document log-manager

 telepathy-logger/log-manager.c |   68
 +++++++++++++++++++++++++++++++--------
 telepathy-logger/log-manager.h |    3 +-
 2 files changed, 55 insertions(+), 16 deletions(-)

commit f7d13e675c99f36afed2584453d34e57b0dbc0e0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 14:08:25 2010 +0200

    document entry-text

 telepathy-logger/entry-text.c |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

commit 602bdafaf82bbf992f51cc5c8c0f15d3daca3b3c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 14:01:36 2010 +0200

    document entry

 telepathy-logger/entry.c |   34 ++++++++++++++++++++++++++++++----
 1 files changed, 30 insertions(+), 4 deletions(-)

commit 13cb3a00f4cf48a51cd39079abc9c2ba2adbf261
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 12:24:49 2010 +0200

    add public API to the doc

 doc/reference/libtelepathy-logger/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 6721413482fd2437516c21050d5eceaeb48a5667
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 12:17:23 2010 +0200

    remove private API from the doc

 doc/reference/libtelepathy-logger/docs.xml |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

commit c0834b017845706b3b6f6c16792c71154bc4f8e5
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 10:42:10 2010 +0200

    early return in setters if the arg is NULL

    Making properties "construct only" as the side effect to set the
    prop with the
    default value (NULL) if it hasn't been specified in the g_object_new()
    call.

 telepathy-logger/entry-text.c |    4 +++-
 telepathy-logger/entry.c      |   16 ++++++++++++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

commit 1f13e4ed9c37debfb547aaf3fe316598332cdf35
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Jun 10 11:07:02 2010 +0200

    remove tpl_contact_get_contact declaration

    Function is not defined.

 telepathy-logger/contact.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit a7f902589dcb3ba92eabc63df09c6c53088e28b4
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 9 17:24:37 2010 +0200

    entry-text: remove the 'tpl-channel-text' property

    It's not used by Empathy and TplChannelText is not part of the API.

 telepathy-logger/entry-text.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

commit b9d9ae18060c12a0e0ec4bc13c3ba274e25c38a1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 9 17:21:36 2010 +0200

    TplEntry::log-id: don't guarantee it's unique

 telepathy-logger/entry.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 0589d192382843078c34d7c99c4ae57c877889f6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 9 14:51:06 2010 +0200

    entry(-text): make all parameters construct-only

    We always use internal setters to change them and the user never
    has to modify
    them himself.

 telepathy-logger/entry-text.c |   10 ++++++----
 telepathy-logger/entry.c      |   17 ++++++++---------
 2 files changed, 14 insertions(+), 13 deletions(-)

commit 6193e1a9f6f934e0c2cbba39e6220379632b14a5
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 9 14:41:25 2010 +0200

    rename tpl_entry_get_pending_msg_id to
    tpl_entry_text_get_pending_msg_id

 telepathy-logger/channel-text.c        |    4 +-
 telepathy-logger/entry-internal.h      |    4 --
 telepathy-logger/entry-text-internal.h |    5 ++
 telepathy-logger/entry-text.c          |   77
 +++++++++++++++++++++++++++++++-
 telepathy-logger/entry-text.h          |    2 +
 telepathy-logger/entry.c               |   77
 --------------------------------
 telepathy-logger/entry.h               |    2 -
 telepathy-logger/log-store-sqlite.c    |    2 +-
 telepathy-logger/log-store-xml.c       |    3 +-
 9 files changed, 88 insertions(+), 88 deletions(-)

commit 378397df1e1b6027c04b8a484a606323afa76c8d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 7 16:41:43 2010 +0200

    move TplEntryDirection as part of the API as it's used by the
    'direction' prop

 telepathy-logger/entry-internal.h |    8 --------
 telepathy-logger/entry.h          |    8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

commit bb9910247f090c83836bf8581f8f5adfc819b4d1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 7 16:33:39 2010 +0200

    entry: remove 'signal-type' property

    It's not used by Empathy so there is no point to expose it in the API.

 telepathy-logger/entry.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

commit fd4e80e59f966ac3329d15920f0a699a251f0a8d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 7 16:28:32 2010 +0200

    rename test-tpl-log-entry.c to test-tpl-entry.c

 tests/Makefile.am          |    4 ++--
 tests/test-tpl-entry.c     |   22 ++++++++++++++++++++++
 tests/test-tpl-log-entry.c |   22 ----------------------
 3 files changed, 24 insertions(+), 24 deletions(-)

commit 92fe674be3a9b3d0d18a9018e52fcfe5eca7732e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 7 16:24:37 2010 +0200

    rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntry

 telepathy-logger/channel-text.c         |  110 +++++++-------
 telepathy-logger/dbus-service.c         |   10 +-
 telepathy-logger/entry-internal.h       |   86 ++++++------
 telepathy-logger/entry-text-internal.h  |   64 ++++----
 telepathy-logger/entry-text.c           |  120 ++++++++--------
 telepathy-logger/entry-text.h           |   28 ++--
 telepathy-logger/entry.c                |  246
 +++++++++++++++---------------
 telepathy-logger/entry.h                |   36 +++---
 telepathy-logger/log-manager-internal.h |    4 +-
 telepathy-logger/log-manager.c          |   36 +++---
 telepathy-logger/log-manager.h          |    2 +-
 telepathy-logger/log-store-internal.h   |    4 +-
 telepathy-logger/log-store-sqlite.c     |   68 +++++-----
 telepathy-logger/log-store-xml.c        |   98 ++++++------
 telepathy-logger/log-store.c            |   10 +-
 tests/test-tpl-log-entry.c              |    6 +-
 tests/test-tpl-log-manager.c            |    2 +-
 17 files changed, 465 insertions(+), 465 deletions(-)

commit 2e02fc6f1368aa8a745535131d94b5d29fb3c11a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Jun 7 15:18:25 2010 +0200

    move log-entry(-text) to entry(-text)

 doc/reference/libtelepathy-logger/Makefile.am |    8 +-
 doc/reference/libtelepathy-logger/docs.xml    |    4 +-
 telepathy-logger/Makefile.am                  |   12 +-
 telepathy-logger/channel-text.c               |    6 +-
 telepathy-logger/dbus-service.c               |    4 +-
 telepathy-logger/entry-internal.h             |  116 +++++
 telepathy-logger/entry-text-internal.h        |   89 ++++
 telepathy-logger/entry-text.c                 |  344 ++++++++++++++
 telepathy-logger/entry-text.h                 |   46 ++
 telepathy-logger/entry.c                      |  634
 +++++++++++++++++++++++++
 telepathy-logger/entry.h                      |   53 ++
 telepathy-logger/log-entry-internal.h         |  116 -----
 telepathy-logger/log-entry-text-internal.h    |   89 ----
 telepathy-logger/log-entry-text.c             |  344 --------------
 telepathy-logger/log-entry-text.h             |   46 --
 telepathy-logger/log-entry.c                  |  634
 -------------------------
 telepathy-logger/log-entry.h                  |   53 --
 telepathy-logger/log-manager.c                |    4 +-
 telepathy-logger/log-manager.h                |    2 +-
 telepathy-logger/log-store-internal.h         |    2 +-
 telepathy-logger/log-store-sqlite.c           |    6 +-
 telepathy-logger/log-store-xml.c              |    6 +-
 tests/test-tpl-log-entry.c                    |    4 +-
 tests/test-tpl-log-manager.c                  |    2 +-
 24 files changed, 1312 insertions(+), 1312 deletions(-)

commit d4c2d30bfc24256af434afaf7e37a610679034fa
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 16:08:21 2010 +0200

    move tpl_log_entry_get_log_id as internal API

 telepathy-logger/channel-text.c       |    2 +-
 telepathy-logger/log-entry-internal.h |    2 ++
 telepathy-logger/log-entry-text.c     |    4 ++--
 telepathy-logger/log-entry.c          |    2 +-
 telepathy-logger/log-entry.h          |    2 --
 telepathy-logger/log-manager.c        |    2 +-
 telepathy-logger/log-store-sqlite.c   |    6 +++---
 telepathy-logger/log-store-xml.c      |    4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

commit 9acd3dbfa79faa7ab377101a396e072d9a5ddb3a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:58:41 2010 +0200

    move tpl_critical as internal API

 telepathy-logger/debug-internal.h |    4 ++--
 telepathy-logger/debug.c          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 9421d9f15389dc53bf4615300e17c015ebef963c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:56:04 2010 +0200

    move tpl_contact_from_room_id as internal API

 telepathy-logger/contact-internal.h |    2 ++
 telepathy-logger/contact.c          |    4 ++--
 telepathy-logger/contact.h          |    1 -
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 39b2a530955c54793374608d301595550c17eac1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:45:56 2010 +0200

    add magic to generate list of the ABI

    Copied from tp-glib.

 .gitignore                   |    1 +
 telepathy-logger/Makefile.am |    2 ++
 telepathy-logger/abi.am      |    6 ++++++
 3 files changed, 9 insertions(+), 0 deletions(-)

commit 17815482d382c1a8fe7c9976b0272de9c6c57551
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:18:06 2010 +0200

    observer: prefix internal API with underscore

 src/telepathy-logger.c               |    4 ++--
 telepathy-logger/channel-text.c      |    6 +++---
 telepathy-logger/observer-internal.h |   12 ++++++------
 telepathy-logger/observer.c          |   22 +++++++++++-----------
 tests/test-tpl-observer.c            |    6 +++---
 tests/twisted/main-debug.c           |    2 +-
 6 files changed, 26 insertions(+), 26 deletions(-)

commit e92be825370f2d7663efb2bd2dec4c0342694b37
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:14:48 2010 +0200

    log-store-xml: prefix internal API with underscore

 telepathy-logger/log-store-xml-internal.h |    4 ++--
 telepathy-logger/log-store-xml.c          |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit a526994d50b22d6bd0a13e3a04c9006f5a9fc581
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:13:49 2010 +0200

    log-store-sqlite: prefix internal API with underscore

 telepathy-logger/channel-text.c              |   24 ++++++++--------
 telepathy-logger/log-store-sqlite-internal.h |   22 +++++++-------
 telepathy-logger/log-store-sqlite.c          |   38
 +++++++++++++-------------
 tests/test-tpl-log-store-sqlite.c            |    4 +-
 4 files changed, 44 insertions(+), 44 deletions(-)

commit c046eb6f328f5c1033ba7ff58dd8f37b9ffc0024
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:10:10 2010 +0200

    log-store: prefix internal API with underscore

 telepathy-logger/log-manager.c        |   30 ++++++++++----------
 telepathy-logger/log-store-internal.h |   28 ++++++++++----------
 telepathy-logger/log-store.c          |   46
 ++++++++++++++++----------------
 3 files changed, 52 insertions(+), 52 deletions(-)

commit a96051663fe79f9dfa8b9d9b67fc41392578dc9d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:07:23 2010 +0200

    log-store-factory: prefix internal API with underscore

 telepathy-logger/log-store-factory-internal.h |   10 +++++-----
 telepathy-logger/log-store-factory.c          |   12 ++++++------
 2 files changed, 11 insertions(+), 11 deletions(-)

commit 0cada8ebcb2ff1f14dce64f5e935ee89e29dfa48
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:03:46 2010 +0200

    dbus-service: prefix internal API with underscore

 src/telepathy-logger.c                   |    2 +-
 telepathy-logger/dbus-service-internal.h |    6 +++---
 telepathy-logger/dbus-service.c          |   10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

commit cee0830e05cbad2874133b7ce8e48384a0575225
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 15:02:12 2010 +0200

    conf: prefix internal API with underscore

 telepathy-logger/conf-internal.h |   18 ++++++++--------
 telepathy-logger/conf.c          |   42
 +++++++++++++++++++-------------------
 telepathy-logger/observer.c      |    6 ++--
 tests/test-tpl-conf.c            |    4 +-
 4 files changed, 35 insertions(+), 35 deletions(-)

commit 93ba502a92b6ef8b9d82320948bba98816828281
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 14:58:42 2010 +0200

    channel-text: prefix internal API with underscore

 src/telepathy-logger.c                   |    2 +-
 telepathy-logger/channel-text-internal.h |   28 ++++++------
 telepathy-logger/channel-text.c          |   72
 +++++++++++++++---------------
 3 files changed, 51 insertions(+), 51 deletions(-)

commit e704f9013bcd2ccd0e835d9c7c2703fa56842d92
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 14:52:42 2010 +0200

    channel: prefix internal API with underscore

 telepathy-logger/channel-internal.h |    8 ++++----
 telepathy-logger/channel-text.c     |    4 ++--
 telepathy-logger/channel.c          |   12 ++++++------
 telepathy-logger/observer.c         |    2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

commit 944cace3681c319dc2ece0647e26c17ac1b4b039
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 14:44:46 2010 +0200

    channel-factory: prefix internal API with underscore

 src/telepathy-logger.c                      |    8 ++++----
 telepathy-logger/channel-factory-internal.h |   10 +++++-----
 telepathy-logger/channel-factory.c          |   12 ++++++------
 tests/twisted/main-debug.c                  |    4 ++--
 4 files changed, 17 insertions(+), 17 deletions(-)

commit 6470e96a60d8132cd4a03c897e7ff02540e8f6ad
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 14:28:38 2010 +0200

    don't use strptime, it's not portable

 telepathy-logger/log-store-xml.c |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)

commit 13c65417bb3cd8ff3ebcc61d60e0ce7a196b45f0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 14:15:02 2010 +0200

    pass const GDate where it makes sense

 telepathy-logger/log-manager-internal.h |    2 +-
 telepathy-logger/log-manager.c          |    4 ++--
 telepathy-logger/log-manager.h          |    2 +-
 telepathy-logger/log-store-internal.h   |    4 ++--
 telepathy-logger/log-store-xml.c        |    4 ++--
 telepathy-logger/log-store.c            |    2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

commit d578e5f8cb0768d3690472ebb07ec1738175c82b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 14:10:51 2010 +0200

    fix typo

 telepathy-logger/log-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9384e4e16745d6447eca8823d02a4a330f9592db
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jun 4 14:09:19 2010 +0200

    use ISO-8601 dates in DEBUG

 telepathy-logger/dbus-service.c  |    4 ++--
 telepathy-logger/log-store-xml.c |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 5c737536458995a110a89d8d2180572681d4a747
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 2 16:30:08 2010 +0200

    document async API

 telepathy-logger/log-manager.c |  101
 ++++++++++++++++++++++++++++++++++++++--
 1 files changed, 97 insertions(+), 4 deletions(-)

commit 299947ced1fec6e8409cfd59519959382a9fb4cb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 2 14:57:28 2010 +0200

    remove tpl_log_manager_get_date_readable

 telepathy-logger/log-manager.c |   13 -------------
 telepathy-logger/log-manager.h |    2 --
 2 files changed, 0 insertions(+), 15 deletions(-)

commit bbfa56452fb808df62e5eee5661051da49bdf455
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 2 14:53:30 2010 +0200

    rename tpl_log_manager_search_new_async to
    tpl_log_manager_search_async

 telepathy-logger/log-manager-internal.h |    2 +-
 telepathy-logger/log-manager.c          |   16 ++++++++--------
 telepathy-logger/log-manager.h          |    4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

commit 95e26a832aadff2a233fa1b811d9a96af11d5d67
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 2 14:49:34 2010 +0200

    allow filter being NULL

 telepathy-logger/log-manager.c   |    4 ----
 telepathy-logger/log-store-xml.c |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)

commit d929114908ae7adb9a52e7de0a67535c74c8605c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Jun 2 11:46:34 2010 +0200

    Use GDate instead of string to represent dates in API

 telepathy-logger/dbus-service.c         |    7 ++-
 telepathy-logger/log-manager-internal.h |    2 +-
 telepathy-logger/log-manager.c          |   33 +++++++++-------
 telepathy-logger/log-manager.h          |    4 +-
 telepathy-logger/log-store-internal.h   |    4 +-
 telepathy-logger/log-store-xml.c        |   64
 ++++++++++++++++++++++++-------
 telepathy-logger/log-store.c            |   10 ++--
 tests/test-searches.c                   |    7 ++-
 8 files changed, 87 insertions(+), 44 deletions(-)

commit f595c64f5fec8b8a4f2ed4f51be15ecac1d80246
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon May 31 16:35:39 2010 +0200

    remove TPL_LOG_MANAGER_ERROR_BAD_ARG

    It's unused and doesn't really make sense.

 telepathy-logger/log-manager.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 376c162c731912602813554cfdb24685b587e140
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Jun 1 15:35:22 2010 +0200

    don't include internal header in log-entry-text.h

 telepathy-logger/log-entry-text-internal.h |    1 +
 telepathy-logger/log-entry-text.h          |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

commit bcb3b8e5a9d22c5ecacb1f41c46e3892238d65ce
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon May 31 16:17:41 2010 +0200

    Don't compare booleans to TRUE and FALSE

 tests/test-tpl-observer.c  |    2 +-
 tests/twisted/main-debug.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d4de8aed80e4b69eaa91f19b52e117e91a4ec596
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon May 31 16:15:32 2010 +0200

    tpl_observer_observe_channels: raise an error if something went wrong

 telepathy-logger/observer.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 1d571949c31ffeafbaab2f90cfeabed51066655a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 20 12:24:54 2010 +0200

    no need to redefine tpl_observer_register_dbus

 src/telepathy-logger.c               |    2 +-
 telepathy-logger/observer-internal.h |    1 -
 telepathy-logger/observer.c          |   21 +--------------------
 tests/twisted/main-debug.c           |    2 +-
 4 files changed, 3 insertions(+), 23 deletions(-)

commit 6e51ead80063dd17b5c9ea6ecfdfcf0905b8f029
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 20 12:21:28 2010 +0200

    NEWS: document new dep

 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 0a4ade1ee46d056af958983059129dd840c6aaff
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 20 12:20:53 2010 +0200

    Use TpBaseClient rather than our own Observer implementation
    (fdo #27881)

 telepathy-logger/observer-internal.h |    9 +-
 telepathy-logger/observer.c          |  457
 +++++----------------------------
 2 files changed, 76 insertions(+), 390 deletions(-)

commit f5abf08a92855b89be767c6be72ea39d5a0e198e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 20 11:03:45 2010 +0200

    bump tp-glib dep

    We need it for Observer support.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 551e8de476991996b14618238a65d8bbae19c4d3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 28 10:23:02 2010 +0200

    install headers in telepathy-logger-0.1

 telepathy-logger/Makefile.am            |    2 +-
 telepathy-logger/telepathy-logger.pc.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 02d4ab12db422ed6129a9d077169a15559260387
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 15:01:06 2010 +0200

    ignore all internal headers in doc

 doc/reference/libtelepathy-logger/Makefile.am |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

commit c7f3d1047b57c817bfdc768e7b8c2681b937d618
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 14:47:57 2010 +0200

    rename all non public headers to -internal.h

 src/telepathy-logger.c                        |    8 +-
 src/test-api.c                                |    2 +-
 telepathy-logger/Makefile.am                  |   20 ++--
 telepathy-logger/channel-factory-internal.h   |   57 +++++++++++++
 telepathy-logger/channel-factory.c            |    4 +-
 telepathy-logger/channel-factory.h            |   57 -------------
 telepathy-logger/channel-internal.h           |   69 +++++++++++++++
 telepathy-logger/channel-text-internal.h      |   85 +++++++++++++++++++
 telepathy-logger/channel-text.c               |    8 +-
 telepathy-logger/channel-text.h               |   85 -------------------
 telepathy-logger/channel.c                    |    6 +-
 telepathy-logger/channel.h                    |   69 ---------------
 telepathy-logger/conf-internal.h              |   78 +++++++++++++++++
 telepathy-logger/conf.c                       |    4 +-
 telepathy-logger/conf.h                       |   78 -----------------
 telepathy-logger/dbus-service-internal.h      |   81 ++++++++++++++++++
 telepathy-logger/dbus-service.c               |    2 +-
 telepathy-logger/dbus-service.h               |   81 ------------------
 telepathy-logger/log-entry-text.h             |    2 +-
 telepathy-logger/log-manager-internal.h       |    4 +-
 telepathy-logger/log-manager.c                |    6 +-
 telepathy-logger/log-store-factory-internal.h |   42 +++++++++
 telepathy-logger/log-store-factory.c          |    2 +-
 telepathy-logger/log-store-factory.h          |   42 ---------
 telepathy-logger/log-store-internal.h         |  111
 +++++++++++++++++++++++++
 telepathy-logger/log-store-sqlite-internal.h  |   99
 ++++++++++++++++++++++
 telepathy-logger/log-store-sqlite.c           |    2 +-
 telepathy-logger/log-store-sqlite.h           |   99
 ----------------------
 telepathy-logger/log-store-xml-internal.h     |   64 ++++++++++++++
 telepathy-logger/log-store-xml.c              |    4 +-
 telepathy-logger/log-store-xml.h              |   64 --------------
 telepathy-logger/log-store.c                  |    2 +-
 telepathy-logger/log-store.h                  |  111
 -------------------------
 telepathy-logger/observer-internal.h          |   73 ++++++++++++++++
 telepathy-logger/observer.c                   |    8 +-
 telepathy-logger/observer.h                   |   73 ----------------
 telepathy-logger/util.c                       |    2 +-
 tests/test-searches.c                         |    4 +-
 tests/test-tpl-channel.c                      |    2 +-
 tests/test-tpl-conf.c                         |    2 +-
 tests/test-tpl-log-store-sqlite.c             |    2 +-
 tests/test-tpl-observer.c                     |    4 +-
 tests/tpl-channel-test.c                      |    2 +-
 tests/tpl-channel-test.h                      |    4 +-
 tests/twisted/main-debug.c                    |    6 +-
 45 files changed, 815 insertions(+), 815 deletions(-)

commit 71111f257fdc8c88fccd97bd0efeb3fc44274f91
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 14:27:46 2010 +0200

    rename log-manager-priv.h to log-manager-internal.h

 doc/reference/libtelepathy-logger/Makefile.am |    2 +-
 telepathy-logger/Makefile.am                  |    2 +-
 telepathy-logger/channel-text.c               |    2 +-
 telepathy-logger/log-manager-internal.h       |   93
 +++++++++++++++++++++++++
 telepathy-logger/log-manager-priv.h           |   93
 -------------------------
 telepathy-logger/log-manager.c                |    2 +-
 tests/test-searches.c                         |    2 +-
 7 files changed, 98 insertions(+), 98 deletions(-)

commit ac809c709d3e8679e87cac1e6041e61fc0906161
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 11:51:49 2010 +0200

    don't install headers which are currently not used by Empathy

    There is no reason to make them part of the API for now.

 telepathy-logger/Makefile.am |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 7ddc3108dc8273f58746bfc21b17d47203b0702a
Merge: cf40bfb 6c4bef1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 14:00:27 2010 +0200

    Merge branch 'misc'

commit cf40bfb178fc7675110dc2ef997269589b1527ca
Merge: 3310792 079b6e0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 13:59:22 2010 +0200

    Merge branch 'log-store-api-27270'

commit 079b6e0e31d344c1b37d2240413cd54fa656e5a4
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 13:59:15 2010 +0200

    remove useless comments

 telepathy-logger/log-manager.c |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

commit 33107927be6af6d0b077145ebd67450e978f38b2
Merge: 004fdb2 13386a9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 13:55:39 2010 +0200

    Merge branch 'log-store-api-27270'

commit 6c4bef151a59cc6d335017eebca10633e820f5c8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 12:38:17 2010 +0200

    log-entry: make some more API public

    Empathy needs those functions.

 telepathy-logger/channel-text.c       |    2 +-
 telepathy-logger/dbus-service.c       |    2 +-
 telepathy-logger/log-entry-internal.h |    6 ------
 telepathy-logger/log-entry-text.c     |    4 ++--
 telepathy-logger/log-entry.c          |   10 +++++-----
 telepathy-logger/log-entry.h          |    7 +++++++
 telepathy-logger/log-manager.c        |    2 +-
 telepathy-logger/log-store-sqlite.c   |    8 ++++----
 telepathy-logger/log-store-xml.c      |    6 +++---
 9 files changed, 24 insertions(+), 23 deletions(-)

commit 60cefbc37ab35413cbd1e8d8f6257794fd624e0d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 12:22:57 2010 +0200

    don't include internal header in log-entry-text.h

 telepathy-logger/dbus-service.c            |    1 +
 telepathy-logger/log-entry-text-internal.h |    1 +
 telepathy-logger/log-entry-text.h          |    1 -
 3 files changed, 2 insertions(+), 1 deletions(-)

commit 13386a9aff42535813cbf1cbad5323b7c28fd800
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 11:40:09 2010 +0200

    tpl_log_manager_get_chats_finish: fix g_simple_async_result_is_valid
    check

 telepathy-logger/log-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit eb253fc01094e03a39d0dfff38764b5aa6ccf155
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 11:38:13 2010 +0200

    log-manager: move API not used by Empathy as internal

 telepathy-logger/log-manager-priv.h |   18 ++++++++++++++++++
 telepathy-logger/log-manager.c      |   27 ++++++++++++++-------------
 telepathy-logger/log-manager.h      |   14 --------------
 tests/test-searches.c               |    6 +++---
 4 files changed, 35 insertions(+), 30 deletions(-)

commit c1535c6bc7dc8b1cf5370bb3e771e7d633cc761b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 11:30:21 2010 +0200

    log-manager: move sync API as internal

 telepathy-logger/log-manager-priv.h |   31
 +++++++++++++++++++++++++++++++
 telepathy-logger/log-manager.c      |   34
 ++++++++++++++++++----------------
 telepathy-logger/log-manager.h      |   19 -------------------
 tests/test-searches.c               |    4 ++--
 4 files changed, 51 insertions(+), 37 deletions(-)

commit 004fdb221b2d2e3abeacbf42992f60ba7db5d715
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu May 27 10:34:04 2010 +0200

    fix 0-byte logfile crash (fdo #28275)

    Based on Robert McQueen's Empathy patch:
    https://bugzilla.gnome.org/show_bug.cgi?id=619736

 telepathy-logger/log-store-xml.c |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit 1fb08e670615eb85ac0a3f6f0abb3539169324ac
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 17:33:27 2010 +0200

    log-entry: remove useless class pointers

 telepathy-logger/log-entry-internal.h |   22 ----------------------
 telepathy-logger/log-entry.c          |   17 -----------------
 2 files changed, 0 insertions(+), 39 deletions(-)

commit 910e9939e333e3a2b407472c7f0791679de1e807
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 17:33:09 2010 +0200

    log-manager: use tpl_log_entry_get_timestamp instead of the class
    pointer

 telepathy-logger/log-manager.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 856627d700a7e0f8aeef2689d0657828d8531a91
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 17:30:36 2010 +0200

    log-entry-text: no need to duplicate log-entry API

 telepathy-logger/channel-text.c            |   69 +++++++------
 telepathy-logger/dbus-service.c            |    2 +-
 telepathy-logger/log-entry-text-internal.h |   38 -------
 telepathy-logger/log-entry-text.c          |  148
 ----------------------------
 telepathy-logger/log-entry-text.h          |    8 --
 5 files changed, 38 insertions(+), 227 deletions(-)

commit 59fa0ce103aa8240e80feaf2449c7015d8b365d9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 17:08:13 2010 +0200

    TplLogEntryClass: remove dispose and finalize class attribute

    They don't make any sense.

 telepathy-logger/log-entry-internal.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 91a3bab9e60220efb4eb75c9ecd4ab304bdf2525
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 16:50:54 2010 +0200

    log-entry-text: move TpLogEntryText{Class} to -internal.h

 telepathy-logger/log-entry-text-internal.h |   24
 ++++++++++++++++++++++++
 telepathy-logger/log-entry-text.h          |   27
 ++-------------------------
 2 files changed, 26 insertions(+), 25 deletions(-)

commit 0a4a89e965a5136ec1e829060e2ad696e5084a72
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 16:35:07 2010 +0200

    log-entry-text: move API not used by Empathy as internal

 telepathy-logger/channel-text.c            |    8 +++---
 telepathy-logger/log-entry-text-internal.h |   35
 ++++++++++++++++++++++++++++
 telepathy-logger/log-entry-text.c          |   32
 ++++++++++++------------
 telepathy-logger/log-entry-text.h          |   30
 ++++--------------------
 telepathy-logger/log-store-sqlite.c        |    5 ++-
 telepathy-logger/log-store-xml.c           |   10 ++++----
 tests/test-tpl-log-entry.c                 |    3 +-
 7 files changed, 70 insertions(+), 53 deletions(-)

commit a69bf30eb88d28e21517d8477e26e2abfc5561be
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 16:17:57 2010 +0200

    log-entry-text: move setters as internal API

 telepathy-logger/Makefile.am               |    1 +
 telepathy-logger/channel-text.c            |   39 ++++++++--------
 telepathy-logger/log-entry-text-internal.h |   66
 ++++++++++++++++++++++++++++
 telepathy-logger/log-entry-text.c          |   33 +++++++-------
 telepathy-logger/log-entry-text.h          |   21 ---------
 telepathy-logger/log-store-xml.c           |    5 +-
 6 files changed, 107 insertions(+), 58 deletions(-)

commit becf340393ba8d5f87397ff93d652ad28d1f04b6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 16:11:19 2010 +0200

    move TplLogEntry* enumes to -internal as well

 telepathy-logger/log-entry-internal.h |   34
 +++++++++++++++++++++++++++++++++
 telepathy-logger/log-entry.h          |   34
 ---------------------------------
 2 files changed, 34 insertions(+), 34 deletions(-)

commit 4e2961908f5132a482103e350f1b07e8f3c0ab07
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 16:06:08 2010 +0200

    move TpLogEntry{Class} to -internal.h

    Clients don't have to subclass it.

 telepathy-logger/log-entry-internal.h |   41
 +++++++++++++++++++++++++++++++++
 telepathy-logger/log-entry-text.h     |    1 +
 telepathy-logger/log-entry.h          |   40
 --------------------------------
 3 files changed, 42 insertions(+), 40 deletions(-)

commit f693b2fd2d491ac494ef64e281d65a3d4004b1d5
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 16:00:38 2010 +0200

    log-entry: move API which are not used by Empathy as internal

 telepathy-logger/channel-text.c       |    2 +-
 telepathy-logger/log-entry-internal.h |   16 +++++++++++++
 telepathy-logger/log-entry-text.c     |    5 ++-
 telepathy-logger/log-entry.c          |   40
 ++++++++++++++++----------------
 telepathy-logger/log-entry.h          |   15 +----------
 telepathy-logger/log-manager.c        |    3 +-
 telepathy-logger/log-store-sqlite.c   |   17 +++++++------
 telepathy-logger/log-store-xml.c      |   12 +++++-----
 8 files changed, 59 insertions(+), 51 deletions(-)

commit 26f25997a1ab3da22b3e8a4f3e2e80f8b474c340
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 15:29:12 2010 +0200

    log-entry: move setter as internal API

 telepathy-logger/Makefile.am          |    1 +
 telepathy-logger/channel-text.c       |    9 +++--
 telepathy-logger/log-entry-internal.h |   54
 +++++++++++++++++++++++++++++++++
 telepathy-logger/log-entry.c          |   51
 ++++++++++++++++---------------
 telepathy-logger/log-entry.h          |   11 -------
 telepathy-logger/log-store-xml.c      |    7 ++--
 6 files changed, 90 insertions(+), 43 deletions(-)

commit f14ee8db79363559a333d4a9fc67ee3200d73f18
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 14:19:55 2010 +0200

    contact: move setters as internal API

 telepathy-logger/channel-text.c     |    8 ++++----
 telepathy-logger/contact-internal.h |   12 ++++++++++++
 telepathy-logger/contact.c          |   24 ++++++++++++------------
 telepathy-logger/contact.h          |    5 -----
 telepathy-logger/log-store-xml.c    |    4 ++--
 5 files changed, 30 insertions(+), 23 deletions(-)

commit 53d80ad82f61a70bdc994a344a5fc84448cb0fa3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:47:34 2010 +0200

    fix tpl_log_manager_search_new_finish

 telepathy-logger/log-manager.c |   22 +++++++++++++++++-----
 telepathy-logger/log-manager.h |    3 ++-
 2 files changed, 19 insertions(+), 6 deletions(-)

commit 92df36c0ec84cf07c96ea8694bbf1e2cfdd819ae
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:46:05 2010 +0200

    fix tpl_log_manager_search_in_identifier_chats_new_finish

 telepathy-logger/log-manager.c |   23 ++++++++++++++++++-----
 telepathy-logger/log-manager.h |    6 ++++--
 2 files changed, 22 insertions(+), 7 deletions(-)

commit 4d33839701176cd9459c60dfd0756365cec4dc1e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:44:12 2010 +0200

    fix tpl_log_manager_get_chats_finish

 telepathy-logger/log-manager.c |   22 +++++++++++++++++-----
 telepathy-logger/log-manager.h |    3 ++-
 2 files changed, 19 insertions(+), 6 deletions(-)

commit 782b454cf8ad1d6cf20bee49f0088ead95110781
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:42:40 2010 +0200

    fix tpl_log_manager_get_filtered_messages_finish

 telepathy-logger/log-manager.c |   21 +++++++++++++++++----
 telepathy-logger/log-manager.h |    3 ++-
 2 files changed, 19 insertions(+), 5 deletions(-)

commit 253315e24364040b66aa93b1eb9499966786f76a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:40:51 2010 +0200

    fix tpl_log_manager_get_messages_for_date_finish

 telepathy-logger/dbus-service.c |    5 ++---
 telepathy-logger/log-manager.c  |   21 +++++++++++++++++----
 telepathy-logger/log-manager.h  |    3 ++-
 3 files changed, 21 insertions(+), 8 deletions(-)

commit 7b032fb01100f08efc3beb4ef2a4591262a398a8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:34:41 2010 +0200

    fix tpl_log_manager_get_dates_finish signature and implementation

    We need to return a boolean to indicate if the call succeed or
    not. Returning
    NULL in case of failure is wrong as an empty list is represented
    with NULL as
    well.

 telepathy-logger/dbus-service.c |    5 ++---
 telepathy-logger/log-manager.c  |   22 +++++++++++++++++-----
 telepathy-logger/log-manager.h  |    3 ++-
 tests/test-searches.c           |   10 ++++++----
 4 files changed, 27 insertions(+), 13 deletions(-)

commit f34ec7df6a34724ce178ff779d06d024b4fc5e3f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:23:21 2010 +0200

    make _tpl_log_manager_add_message_finish sane

    Validate arguments and properly propagate the error. There is no
    need to use a
    res boolean to indicate if the operation succeed or not, the error
    is enough.

 telepathy-logger/log-manager.c |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

commit 4d403b11727958ced86de4c650467117cbc073b9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 12:11:59 2010 +0200

    log-manager: first argument of _finish methods is supposed to be
    the source

 telepathy-logger/dbus-service.c     |    6 ++++--
 telepathy-logger/log-manager-priv.h |    3 ++-
 telepathy-logger/log-manager.c      |   20 +++++++++++++-------
 telepathy-logger/log-manager.h      |   16 +++++++++++-----
 tests/test-searches.c               |    3 ++-
 5 files changed, 32 insertions(+), 16 deletions(-)

commit 8355f2665b51e9cce63b53f5164d354a99cae5eb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 11:55:30 2010 +0200

    rename _tpl_action_chain_new to fit async/finish conventions

 telepathy-logger/action-chain-internal.h |    5 +++--
 telepathy-logger/action-chain.c          |    8 ++++----
 telepathy-logger/channel-text.c          |    4 ++--
 telepathy-logger/channel.c               |    2 +-
 telepathy-logger/dbus-service.c          |    4 ++--
 telepathy-logger/observer.c              |    2 +-
 tests/tpl-channel-test.c                 |    4 ++--
 7 files changed, 15 insertions(+), 14 deletions(-)

commit 8f4a9064de8184fb3785b458d51ebef9abc396df
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 11:50:46 2010 +0200

    log-manager: pass the right source_tag to g_simple_async_result_new

    Convention is to pass the _async method, not the _finish one.

 telepathy-logger/log-manager.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 8f09765340c626aea915c8ca78c0214d5d89c317
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri May 21 11:45:29 2010 +0200

    properly name _finish functions

 telepathy-logger/dbus-service.c     |    4 ++--
 telepathy-logger/log-manager-priv.h |    2 +-
 telepathy-logger/log-manager.c      |   28 ++++++++++++++--------------
 telepathy-logger/log-manager.h      |   12 ++++++------
 tests/test-searches.c               |    2 +-
 5 files changed, 24 insertions(+), 24 deletions(-)

commit 62223ff3a7fd8fc0eb008d9e9186625c022112ed
Merge: bcbd2ed 3093b25
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed May 26 12:33:32 2010 +0200

    Merge branch 'ka-misc-27642'

    Conflicts:
	telepathy-logger/contact.h

commit 3093b25b89535a174a5fc13e0531c98cf2382afa
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Fri May 21 15:05:20 2010 +0200

    fix typo

 telepathy-logger/log-entry-text.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 17aba8d87a9492084f7c74dfecb4ec9d86fbfd2c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Fri May 21 15:04:35 2010 +0200

    tpl_contact_from_room_id: allow room with an empty name

 telepathy-logger/contact.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4c081f368d0d7eefd2a46497088a5f235b06e110
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Fri May 21 15:03:45 2010 +0200

    rename tpl_contact_from_chatroom_id to tpl_contact_from_room_id

 telepathy-logger/contact.c |	 4 ++--
 telepathy-logger/contact.h |	 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e03a6fc3c084d7edbea60bb8ffd9096cd2c40263
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Fri May 21 15:02:26 2010 +0200

    fix typo

 telepathy-logger/contact.h |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0dd801e43d11f871ca820cefb065ba8b3418797c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Fri May 21 15:01:07 2010 +0200

    rephrase @TPL_CONTACT_GROUP doc

 telepathy-logger/contact.h |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bcbd2edb2558651a760839804423cfcb9afd805c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Apr 28 18:55:58 2010 +0100

    TplContact: remove TpContact reference

 telepathy-logger/contact.c |	41
 -----------------------------------------
 telepathy-logger/contact.h |	 2 --
 2 files changed, 0 insertions(+), 43 deletions(-)

commit 1e21d3022f6e10a59861f1ce3ed27f0474ada06c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Apr 28 18:54:54 2010 +0100

    TplContact: internalize Class, tpl_contact_new and
    tpl_contact_from_tp_contact

 telepathy-logger/channel-text.c     |	 12 ++++----
 telepathy-logger/contact-internal.h |	 44
 +++++++++++++++++++++++++++++++++++
 telepathy-logger/contact.c	     |	 11 ++++----
 telepathy-logger/contact.h	     |	 12 +--------
 telepathy-logger/log-store-xml.c    |	  4 +-
 5 files changed, 59 insertions(+), 24 deletions(-)

commit d7fabcf18457eeb7e1c9848efc3ed6aa4ea17052
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Apr 14 12:04:25 2010 +0100

    TplChannelText: on received signal, unreference log entry only when
    the CB chain is finished

    When tp_connection_get_contacts_by_handle() is called in an idle,
    the weak_ref
    was finalized and thus the CB not called.

 telepathy-logger/channel-text.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 001d3f69b17090c887ccf7494a91b694f0f9af66
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Apr 14 11:29:30 2010 +0100

    TplLogStoreSqlite: fix comment's typo

 telepathy-logger/log-store-sqlite.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e38c487013129b7dc0160b64da4cee9c55a62e51
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Apr 14 12:30:41 2010 +0100

    TplChannelText: improve comments

    also use a channel instead of a connection proxy with PATH_DEBUG in
    get_chatroom_id_cb()

 telepathy-logger/channel-text.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit 6deef0274bdd51d36ab27dcdf95ed7ccdbbfb4dd
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:48:39 2010 +0100

    g_store_sqlite_add_message_counter: inizialise to NULL @date, or it
    will segfault after the 'goto' jump

 telepathy-logger/log-store-sqlite.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1de76118ee5abeec04058e0f4ff7cab91d423fac
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:47:30 2010 +0100

    check for sanity of @data in tpl_log_entry_text_set_message

    allow emtpy strings (in case of empty messages) but now a NULL
    pointer.

 telepathy-logger/log-entry-text.c |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2610d2c09823f4145f5f3e86f3f5a1861de5dac4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Apr 14 16:45:26 2010 +0100

    TplChannelText: TP Style fix

 telepathy-logger/channel-text.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9cfcb7b0d30b0e5366b138c3271136904ee2b9ec
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:47:10 2010 +0100

    TplLogEntryText: TP style fix

 telepathy-logger/log-entry-text.c |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f61d5b352d1fbe898785586a5108ecb2930f5d6a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:46:25 2010 +0100

    TplLogEntryText: improve gtk-doc string and remove an out of date
    comment

 telepathy-logger/log-entry-text.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit a1133699bfbf15195d6cf9f62c83e003f9d6672b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:42:04 2010 +0100

    TplLogEntry: use TPL_LOG_ENTRY_MSG_ID_IS_VALID to check if the entry
    has a msg id set

 telepathy-logger/log-entry.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 21b46074bf506bce59c70d48b51a7885c72a9398
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:41:16 2010 +0100

    TplContact: add gtk-doc strings and comments

 telepathy-logger/contact.c |	28 ++++++++++++++++++++++++++++
 telepathy-logger/contact.h |	10 ++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

commit 8cd732b94f676fffb6f229f516b9ddc235c3f57f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:39:57 2010 +0100

    TplContact: add TPL_CONTACT_SELF in TplContactType

    It represent the self-contact, similarely to a connection's
    self-handle for the
    account's owner's handle

 telepathy-logger/contact.h |	 7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 44348c8d1335c3a717c412e267de1a160051ad34
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Apr 13 14:37:08 2010 +0100

    add tpl_contact_from_chatroom_id() which create a contact representing
    a group

 telepathy-logger/contact.c |	23 +++++++++++++++++++++++
 telepathy-logger/contact.h |	 1 +
 2 files changed, 24 insertions(+), 0 deletions(-)

commit b98eaece484fff2682fce08c9004ac08210020dd
Merge: bd97bf6 be49ab9
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Fri Apr 23 19:42:25 2010 +0100

    Merge branch 'internalize'

    Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>

commit be49ab9caef69175569e24dfdf627991b7639b77
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:43:23 2010 +0100

    Internalize action-chain

 doc/reference/libtelepathy-logger/Makefile.am |    1 +
 doc/reference/libtelepathy-logger/docs.xml    |    1 -
 telepathy-logger/Makefile.am		       |    2 +-
 telepathy-logger/action-chain-internal.h      |   46 +++++++++++++
 telepathy-logger/action-chain.c	       |   24 ++++----
 telepathy-logger/action-chain.h	       |   46 -------------
 telepathy-logger/channel-text.c	       |   86
 ++++++++++++------------
 telepathy-logger/channel.c		       |   26 ++++----
 telepathy-logger/dbus-service.c	       |   36 +++++-----
 telepathy-logger/observer.c		       |    4 +-
 tests/tpl-channel-test.c		       |   14 ++--
 11 files changed, 143 insertions(+), 143 deletions(-)

commit 501b1dd988003fd772d991f6eed413f386338d9f
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:35:56 2010 +0100

    Remove datetime from docs

 doc/reference/libtelepathy-logger/Makefile.am |    1 +
 doc/reference/libtelepathy-logger/docs.xml    |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

commit c30cf7d603b57ffe8a789ec552e808a4027d81dd
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:20:44 2010 +0100

    Internalize datetime code

 telepathy-logger/Makefile.am	      |    2 +-
 telepathy-logger/channel-text.c      |    4 +-
 telepathy-logger/datetime-internal.h |   42
 ++++++++++++++++++++++++++++++++++
 telepathy-logger/datetime.c	      |   16 ++++++------
 telepathy-logger/datetime.h	      |   42
 ----------------------------------
 telepathy-logger/log-manager.c       |    6 ++--
 telepathy-logger/log-store-sqlite.c  |   12 +++++-----
 telepathy-logger/log-store-xml.c     |   10 ++++----
 telepathy-logger/util.c	      |    4 +-
 9 files changed, 69 insertions(+), 69 deletions(-)

commit 83ca82a5b38d31cefce83fad1390dd627fcd9a8a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:01:13 2010 +0100

    Remove debug, util from docs

 doc/reference/libtelepathy-logger/Makefile.am |    4 +++-
 doc/reference/libtelepathy-logger/docs.xml    |    2 --
 2 files changed, 3 insertions(+), 3 deletions(-)

commit f59fb0bb4bd4adf0116a25c9035c3a03ec89fe7e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:59:33 2010 +0100

    Internalize util.h

 telepathy-logger/Makefile.am	      |    2 +-
 telepathy-logger/channel-factory.c   |    2 +-
 telepathy-logger/channel-text.c      |    3 +-
 telepathy-logger/channel.c	      |    2 +-
 telepathy-logger/conf.c	      |    3 +-
 telepathy-logger/contact.c	      |    3 +-
 telepathy-logger/dbus-service.c      |    2 +-
 telepathy-logger/log-entry-text.c    |    2 +-
 telepathy-logger/log-entry.c	      |    2 +-
 telepathy-logger/log-manager.c       |    2 +-
 telepathy-logger/log-store-factory.c |    3 +-
 telepathy-logger/log-store-sqlite.c  |    2 +-
 telepathy-logger/log-store-xml.c     |    2 +-
 telepathy-logger/observer.c	      |    2 +-
 telepathy-logger/util-internal.h     |   48
 ++++++++++++++++++++++++++++++++++
 telepathy-logger/util.c	      |    2 +-
 telepathy-logger/util.h	      |   48
 ----------------------------------
 tests/tpl-channel-test.h	      |    1 -
 18 files changed, 63 insertions(+), 68 deletions(-)

commit 11b4d70d5588fa19f474f0d1be5ce82bfc38f2af
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:54:27 2010 +0100

    Namespace create_message_token properly

    Extern functions should be namespaced.

 telepathy-logger/channel-text.c  |    8 ++++----
 telepathy-logger/log-store-xml.c |    2 +-
 telepathy-logger/util.c	  |    2 +-
 telepathy-logger/util.h	  |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 5e7655f12de5b11e35e19acabf540f4557b50db7
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:17:53 2010 +0100

    Rename debug.h to debug-internal.h and underscore-prefix its functions

 src/telepathy-logger.c		      |    4 +-
 telepathy-logger/Makefile.am	      |    2 +-
 telepathy-logger/channel-factory.c   |    2 +-
 telepathy-logger/channel-text.c      |    2 +-
 telepathy-logger/channel.c	      |    2 +-
 telepathy-logger/conf.c	      |    2 +-
 telepathy-logger/contact.c	      |    2 +-
 telepathy-logger/dbus-service.c      |    2 +-
 telepathy-logger/debug-internal.h    |  114
 ++++++++++++++++++++++++++++++++++
 telepathy-logger/debug.c	      |   14 ++--
 telepathy-logger/debug.h	      |  114
 ----------------------------------
 telepathy-logger/log-entry-text.c    |    2 +-
 telepathy-logger/log-entry.c	      |    2 +-
 telepathy-logger/log-manager.c       |    2 +-
 telepathy-logger/log-store-factory.c |    2 +-
 telepathy-logger/log-store-sqlite.c  |    2 +-
 telepathy-logger/log-store-xml.c     |    2 +-
 telepathy-logger/log-store.c	      |    2 +-
 telepathy-logger/observer.c	      |    2 +-
 tests/test-tpl-log-store-sqlite.c    |    4 +-
 20 files changed, 140 insertions(+), 140 deletions(-)

commit bd97bf6a798232bc4fccccfd1aebd0477d6e2daf
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Fri Apr 23 14:12:25 2010 +0100

    TplLogStoreXml: use a temporary variable "priv" less often

 telepathy-logger/log-store-xml.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit b01469eb6541b270284394c957191b69904a9cb0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Fri Apr 23 14:08:33 2010 +0100

    TplLogStoreXml: remove unused mentions of priv

 telepathy-logger/log-store-xml.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit d84fa9686e619e4329c2b55dfaa07054ae5cff32
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Fri Apr 23 13:43:52 2010 +0100

    TplLogStoreXml: don't dereference self->priv until self has been
    checked

 telepathy-logger/log-store-xml.c |   32 +++++++++++---------------------
 1 files changed, 11 insertions(+), 21 deletions(-)

commit 7e372e0f0c9e2d7f103bfe8b183a4d6028c30be4
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Thu Apr 22 18:46:17 2010 +0100

    TplLogEntry: don't dereference self til it's been checked

 telepathy-logger/log-entry.c |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

commit 30a836d4568a8d270dff7f1036f3ec912ca9d9ae
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Thu Apr 22 18:37:47 2010 +0100

    TplObserver: don't dereference self til it's been checked

 telepathy-logger/observer.c |	  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit bd67e2cfef7da52349b5a11d1591731665260ede
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Thu Apr 22 18:36:50 2010 +0100

    TplContact: don't dereference self in public API til it's been checked

 telepathy-logger/contact.c |	48
 ++++++++++++-------------------------------
 1 files changed, 14 insertions(+), 34 deletions(-)

commit c559ba1a3093d4757a736bca4034d25dc3bb58b7
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Thu Apr 22 18:09:03 2010 +0100

    TplChannelText: in public API, don't dereference self before
    checking it

 telepathy-logger/channel-text.c |   38
 +++++++++++---------------------------
 1 files changed, 11 insertions(+), 27 deletions(-)

commit e22d1ec28d028399a36136b32e5226f2f827211d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:52:48 2010 +0100

    Remove TPL_GET_PRIV

    It's less type-safe than just using self->priv, which is also
    much clearer
    to read.

 telepathy-logger/util.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 1e1a632573aaf2076ed72e65794e4042f5abec2f
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:51:53 2010 +0100

    tests: remove unused GET_PRIV macro

 tests/tpl-channel-test.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c18ed66701643ba491f1098da163dd0ee778b2be
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:51:44 2010 +0100

    log-store-xml: de-obfuscate priv access

    This is a little more involved because we have various pointers to the
    interface type; consistently calling the class you're writing
    "self" and
    an interface or superclass "store" or "object" (or whatever) is a
    good way
    out of that.

 telepathy-logger/log-store-xml.c |  120
 ++++++++++++++++++++------------------
 telepathy-logger/log-store-xml.h |    4 +-
 2 files changed, 67 insertions(+), 57 deletions(-)

commit 5307b2dbd92fe5cb046edcb5138f47bb818f820d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:47:17 2010 +0100

    log-manager: de-obfuscate priv access

 telepathy-logger/log-manager.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit 692efad1864b68b20e59bf6eca12331026f0cb02
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:46:59 2010 +0100

    log-entry-text, log-entry: de-obfuscate priv access

 telepathy-logger/log-entry-text.c |   43 ++++------------
 telepathy-logger/log-entry.c	   |   97
 ++++++++++---------------------------
 2 files changed, 37 insertions(+), 103 deletions(-)

commit bdbff0da3a9d126c5359cfb8683c67ecd52416f5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:45:44 2010 +0100

    dbus-service: un-obfuscate priv accesses

 telepathy-logger/dbus-service.c |   54
 +++++++++++++++++++-------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit e0e10c8784bc5ce4c69864696df70e6492a8cb86
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:44:51 2010 +0100

    contact, observer: use un-obfuscated priv accessors

 telepathy-logger/contact.c  |	 27 +++++++++++++--------------
 telepathy-logger/observer.c |	  9 ++++-----
 2 files changed, 17 insertions(+), 19 deletions(-)

commit 6bf5eb7af8fdbd42b4ceb15a5036f9933fb7cdee
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:44:08 2010 +0100

    channel, channel-text: avoid needlessly obfuscated accessors for
    ->priv

    The TPL_GET_PRIV macro blindly casts things, so it doesn't add
    any type
    safety or runtime type checking - to the contrary, it *removes* type
    safety :-(

 telepathy-logger/channel-text.c |   27 +++++++++++++--------------
 telepathy-logger/channel.c	 |    9 ++++-----
 2 files changed, 17 insertions(+), 19 deletions(-)

commit 37858aafe5f73b383d198f15c8942a08bf438c28
Merge: 0d45d65 b439cff
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Thu Apr 22 17:43:20 2010 +0100

    Merge branch 'doc-fixes'

    Reviewed-by: Travis Reitter <travis.reitter@collabora.co.uk>

commit 0d45d654f3d8d6e88f3c3ab7bebce5754d7ba4bc
Merge: 5d49165 73306f1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Thu Apr 22 16:56:43 2010 +0100

    Merge branch 'build'

    Reviewed-by: Travis Reitter <travis.reitter@collabora.co.uk>

commit b439cff820a2691405ee2b8c300a7448a6d25ec4
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:58:36 2010 +0100

    Adjust TplLogEntry declaration so it gets documented correctly

 telepathy-logger/log-entry.h |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit a38ab857bb2d82f3692c8e3f0598bf2137fb5156
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:56:21 2010 +0100

    Move TPL_LOG_ENTRY_MSG_ID_IS_VALID (etc.) docs to .c file, and re-word

 telepathy-logger/log-entry.c |   28 ++++++++++++++++++++++++++++
 telepathy-logger/log-entry.h |   20 --------------------
 2 files changed, 28 insertions(+), 20 deletions(-)

commit 73306f11d45275626ec886c843d6b9c555b85ae4
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:31:13 2010 +0100

    Remove duplicate implementation of --disable-debug

 configure.ac |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 962aa841b069db2619f4215a507891ff86d3fdcd
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:29:46 2010 +0100

    Enable some more compiler warnings, following telepathy-glib's example

 configure.ac |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

commit 5f0033ca301c9dcf57603cee1e54aa64035c4a50
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:29:29 2010 +0100

    Use telepathy-glib's macro to wrap desired and undesired compiler
    warnings

 configure.ac		    |	60
 ++++++++++++++++++++-----------------------
 m4/as-compiler-flag.m4     |	33 ------------------------
 m4/tp-compiler-flag.m4     |	36 ++++++++++++++++++++++++++
 m4/tp-compiler-warnings.m4 |	40 +++++++++++++++++++++++++++++
 4 files changed, 104 insertions(+), 65 deletions(-)

commit 6bf9b9a1642da4f47b69b44ec165beb1df712253
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:22:56 2010 +0100

    Remove vestigial handle-leak-debug stuff cargo-culted from
    telepathy-glib

    This is only useful for connection manager executables. The logger
    isn't
    one of those.

 configure.ac		|   12 ------------
 extensions/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 13 deletions(-)

commit 83477e31f5f8d0a27ba9ec5814d44c98e05aa1d2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 19:19:18 2010 +0100

    Don't use "maintainer mode"

    Using AM_MAINTAINER_MODE causes builds that didn't use
    --enable-maintainer-mode to omit dependencies for the build system,
    which
    in practice is really annoying.

    Also, the GNOME macro now explicitly disables single includes,
    in a way
    that clashes with *us* disabling single includes and means that using
    --enable-maintainer-mode causes multiple-definition warnings.

    Since we warn (fatally, during development) on deprecated symbols
    *anyway*,
    we don't seem to be gaining anything from
    GNOME_MAINTAINER_MODE_DEFINES.

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 62c9d088d88ddb36820a4b36d8cbe337915a9e33
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	Mon Apr 19 18:16:30 2010 +0100

    Fix dependency for _gen/cli-misc.h in extensions

 extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5d491658d87db83f1598b8ce371c01548288dbac
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 16:31:41 2010 +0100

    fix debug messages in channel-text.c reducing noise

 telepathy-logger/channel-text.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 8cd721ed58839ae1f27f7efa8532489d8fededa6
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 31 13:36:41 2010 +0100

    improve debug macros in debug.h reducing noise

    print only partial object path for TpProxy when it's a TpChannel
    or TpAccount
    making the debug info more readable

 telepathy-logger/debug.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 3ca694f5c67ef7901ebec8ba1172eb4fbabcf93f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Mar 30 19:49:43 2010 +0100

    TplLogStoreSqlite: set GError insead of printing a debug message

 telepathy-logger/log-store-sqlite.c |	  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit b0aa91cec8f0a1051bae5def372618726c57ab89
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 12:42:43 2010 +0100

    Add and fix sanity checks for TplLogStoreXML

    Especially using TPL_IS_LOG_STORE_XML instead of TPL_IS_LOG_STORE,
    ensuring the
    right TplLogStore instance is passed

 telepathy-logger/log-store-xml.c |   49
 +++++++++++++++++++++++++++----------
 1 files changed, 36 insertions(+), 13 deletions(-)

commit ee324217f7f244875aec7f0fb1520c31863a3d4f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 12:39:23 2010 +0100

    TplLogStore and TplLogStoreXML: fix type for identifier in
    _search_in_identifier_chats_new

    From "gchar const *" to "const gchar *"

 telepathy-logger/log-store-xml.c |    2 +-
 telepathy-logger/log-store.c	  |    2 +-
 telepathy-logger/log-store.h	  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 49179a15ac831a7f8967730c6f723017d935a5e9
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 12:35:05 2010 +0100

    TplChannelText: show debug message only on non-empty lists

 telepathy-logger/channel-text.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7ca5eeba4468988c14a09fba6f94ac892d456dd4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 12:34:46 2010 +0100

    TplChannelText: Improve comments for
    tpl_channel_text_clean_up_stale_tokens

 telepathy-logger/channel-text.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6b97e358a33528017b25de13310c6c00e6a1e66b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 12:09:33 2010 +0100

    TplLogStoreXML: check if alias and avatar's token are not null before
    usingi g_markup_escape_text

 telepathy-logger/log-store-xml.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 56f1dd05cdcaba8530846c95ac933015fca459b6
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Apr 1 15:18:10 2010 +0100

    Return TRUE on tpl_log_store_xml_add_message on not handled signal

    Returning an error would lead the log-manager to consider it a
    failure, while
    it's not. The logstore is not interested or does not need/support
    to log this
    signal.

 telepathy-logger/log-store-xml.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 89e80b67e221c7808c84c808b215432f73a7bca4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Apr 1 15:17:00 2010 +0100

    Remove TPL_LOG_ENTRY_CHANNEL_TEXT_SIGNAL_CHAT_STATUS_CHANGED from
    tpl_log_store_xml_add_message()

    It's not actually handled neither by TplChannelText nor TplLogStoreXML

 telepathy-logger/log-store-xml.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 558b0edc939df82072f0ef2175b1b7e3a8e0e5d7
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 12:00:12 2010 +0100

    Prepare TplChannel before doing anything with it

    Especially before connecting to signals.

    Otherwise TpProxy might return wrong results due to being unprepared.

 telepathy-logger/channel-text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 68e3b7b4c63508c3faa8de4f1f08944effb0e97b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Apr 5 12:28:28 2010 +0100

    fix a typo trying to free a list passing l->data instead of using
    g_free

 telepathy-logger/channel-text.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit fabaa009572319a666a1299c76b7f8564125b9ba
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Mar 30 19:46:14 2010 +0100

    TplLogStoreSQlite: Fix the pending column value, allowing to store
    ACK messages correctly.

 telepathy-logger/log-store-sqlite.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 657cb618c7e858df3399c2517ea50fe9dff5298c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Apr 1 13:46:38 2010 +0100

    Amend tpl_channel_text_clean_up_stale_tokens() so that it does not
    modify the passed list.

    Improve comments for tpl_channel_text_clean_up_stale_tokens()

    Also update the code using tpl_channel_text_clean_up_stale_tokens()
    to print
    DEBUG messages and free the list.

 telepathy-logger/channel-text.c |   58
 +++++++++++++++++++++++---------------
 1 files changed, 35 insertions(+), 23 deletions(-)

commit 3539b8ef5533b5ad3691f73d61b1cf11a9c1c0a4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Apr 1 13:42:43 2010 +0100

    Remove tpl_channel_text_msg_token_exist_in_cache()

    Rename cached_pending_msg to cached_pending_msgs in
    got_message_pending_messages_cb()
    and got_text_pending_messages_cb() in channel-text.

    Also update code using tpl_channel_text_msg_token_exist_in_cache()
    to do the
    same actions of the removed function.

 telepathy-logger/channel-text.c |   78
 ++++++++++++++++-----------------------
 1 files changed, 32 insertions(+), 46 deletions(-)

commit 6493f6b3d4fa56846001cd056492b77e33bd29f5
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 31 17:30:41 2010 +0100

    fix TP Style and remove some debug noise

 telepathy-logger/channel-text.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit c9f0d834da71f75bcf8fa3181d48fcb247adbd9b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 31 16:26:46 2010 +0100

    free partial retval for tpl_log_store_sqlite_get_pending_messages
    on error

 telepathy-logger/log-store-sqlite.c |	  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 6efe8dfcd33a7b720218ae4621ad8d0d3511b3d2
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 31 16:26:26 2010 +0100

    add sanity check for tpl_log_store_sqlite_get_pending_messages

 telepathy-logger/log-store-sqlite.c |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9b3ed1a9306af4e1f6f893ea2163f98c926fb9ea
Author: Travis Reitter <treitter@gmail.com>
Date:	Tue Mar 30 08:45:00 2010 -0700

    Make the extensions library public and perform some minor
    reorganization.

 .gitignore			     |	  1 +
 configure.ac			     |	 39 ++++++++++----
 extensions/Makefile.am		     |	 97
 +++++++++++++++++++++++++++--------
 extensions/all.xml		     |	  2 +-
 extensions/extensions-cli.c	     |	 32 +++++++++++
 extensions/extensions.c	     |	  1 -
 extensions/extensions.h	     |	 14 +++--
 extensions/misc.xml		     |	 10 ++++
 extensions/tpl-extensions.pc.in     |	 11 ++++
 src/Makefile.am		     |	  2 -
 telepathy-logger/Makefile.am	     |	  2 +-
 tools/Makefile.am		     |	  1 +
 tools/glib-client-marshaller-gen.py |	 59 +++++++++++++++++++++
 13 files changed, 228 insertions(+), 43 deletions(-)

commit daa60e413c9f8473b3a92c12dc60f33d54e25342
Merge: 150c60c 69ba497
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 18:42:26 2010 +0000

    Merge branch 'privatize'

    Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>

commit 69ba49767d0af60f3d4a73b7b58065ff2f29d64f
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 18:03:59 2010 +0000

    Organise docs.xml into public vs. internal based on KA's comments
    in fd.o #27178

 doc/reference/libtelepathy-logger/docs.xml |	19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit 774408d760f47e5ccfe795c3a88996ce55615f8c
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 18:41:21 2010 +0000

    Prefix an underscore to symbols in log-manager-priv.h

    When we start doing ABI properly, this will mean that they're not
    exported.

 telepathy-logger/channel-text.c     |	  4 ++--
 telepathy-logger/log-manager-priv.h |	  8 ++++----
 telepathy-logger/log-manager.c      |	 18 +++++++++---------
 telepathy-logger/log-store.c	     |	  2 +-
 tests/test-searches.c		     |	  2 +-
 5 files changed, 17 insertions(+), 17 deletions(-)

commit 3f6e6bbcf6ebe9f435c7a4c87c13751fd6b21ddf
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:54:50 2010 +0000

    tpl_log_manager_add_message: don't repeat method name in CRITICAL()

    The CRITICAL macro adds G_STRFUNC (like DEBUG does) anyway.

 telepathy-logger/log-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 150c60c9bbcf474ee75333aa6b09d15db9ec9e1d
Merge: 5df508b 7df7627
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 18:32:35 2010 +0000

    Merge branch 'docs'

    Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>

commit 5df508b6c246eddb2f8bbd44214a720d4c52e63d
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Mar 23 18:00:58 2010 +0000

    fix TP Style in log-store

 telepathy-logger/log-store.h |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit ed49db6ab80aabba9a01eeec0ab3ffea30f8ed66
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Mar 23 17:59:58 2010 +0000

    fix TP Style in channel.[ch]

 telepathy-logger/channel.c |	12 +++++++++---
 telepathy-logger/channel.h |	 2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

commit a3bdf6ff59824d586a65640a8999e52d64baa9d0
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Mar 23 17:59:22 2010 +0000

    Remove finalize() from observer.c, unused

 telepathy-logger/observer.c |	  9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 8f87d36f61c8762aa876266dfdc9be692896ac64
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 19 16:27:01 2010 +0000

    TplChannelText: make pendingproc_cleanup_pending_messages_db use
    tpl_channel_text_clean_up_stale_tokens

    Rename old cache symbold (due to former log-store naming) to index.

 telepathy-logger/channel-text.c |  111
 ++++++++++++++++++--------------------
 1 files changed, 53 insertions(+), 58 deletions(-)

commit ff27d68490581b53ddbfc670af47e0a2bd52574b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 19 14:27:56 2010 +0000

    Removed account, presence status/msg methods from TplContact

    Unused code.

 telepathy-logger/contact.c	  |  128
 --------------------------------------
 telepathy-logger/contact.h	  |    6 --
 telepathy-logger/log-store-xml.c |    1 -
 tests/test-searches.c		  |    1 +
 4 files changed, 1 insertions(+), 135 deletions(-)

commit b3eec0f4dad96ba8a503661e160d1557d089f027
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 18 18:52:39 2010 +0000

    Moving TplLogMessageFilter to log-manager.h so that log-store.h does
    not need to be public

 telepathy-logger/log-manager.h |    2 ++
 telepathy-logger/log-store.h	|    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit d1e999225104d8037348310fafd7928a5b0faaf3
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 18 18:51:07 2010 +0000

    Moving tpl_log_manager_register_log_store to log-manager-priv

 telepathy-logger/log-manager-priv.h |	  4 ++++
 telepathy-logger/log-manager.h      |	  4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 6a51631fe7a1540b83b7a21d74b8e4037e85117e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 18 18:50:11 2010 +0000

    Removed useless #includes

 telepathy-logger/log-entry.c	     |	  1 -
 telepathy-logger/log-store-sqlite.c |	  1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit bd7da9aa7ce8d1c2fe6bb190096128ef821e866a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 17 18:43:33 2010 +0000

    channel.c: typo prefixing tpl_observer instead of tpl_channel

    Also removes a usless finalize()

 telepathy-logger/channel.c |	15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

commit 2b1863d2269324d7ecdc8249543d7b4ebb474b98
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 17 18:02:54 2010 +0000

    Enabling -Werror by default in configure.au

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7df762706269a91cb79956d9405f4194aa4d60cc
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:30:47 2010 +0000

    Sort .gitignore, approximately by directory

 .gitignore |	94
 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 47 insertions(+), 47 deletions(-)

commit 82f9efe2287e160116261ec71b3ac484702bf72c
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:28:17 2010 +0000

    Anchor .gitignore patterns at root of repository where appropriate

 .gitignore |  113
 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 59 insertions(+), 54 deletions(-)

commit c1b6f93722e7e9addbf53310ff8ed3a712b2556f
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:27:28 2010 +0000

    .gitignore: remove configure.in, observer.py, neither of which we have

    Ignoring "observer.py" globally seems a bad idea, as it'd break (say)
    a regression test for observers written in Python.

 .gitignore |	 2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 298ded8b1473dc34a4f17e23d22715776621785e
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:22:14 2010 +0000

    Don't generate documentation for log-manager-priv.h

 doc/reference/libtelepathy-logger/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 227bf458316e81fef3cf4d9969207d41796a5947
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:22:01 2010 +0000

    Add top-level documentation file

    While I'm adding a new one anyway, it might as well have a
    tab-completion-friendly and syntax-highlighting-friendly name, so just
    call it "docs.xml".

 doc/reference/libtelepathy-logger/Makefile.am |    2 +-
 doc/reference/libtelepathy-logger/docs.xml    |   33
 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletions(-)

commit 65fe90c5d5abe05eec5801a8008897c78f2a155e
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:15:24 2010 +0000

    gtkdoc: automatically rebuild sections and types files for now

 doc/reference/libtelepathy-logger/Makefile.am |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit d7f502a1d00419d94d0669735bd23bd248a2d19b
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 17:13:33 2010 +0000

    .gitignore: don't ignore the index for the docs, which is hand-written
    (and missing)

 .gitignore |	 1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit bfb864f3c10850ac6e87d5d56f1b7bb6551c4c84
Merge: 086e7d7 4c17e94
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 16:38:57 2010 +0000

    Merge branch 'trivia'

    Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>

commit 4c17e94e3ff3ccf2f11c21e35e780336c5c26895
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 15:53:43 2010 +0000

    test-tpl-log-entry.c: use a string for the log entry ID, not a
    null pointer

    This appears to have been forgotten in commit eb8bd37327b6.

 tests/test-tpl-log-entry.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a560d0d2c9f7eefed44778d64b2ac3960b0dca9d
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 15:49:55 2010 +0000

    channel-text.c: on_received_signal_cb: don't unref @log if it's
    uninitialized

 telepathy-logger/channel-text.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit eda50c7a6404987a0d19a03b6cb1e49cd026b2c4
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 15:49:12 2010 +0000

    channel-text.c: eliminate trailing whitespace

 telepathy-logger/channel-text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6d62930732b06f5967abf0944c4927be529f664b
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 15:48:59 2010 +0000

    log-store-sqlite.h: eliminate tabs

 telepathy-logger/log-store-sqlite.h |	 21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

commit aeccda7656ea184ae9606b25d80cc4be83f363c3
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 15:48:34 2010 +0000

    extensions/Makefile.am: ensure there's a rule for _gen/cli-body.h

    This fixes parallel builds, at least on my laptop.

 extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8df1e5a0e4056a4f408ff2ce113f4a562ef81e73
Author: Simon McVittie <smcv@debian.org>
Date:	Tue Mar 23 15:40:12 2010 +0000

    Switch from shave to AM_SILENT_RULES

 configure.ac		      |    6 +---
 data/Makefile.am	      |    2 +-
 m4/shave.m4		      |   77
 ----------------------------------------
 shave-libtool.in	      |   69 ------------------------------------
 shave.in		      |   79
 ------------------------------------------
 src/Makefile.am	      |    1 -
 telepathy-logger/Makefile.am |    1 -
 tools/shave.mk		      |    1 -
 8 files changed, 2 insertions(+), 234 deletions(-)

commit 086e7d71a8f4059eb38b0071c752046fc50ae478
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Mar 19 16:04:37 2010 +1100

    Don't leak LogEntryText and thus don't leak ChannelText

 telepathy-logger/channel-text.c   |	7 ++++---
 telepathy-logger/log-entry-text.c |	2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 63ae816a637c983cfd142c81fe15d120a0ed8004
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Mar 17 10:29:59 2010 +1100

    log-store-xml: fix property enum to match property name

 telepathy-logger/log-store-xml.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 7ba473a59c47f40b5e733098bedd369641b71321
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Mar 19 14:19:19 2010 +1100

    Fix up segmentation fault

    The channel a signal was connected to was also being passed as
    user data
    (sometimes), but sometimes it was NULL. However it was occasionally
    being
    read from the user_data, which would segv when NULL.

 telepathy-logger/channel-text.c |   27 ++++++++++++++-------------
 telepathy-logger/channel.c	 |    2 +-
 2 files changed, 15 insertions(+), 14 deletions(-)

commit a2787e80d020f2186ae50fe677a6bef6e5404096
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Mar 18 18:08:09 2010 +1100

    tpl_actionchain_* -> tpl_action_chain_* -- make methods consistent
    with type

 telepathy-logger/action-chain.c |   22 ++++----
 telepathy-logger/action-chain.h |   16 +++---
 telepathy-logger/channel-text.c |  103
 ++++++++++++++++++++------------------
 telepathy-logger/channel.c	 |   24 +++++-----
 telepathy-logger/dbus-service.c |   34 ++++++------
 telepathy-logger/observer.c	 |    2 +-
 tests/tpl-channel-test.c	 |   12 ++--
 7 files changed, 109 insertions(+), 104 deletions(-)

commit 35b3d2c0bdf60d53268f420389aade1740ca4406
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Mar 18 17:23:21 2010 +1100

    Clean up channel reference counting, fix reference leak in
    TplActionChain

 telepathy-logger/action-chain.c |   40 ++++++++++++++++++++++++++------
 telepathy-logger/channel-text.c |    4 +-
 telepathy-logger/channel.c	 |   34 +++------------------------
 telepathy-logger/observer.c	 |   48
 +++++++++++++++++++++++---------------
 4 files changed, 67 insertions(+), 59 deletions(-)

commit 4a6a02cb4b630b37ba279f0be1762ce647a00ed3
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 18 15:24:27 2010 +0000

    Support for stale and logged messages for Text interface

    This also fixes a leak in got_message_pending_message_cb
    which continue'd the look without freen tpl_message_token, if the
    message was
    already in cache.

    Conflicts:

	telepathy-logger/channel-text.c

 telepathy-logger/channel-text.c |  200
 +++++++++++++++++++++++++++------------
 1 files changed, 140 insertions(+), 60 deletions(-)

commit 191e7a9609eccf459e25723b9251b51fea284d89
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 18 15:03:17 2010 +0000

    Add PATH_CRITICAL to debug.h

 telepathy-logger/debug.h |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit adb3042564be24024e0472dbddf830281590c9c6
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 18 12:42:01 2010 +0000

    Hooking PendingMessagesRemoved only if TpChannel implements the
    Messages iface

 telepathy-logger/channel-text.c |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

commit 7b56b2e57e3c83ecbf461888dcfd62834bf949e4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Mar 16 17:34:09 2010 +0000

    Fixing a bug in log-store-xml get/set prop

 telepathy-logger/log-store-sqlite.c |	  1 -
 telepathy-logger/log-store-xml.c    |	  2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 46f9e25beea604333c045ffb92d1d01111c7a077
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 15 18:51:54 2010 +0100

    LogStoreSQLite: Purging 5-days-old entries every hour instead of
    every TPL boot.

    This way SQLite is ensured to have 5 days+1 hour old entries at most.

 telepathy-logger/log-store-sqlite.c |	 32
 ++++++++++++++++++++++----------
 1 files changed, 22 insertions(+), 10 deletions(-)

commit 2b51a65a1b5175be655123116f6fcb24a6cbd6c0
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 15 17:04:01 2010 +0100

    Fixed authors in log-store-sqlite.c

 telepathy-logger/log-store-sqlite.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 87534b31199cd4528f04a92a61992027ed4719be
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 15 15:14:04 2010 +0100

    Imprioving insert/update in messagecounter

 telepathy-logger/log-store-sqlite.c |	 25 ++++++++-----------------
 1 files changed, 8 insertions(+), 17 deletions(-)

commit e8df07c6c2d7233218238d3bd320ff06b4c86bd5
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 15 15:13:27 2010 +0100

    improving GError messages

 telepathy-logger/log-store-sqlite.c |	 47
 +++++++++++++++-------------------
 1 files changed, 21 insertions(+), 26 deletions(-)

commit 3e88c45f2831e12c48640617cbf62b5932b30952
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 15 13:57:56 2010 +0100

    DEBUG format string fix (%d -> %u)

 telepathy-logger/log-store-sqlite.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6c67365e6462aa773d23b585681496af34bac240
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 15 13:53:47 2010 +0100

    Removing TplLogStoreSqliteTable enum

 telepathy-logger/log-store-sqlite.c |	 36
 ++++++++++++----------------------
 1 files changed, 13 insertions(+), 23 deletions(-)

commit e2d78f9870c39d75c95f00dcb85645a426d59f74
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 12 20:15:41 2010 +0100

    Renaming TplLogStoreDefault to TplLogStoreXml

 telepathy-logger/Makefile.am	      |    4 +-
 telepathy-logger/log-manager.c       |    6 +-
 telepathy-logger/log-store-default.c | 1265
 ----------------------------------
 telepathy-logger/log-store-default.h |   62 --
 telepathy-logger/log-store-xml.c     | 1265
 ++++++++++++++++++++++++++++++++++
 telepathy-logger/log-store-xml.h     |   62 ++
 tests/test-searches.c		      |    4 +-
 7 files changed, 1334 insertions(+), 1334 deletions(-)

commit 36b946f07540594330b9c8d48182c23fc7bca87a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 12 20:05:07 2010 +0100

    Removing LogStoreEmpathy

    the current default LogStore (to be renamed) will manage both legacy
    and the newer XML version

 telepathy-logger/Makefile.am	      |    2 -
 telepathy-logger/log-manager.c       |    1 -
 telepathy-logger/log-store-empathy.c |  989
 ----------------------------------
 telepathy-logger/log-store-empathy.h |   62 ---
 telepathy-logger/log-store-factory.c |    1 -
 5 files changed, 0 insertions(+), 1055 deletions(-)

commit 74fc18cf20042bf158f033e1e455310ccfa2db8d
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 12 20:01:47 2010 +0100

    Patched log-manager's add_store to return the LogStore

    Using the legacy mode empathy-legacy mode with the default logstore
    instead of the current log-store-empathy.c (which will be removed).

 telepathy-logger/log-manager.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 2b3b0b06a8b5c44b5d2e85c1b3acf59dbaec0d84
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 12 20:00:24 2010 +0100

    Added the empathy-legacy mode to the default logstore.

    By default it's FALSE, it can be enabled only via properties.

 telepathy-logger/log-store-default.c |  124
 ++++++++++++++++------------------
 1 files changed, 57 insertions(+), 67 deletions(-)

commit 09eb2b2656b02e40ddad7710345813ef48d7ead9
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 11 17:38:17 2010 +0100

    Fixed a column reference passed to SQlite _column_*

    _bind_* family starts indexing from 1, while _column_ start from 0.

    This also fixes back to normality setting ack'd messages in SQLite.

    Due to this bug it complained a lot that it was unable to find msg-id
    <something-which-is-not-a-message-id> and failed to set it as ACK'd.
    the g_critical complaints are also fixed consequently

 telepathy-logger/log-store-sqlite.c |	 10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 3ad30c4a0fe22bf2f8d98ba7a572a83c20db1e66
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 11 17:37:08 2010 +0100

    Fixing a possible leak if sqlite3_step returns ERROR during the
    step iteration

 telepathy-logger/log-store-sqlite.c |	  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 75a5443b475111d7c5e8d7f79fb67e8e60ecf4b3
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Mar 11 20:50:32 2010 +1100

    Fix types in headers from time_t to gint64

 telepathy-logger/log-entry-text.h |	4 ++--
 telepathy-logger/util.h	   |	2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e6c809de287d12ef22ee6954c0f42337d795012b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 11 17:09:50 2010 +0100

    Fixing a leak in TplLogStoreEmpathy

 telepathy-logger/log-store-empathy.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit bee2dd90df952aa3bbd1cb655406b64c565db957
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 11 16:06:42 2010 +0100

    Renamed references to 'index' variables to 'cache' and some other
    symbols

 telepathy-logger/channel-text.c |   46
 +++++++++++++++++++-------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

commit 6efe62230b4839fe9594bfbdc198c6ee773eb330
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Mar 11 16:07:15 2010 +0100

    Added TPL_LOG_ENTRY_MSG_ID_IS_VALID(x) macro

 telepathy-logger/log-entry.h	     |	 10 ++++++++++
 telepathy-logger/log-store-sqlite.c |	  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 41d017bff40ac3ec0794706d2604a7e0f245d0d8
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 13:32:23 2010 +0100

    Reintroducing static strings instead for SQL

 telepathy-logger/log-manager.c      |	  2 --
 telepathy-logger/log-store-sqlite.c |	  4 ++--
 telepathy-logger/util.c	     |	  4 ++--
 3 files changed, 4 insertions(+), 6 deletions(-)

commit 9e0963a47f45fadb5406cb77dab58bbaccaa88b8
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 13:30:37 2010 +0100

    Improving comments ang gtk-doc strings

 telepathy-logger/channel-text.c |    9 ++++-----
 telepathy-logger/log-entry.c	 |   33 ++++++++++++++++++++++++++-------
 telepathy-logger/log-entry.h	 |   15 ++++++++++++++-
 3 files changed, 44 insertions(+), 13 deletions(-)

commit 3396bb782378df3352da0106a608cab86722df66
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 13:28:01 2010 +0100

    check validity for data retrieved with tp_asv_*

 telepathy-logger/channel-text.c |   34 +++++++++++++++++++++-------------
 1 files changed, 21 insertions(+), 13 deletions(-)

commit 72f640053a59783c6f5e7f09be12e372806ac452
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 13:27:02 2010 +0100

    Use TP constant for ChannelType

 telepathy-logger/channel-text.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 2d01efa2235a521fb6568d1fb072f79847befca4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 12:36:19 2010 +0100

    Changed create_message_token timestamp type from str to gint64

    This way it is passed a unique repr of the data.
    With the str if any other format string was used, a different token
    would be
    produced

 telepathy-logger/channel-text.c      |   11 +++--------
 telepathy-logger/log-entry-text.c    |    4 ++--
 telepathy-logger/log-manager.c       |    2 +-
 telepathy-logger/log-store-empathy.c |    2 +-
 telepathy-logger/util.c	      |    8 +++++++-
 telepathy-logger/util.h	      |    2 +-
 6 files changed, 15 insertions(+), 14 deletions(-)

commit 5f8cebc439597e30eb6fc0f315770a6d5f2d1a8a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 5 16:06:56 2010 +0000

    Using gint instead of gint64 pending messages ID for TplLogEntry

    TplLogEntry P.M.ID cannot be unsigned since it needs a way to
    recognized ACK'd
    messages and other special values

 telepathy-logger/channel-text.c      |    2 +-
 telepathy-logger/log-entry.c	      |   14 ++++++++------
 telepathy-logger/log-entry.h	      |    8 ++++----
 telepathy-logger/log-store-empathy.c |    2 +-
 4 files changed, 14 insertions(+), 12 deletions(-)

commit 4e260679680fff96fbbb821de5752476acd45c79
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 5 16:06:00 2010 +0000

    Using constants where possible for time formats and special values

 telepathy-logger/channel-text.c      |   11 +++++++----
 telepathy-logger/log-manager.c       |    2 +-
 telepathy-logger/log-store-empathy.c |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)

commit 5acca9ffd109628c9f6e1f9b9fa768ca67f7c203
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 5 15:08:24 2010 +0000

    Using the more informative CRITICAL instead of g_critical

 telepathy-logger/channel-text.c     |	  6 +++---
 telepathy-logger/conf.c	     |	  4 ++--
 telepathy-logger/log-manager.c      |	  8 ++++----
 telepathy-logger/log-store-sqlite.c |	 18 +++++++++---------
 telepathy-logger/observer.c	     |	  2 +-
 5 files changed, 19 insertions(+), 19 deletions(-)

commit 43e0507ec3ef2e4b24cb38efc499a03d71274a7d
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Mar 5 14:50:18 2010 +0000

    Adding CRITICAL macro and tpl_critical function

 telepathy-logger/debug.c |   20 ++++++++++++++++++++
 telepathy-logger/debug.h |    6 ++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

commit fc01d26e78835c6c0b750193649e9d16c09c4cd4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 3 18:09:34 2010 +0000

    TplLogStoreSqlite: Purging old entries, when the log store is
    initialized

    Setting also a cosntant in tpl-log-store-sqlite.h as delta time in
    seconds for
    clean-ups, purgins and similar operation.

 telepathy-logger/channel-text.c |   25 +++++++++++++------------
 telepathy-logger/log-manager.c  |   11 -----------
 2 files changed, 13 insertions(+), 23 deletions(-)

commit f72d2ba86f04bb0f61e0f63c8b43fb9325d9f1da
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 3 17:20:38 2010 +0000

    Starting using the Index logstore to keep track of the logged messages

    Now when pending messages via the Messages interface are examined,
    the ones that are present in the Index wont' be sent to the
    log-manager again.

    In the same way, on received signal, a message being in the Index
    won't be logged.

    It also does some stale id clean-up.

    DEBUG message have been improved.

 telepathy-logger/channel-text.c |  254
 ++++++++++++++++++++++++++++++++++++---
 telepathy-logger/datetime.h	 |    2 +-
 telepathy-logger/log-manager.c  |   18 +++-
 3 files changed, 251 insertions(+), 23 deletions(-)

commit d3bd027c5f717cc53554b096e0ad9475deb4872c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 10 11:43:38 2010 +0100

    Renamed Counter LogStore to Sqlite, adding also a Caching
    functionality, which
    keeps count of incoming messages and allows duplicate checking

    LogStore Error codes has been updates to reflect some Index needings

    Fixed a typo in log-store.c tpl_log_store_is_readable

 telepathy-logger/channel-text.c     |	  4 +-
 telepathy-logger/log-manager.c      |	  9 +-
 telepathy-logger/log-store-sqlite.c |	734
 ++++++++++++++++++++++++++++++++++-
 telepathy-logger/log-store-sqlite.h |	 28 ++
 telepathy-logger/log-store.c	     |	 38 ++-
 telepathy-logger/log-store.h	     |	  8 +
 6 files changed, 788 insertions(+), 33 deletions(-)

commit eb8bd37327b668ff964cbcd8b5b4a8be645c8de1
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 3 14:30:00 2010 +0000

    TplLogEntry/TplLogEntryText: added several fields/props

    pending_msg_id: the entry's pending msd_id or -1 if sent/ack'd
    channel_path: the channel path relative to the channel originating
    the entry

    log_id: changed type, from guint to (gchar *), to represent a
    literal token,
    thus the constructor for TplLogEntry changed to follow the log_id
    type change.
    Due to the type change, a small amend has been done on
    TplLogStoreEmapthy.

    TplLogStoreDefault has been created since with the introduction of
    log_id as a
    literal token, TplLogStoreEmpathy won't be compatible anymore with
    the current TPL default LS.

    A utility function has been added to util.c, returning a message_token
    which
    TPL clients can trust to be unique within TPL, this until Bug#26838
    will be solved.

    TplLogManager has been updated with the new TPL_LOG_STORE_DEFAULT
    instance.
    TpLChannelText has been updated with the TplLogStoreText constructor
    update.

 telepathy-logger/Makefile.am	      |    7 +-
 telepathy-logger/channel-text.c      |   31 +-
 telepathy-logger/log-entry-text.c    |   33 +-
 telepathy-logger/log-entry-text.h    |    7 +-
 telepathy-logger/log-entry.c	      |  147 ++++-
 telepathy-logger/log-entry.h	      |   20 +-
 telepathy-logger/log-manager.c       |    1 +
 telepathy-logger/log-store-default.c | 1275
 ++++++++++++++++++++++++++++++++++
 telepathy-logger/log-store-default.h |   62 ++
 telepathy-logger/log-store-empathy.c |  261 +-------
 telepathy-logger/util.c	      |   44 ++
 telepathy-logger/util.h	      |    4 +
 12 files changed, 1609 insertions(+), 283 deletions(-)

commit b38e68a0472b570879a1492b68ab3b95b157dbd0
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 24 11:30:37 2010 +0000

    Add retrieval of pending messages using Message iface.

    Now channel-text select which way to use, depending if the channel
    implements
    the Messages or just the Text interface

    Fixes a typo in debug.h

 telepathy-logger/channel-text.c |  124
 ++++++++++++++++++++++++++++++++++----
 1 files changed, 111 insertions(+), 13 deletions(-)

commit f7144411f6eceedfa47fad5f4162f5c80fc30f04
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 18:56:21 2010 +0100

    Fixed log-store-sqlite name property

 telepathy-logger/log-store-sqlite.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3a0e8060c5aa00e056b1399042ebac02abe53f75
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 18:55:16 2010 +0100

    Renamed GET_PRIV into GET_PRIVATE for homogeneity

 telepathy-logger/log-store-sqlite.c |	 16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit a78c3def6b3251ca75515c0ac3cc347064941d3f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Mar 8 16:46:57 2010 +0100

    Renamed log-store-counter into log-store-sqlite

    Updated also all the methods' calls

 telepathy-logger/Makefile.am	      |    4 +-
 telepathy-logger/log-manager.c       |    4 +-
 telepathy-logger/log-store-counter.c |  602
 ----------------------------------
 telepathy-logger/log-store-counter.h |   62 ----
 telepathy-logger/log-store-sqlite.c  |  602
 ++++++++++++++++++++++++++++++++++
 telepathy-logger/log-store-sqlite.h  |   62 ++++
 tests/Makefile.am		      |    2 +-
 tests/test-tpl-log-store-counter.c   |   33 --
 tests/test-tpl-log-store-sqlite.c    |   33 ++
 9 files changed, 702 insertions(+), 702 deletions(-)

commit 28e5420f50afd5ce3e33f8f545c67a8599cdcdd2
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Tue Feb 23 11:54:48 2010 +1100

    log-manager: clean up addition of log stores, add TplLogStoreCounter

 telepathy-logger/log-manager.c |   77
 ++++++++++++++++++---------------------
 1 files changed, 36 insertions(+), 41 deletions(-)

commit 15820422ec7584a1fb3b3e10839fd14464f0c0e9
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Feb 19 16:48:44 2010 +1100

    log-store-counter: a log store that uses sqlite3 to count messages

 configure.ac			      |    1 +
 telepathy-logger/Makefile.am	      |    8 +-
 telepathy-logger/log-store-counter.c |  602
 ++++++++++++++++++++++++++++++++++
 telepathy-logger/log-store-counter.h |   62 ++++
 tests/Makefile.am		      |    7 +-
 tests/test-tpl-log-store-counter.c   |   33 ++
 6 files changed, 709 insertions(+), 4 deletions(-)

commit a76bec681af40f1bb88073bd0aa8e2a7c1e0042c
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 18 15:38:07 2010 +1100

    log-store: add common properties to the LogStore GInterface

    Remove is_{readable,writable} from iface use properties instead

 telepathy-logger/log-store-empathy.c |   94
 ++++------------------------------
 telepathy-logger/log-store.c	      |   89
 ++++++++++++++++++++++----------
 telepathy-logger/log-store.h	      |    3 -
 3 files changed, 72 insertions(+), 114 deletions(-)

commit 5d1ed6a2da3dd1dd7d0cc47dbe454e4dbbd285c2
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Mar 5 12:50:52 2010 +1100

    Add comment for how to use log-manager.xsl

 data/log-manager.xsl |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 05eac85e49278f1c29bbebe20a913ca344278a8a
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Mar 4 15:01:20 2010 +1100

    observer: don't leak GObject properties

    ChannelClassList is wrong for registered-channels. Change to a
    TP_ARRAY_TYPE_OBJECT_PATH_LIST, although this property isn't
    exported over
    D-Bus, so I'm not even sure why it's using a D-Bus type, and not
    something
    like a GList.

 telepathy-logger/observer.c |	 73
 +++++++++++++++++++++++++++++++-----------
 1 files changed, 54 insertions(+), 19 deletions(-)

commit b9e5f1e0ace623b1b252ecad3e65ddf45b809359
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Mar 3 09:50:43 2010 +0000

    fix client's .service and .client files

    Without it TPL couldn't be triggered properly and resulted

 data/Logger.client				    |	10 ++++++++++
 data/Makefile.am				    |	 2 +-
 data/TelepathyLogger.client			    |	10 ----------
 ....freedesktop.Telepathy.Client.Logger.service.in |	 2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

commit f200bbb23e1ef6bd6a6375dfbb5ade923e04c0a9
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Feb 26 16:31:26 2010 +1100

    Start telepathy-logger 0.1.2 development

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1ebe6d72ab3f3a11dcd59a68260a041e41ed6139
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Feb 26 16:18:12 2010 +1100

    Release telepathy-logger 0.1.1

 NEWS	      |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit 974c774d4d45dc2935bc8a6eee43e987a97dc486
Merge: 441651c 6a769d8
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Feb 26 14:46:32 2010 +1100

    Merge branch 'observe-existing-channels'

commit 6a769d860f6a7cf5d16bc5acb130afd63bd9535a
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Feb 26 14:35:39 2010 +1100

    observer: clean up referencing

 telepathy-logger/observer.c |	245
 +++++++++++++++++--------------------------
 1 files changed, 98 insertions(+), 147 deletions(-)

commit 441651cc42ab642626315df1bbf8ade20fa5400f
Merge: 6f5caa4 5f5173c
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Fri Feb 26 13:31:33 2010 +1100

    Merge branch 'get-recent-messages-async'

commit 5f5173cba1b80d71faf4db7bd07adb07952a9bd0
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 25 09:06:17 2010 +1100

    dbus-service: make GetRecentMessages asynchronous

 telepathy-logger/dbus-service.c |  196
 +++++++++++++++++++++++++--------------
 1 files changed, 125 insertions(+), 71 deletions(-)

commit 6f5caa40473feea9c9c7526affab43d173b34636
Author: Travis Reitter <treitter@gmail.com>
Date:	Thu Feb 25 14:36:08 2010 -0800

    Add favourite contacts support.

    This adds a simple D-Bus API and implementation for storing and
    manipulating a set of favourite Telepathy contacts.

 extensions/Logger.xml		 |   83 +++++
 telepathy-logger/Makefile.am	 |    2 +-
 telepathy-logger/dbus-service.c |  660
 +++++++++++++++++++++++++++++++++++++++
 telepathy-logger/dbus-service.h |    6 +-
 4 files changed, 749 insertions(+), 2 deletions(-)

commit 9c5151d2622f1ef04ce0d7a59c70cc355df3af28
Author: Travis Reitter <treitter@gmail.com>
Date:	Thu Feb 25 08:15:50 2010 -0800

    Fix the signature of link_free() and use it more consistently.

 telepathy-logger/action-chain.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 11e8fd5bfb68347baf7f809089c78ade0eb7f79d
Author: Travis Reitter <treitter@gmail.com>
Date:	Wed Feb 24 08:59:42 2010 -0800

    Extend the TplActionChain API to support passing arbitrary data to
    the chained functions.

 telepathy-logger/action-chain.c |   43 +++++++++++++++++++++++++----
 telepathy-logger/action-chain.h |    8 +++--
 telepathy-logger/channel-text.c |   56
 ++++++++++++++++++++++++--------------
 telepathy-logger/channel.c	 |   24 ++++++++++------
 tests/tpl-channel-test.c	 |    8 +++--
 5 files changed, 97 insertions(+), 42 deletions(-)

commit f460f051e89dc0088bc12b59aca2664f0d5e8a66
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 25 15:27:51 2010 +0000

    Improving debug messaes for log-manager and log-store-emapthy

    Plus some typos in comments

 telepathy-logger/debug.h	      |    4 ++--
 telepathy-logger/log-manager.c       |    8 +++++++-
 telepathy-logger/log-store-empathy.c |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

commit bee2939e886835e90108f72c25bd38435d4128b5
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 25 14:48:43 2010 +0000

    Preparing TpAccount and TpChannel before channel retrieval.

 telepathy-logger/observer.c |	148
 +++++++++++++++++++++++++++++++++++++------
 1 files changed, 127 insertions(+), 21 deletions(-)

commit 8d884a2f125a1f96256ec2511fd10a0590a77c85
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 18 19:33:28 2010 +0000

    Improved debug while called during open channel inspection

    Also fixed the code comments

 telepathy-logger/observer.c |	  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit c379854bdc7eb3d7c636253879ee58b37ef21879
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 18 18:26:17 2010 +0000

    Added Open Channel retrieval.

    This allow the logging of channels which are already open and thus
    no further
    NewChannel signal will be sent.

 telepathy-logger/observer.c |	124
 ++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 116 insertions(+), 8 deletions(-)

commit 6b7168d92c97211eeae7fb432b2cbea4edf5bf97
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 25 21:22:30 2010 +1100

    Cleanups: update .gitignore, update G_LOG_DOMAIN in other makefile

    Remove spurious src/config.h that was causing strange problems

 .gitignore	 |    6 ++----
 src/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

commit 4b5bd4a42f4b94d84d9efad271b3f4ab4f20210f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 24 15:06:44 2010 +0000

    Adding a GIO's _finish() method to each async API in log-manager.

 telepathy-logger/log-manager-priv.h |	  3 +
 telepathy-logger/log-manager.c      |	181
 +++++++++++++++++++++++++----------
 telepathy-logger/log-manager.h      |	 21 ++++-
 tests/test-searches.c		     |	  2 +-
 4 files changed, 152 insertions(+), 55 deletions(-)

commit 45a15b2a1e69bfeac4aeeae042e2ac9e14a05849
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 23 14:57:46 2010 +0000

    Fixes a SIG11 when a msg to a chatroom is sent

    Now it handles properly the receiver's contact, which in chatrooms
    is NULL,
    since there is no actual receiver (tpl-log-entry's chat-id will be
    the chatroom id).

 telepathy-logger/channel-text.c |   28 +++++++++++++++++++---------
 telepathy-logger/observer.c	 |    4 +++-
 2 files changed, 22 insertions(+), 10 deletions(-)

commit db094e346bdc4ddc2f2bb782586ae7e263ff2d74
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 23 14:56:27 2010 +0000

    Fix PATH_DEBUG, prefixing '_' to blocl's vars to avoid shadowing
    vars in upper scopes

 telepathy-logger/debug.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 7aaf7c0092c18e902fb841a759af109f74e90b30
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 23 10:57:14 2010 +0000

    Fixed a bug with tpl_log_entry_set_chat_id at construct time

    Now it's not a G_PROP_CONSTRUCT property anymore and
    tpl_log_entry_text_new
    does now need chat_id anymore.
    This way the default value for chat-id is NULL, unless differently
    set.

 telepathy-logger/channel-text.c      |   13 +++++++------
 telepathy-logger/log-entry-text.c    |    2 --
 telepathy-logger/log-entry-text.h    |    3 +--
 telepathy-logger/log-entry.c	      |   15 +--------------
 telepathy-logger/log-store-empathy.c |    3 +--
 tests/test-tpl-log-entry.c	      |    2 +-
 6 files changed, 11 insertions(+), 27 deletions(-)

commit 89d4e4c209f9816e695fd3e24a42be045d18504c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 23 10:56:48 2010 +0000

    TP style fixes

 telepathy-logger/log-entry-text.c |   19 ++++++++++++-------
 telepathy-logger/log-entry.c	   |   16 ++++++++--------
 2 files changed, 20 insertions(+), 15 deletions(-)

commit d1706e27c6ae372e93d6fffb2355364a822335c0
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 23 10:55:27 2010 +0000

    renamed libtelepathy-logger.pc.in in telepathy-logger.pc.in

 configure.ac					    |	 4 ++--
 telepathy-logger/Makefile.am			    |	 2 +-
 .../libtelepathy-logger-uninstalled.pc.in	    |	11 -----------
 telepathy-logger/libtelepathy-logger.pc.in	    |	11 -----------
 .../telepathy-logger-uninstalled.pc.in		    |	11 +++++++++++
 telepathy-logger/telepathy-logger.pc.in	    |	11 +++++++++++
 6 files changed, 25 insertions(+), 25 deletions(-)

commit 1f2ff73875abc4848f2d1cd02c2ce939787329d8
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 22 14:32:47 2010 +0000

    Changed from libtelepathy-logger to tp-logger the id used by debugger
    to log messages

    It's shorter and similar to telepathy-glib, which uses tp-glib

 telepathy-logger/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 16399fba93ebc677ff6337e058d54fb20b5dbd62
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 25 09:11:11 2010 +1100

    Change test-api to noinst

 src/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 886d9a6b62eb6a7bbb6adf2c380bae91b70cdd9b
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 25 09:10:46 2010 +1100

    Copying files from Gabble should involve reading them first

 COPYING.LGPL |   69
 +--------------------------------------------------------
 1 files changed, 2 insertions(+), 67 deletions(-)

commit c7c16e1b587398f4e74047481d78cb9ab64b33d6
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 16:01:47 2010 +1100

    Start telepathy-logger-0.1.1 development

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6751bafc218447314c4fd3e97f684ac8827745cd
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 15:56:25 2010 +1100

    Release telepathy-logger 0.1.0

 NEWS	      |   29 +++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 30 insertions(+), 1 deletions(-)

commit 20719b71095d2e77d953ee53f10ce2c0cc0717f6
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 15:55:27 2010 +1100

    Fix ChangeLog generation

 Makefile.am |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c7cfdf3e662d8c3264f7da88de4edcd1bd4bf1a9
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 15:52:20 2010 +1100

    Include maintainer tools in toplevel Makefile.am

 .gitignore	    |	 1 +
 Makefile.am	    |	 1 +
 tools/telepathy.am |	29 +++++++----------------------
 3 files changed, 9 insertions(+), 22 deletions(-)

commit b6b27bb54134a665503a899c0596ac5dd9387ebe
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 15:22:14 2010 +1100

    Disable check-twisted and check-undocumented from `make check`
    for the moment

    The twisted tests do not seem to be complete and there are currently
    way too
    many undocumented symbols to make that a dependency of running
    distcheck

 doc/reference/libtelepathy-logger/Makefile.am |    5 ++++-
 tests/twisted/Makefile.am		       |    3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit da9f65aaee01424f21166961fa6896f63ee5c326
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 13:33:51 2010 +1100

    Tp style fixes

 telepathy-logger/channel-factory.c  |	  2 +-
 telepathy-logger/conf.h	     |	  6 +++---
 telepathy-logger/log-manager-priv.h |	  2 +-
 tests/test-searches.c		     |	  2 +-
 tests/tpl-channel-test.c	     |	  3 +--
 5 files changed, 7 insertions(+), 8 deletions(-)

commit 7df470ddbb913c57e1fe681685184a67ee0a1bc3
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 13:33:28 2010 +1100

    make distcheck fixes

 .gitignore					    |	 6 +++++-
 configure.ac					    |	 4 ++--
 doc/Makefile.am				    |	10 ++++++++++
 src/Makefile.am				    |	 1 +
 src/telepathy-logger.c				    |	 2 +-
 telepathy-logger/Makefile.am			    |	 8 +++++++-
 tests/Makefile.am				    |	13 ++++++++++---
 tests/twisted/Makefile.am			    |	 3 +++
 tests/twisted/main-debug.c			    |	 2 +-
 tests/twisted/tools/Makefile.am		    |	 2 +-
 ....freedesktop.Telepathy.Client.Logger.service.in |	 3 +++
 ...top.Telepathy.Client.TelepathyLogger.service.in |	 3 ---
 tools/Makefile.am				    |	 4 ++++
 13 files changed, 48 insertions(+), 13 deletions(-)

commit d461f3e62f1270c3eaf9ff2e5faf0408be7699b9
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Wed Feb 24 12:36:17 2010 +1100

    Update files for release

 AUTHORS      |    2 +
 COPYING.LGPL |  578
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |   24 +++-
 TODO	      |   13 --
 4 files changed, 603 insertions(+), 14 deletions(-)

commit 45884da6c26a4c6416893eae0623dc8fa74e5a09
Author: Travis Reitter <treitter@gmail.com>
Date:	Tue Feb 16 14:35:27 2010 -0800

    Update the URL in the README.

 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f6a52b9c3b5a79a9b1bb312a083b807b903d81aa
Author: Travis Reitter <treitter@gmail.com>
Date:	Tue Feb 16 14:26:02 2010 -0800

    Ignore generated test tools.

 .gitignore				  |    2 +
 tests/twisted/tools/exec-with-log.sh	  |   31
 ------------------------------
 tests/twisted/tools/tmp-session-bus.conf |   27
 --------------------------
 3 files changed, 2 insertions(+), 58 deletions(-)

commit f09c9a2bdab4f9751bce90d4dd3b4d7e3ccd95c7
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 22 12:08:59 2010 +0000

    Moving LogManager initialisation from _constructor to _init

    Also improving DEBUG output

 telepathy-logger/log-manager.c |  100
 ++++++++++++++++++++-------------------
 1 files changed, 51 insertions(+), 49 deletions(-)

commit c552afb51d9e4c07f4b99729d15ec2cd1c7242bb
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 19:46:20 2010 +0000

    Fix chat_id conversion when chat_id is 1-1 conversation from
    a chatroom

    In other words: avoid that 1-1 conversation generated from a chatroom,
    having id similar
    to room@conference.domain/My_Alias (in XMPP) are threated as
    a directory
    path, creating My_Alias as a subdirectory of room@conference.domain

 telepathy-logger/log-store-empathy.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit afee8187bcc7728f29e20d085c32053612b3e361
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 19:45:35 2010 +0000

    Handle GError properly in during _build

 telepathy-logger/channel-factory.c |	 4 +++-
 telepathy-logger/channel-factory.h |	10 ++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

commit d2f75b52298a95bc1831be724ae95f8aa73be7f2
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 19:12:49 2010 +0000

    Using priv->readable_stores when using a search/query API

    All LogStore API that access the LogStore in reading have to have
    the readable
    property TRUE, so that at log manager's registration time, it will
    set the LS
    at in priv->readable_stores properly, to avoid to query LS that
    actually are not meant to be.

 telepathy-logger/log-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 164d1d6ffb132932eeeaaa15dd9b2c925d266696
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 19:11:03 2010 +0000

    Fix tpl_log_manager_search_hit_compare

    and minor restyling of tpl_log_manager_get_chats

 telepathy-logger/log-manager.c |   37
 ++++++++++++++++++++++++++++---------
 1 files changed, 28 insertions(+), 9 deletions(-)

commit 37eae707e9feaa926a61d0a8de7f85898a097770
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 17:40:44 2010 +0000

    TP Style fixes and gtk-doc src documentation improved

 telepathy-logger/log-manager.c       |   74 ++++++++++++++++++++----
 telepathy-logger/log-store-empathy.c |    9 ++-
 telepathy-logger/log-store.c	      |  105
 ++++++++++++++++++++++++++++++++--
 3 files changed, 168 insertions(+), 20 deletions(-)

commit fc07d94530a3433d3fe3f930f751927f5b9e26a8
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 17:43:39 2010 +0000

    rename LogStore iface method from last_messages to recent_messages

 telepathy-logger/log-store.c |    6 +++---
 telepathy-logger/log-store.h |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 7b20066d126e414fbfd00cd6bd06617cd123ca55
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 17:35:25 2010 +0000

    Improved error managing in log-manager and log-store-empathy

 telepathy-logger/log-manager.c       |   23 ++++++++++++++++++-----
 telepathy-logger/log-manager.h       |    1 +
 telepathy-logger/log-store-empathy.c |    8 ++++----
 telepathy-logger/log-store.h	      |   10 ++++++++++
 4 files changed, 33 insertions(+), 9 deletions(-)

commit 5a9b0433b7af89bb3df40d4ac411bd7befeeba7f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 17:36:28 2010 +0000

    Add result data destructors to async APIs

    as reported in #26637

 telepathy-logger/log-manager.c |   86
 ++++++++++++++++++++++++++++++++++++----
 1 files changed, 78 insertions(+), 8 deletions(-)

commit 9897380f02cc56847d754934c07934f247fccebf
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 19 17:32:07 2010 +0000

    use dbus_g_method_return_error if tp_dbus_daemon cannot be acquired

 telepathy-logger/dbus-service.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b4c417233bb8feeb3c0dfc6ce7969f2252c6c3e2
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 18 15:11:33 2010 +0000

    Added Empathy legacy LogStore support into LogManager.

    Added is_readable/is_writable method to LogStore interface.

    Also removed ack_message from LogStore since no destructive calls
    should be
    made from an Observer cotext. The method was an Empathy's
    reminiscence.

 telepathy-logger/log-manager.c       |  127
 ++++++++++++++++++++++------------
 telepathy-logger/log-manager.h       |    3 +-
 telepathy-logger/log-store-empathy.c |   12 ++--
 telepathy-logger/log-store.c	      |   36 ++++++----
 telepathy-logger/log-store.h	      |    8 --
 5 files changed, 113 insertions(+), 73 deletions(-)

commit 993b4f4b9a14749dd7c36b0e605a3ef4aa04f76e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 17 14:59:42 2010 +0000

    added account-path property/member to TplLogStore

    That way a client needing to obtain a TpAccount, can acquire it from
    its object-path.
    account-path is a PROP_CONSTRUCT_ONLY property, thus the _new method
    has been updated as well.

    Setting the avatar_token for queried log entries.

    Also, cleaned up some code and TP style fixes.

 telepathy-logger/channel-text.c      |   10 ++++-
 telepathy-logger/log-entry-text.c    |    5 ++-
 telepathy-logger/log-entry-text.h    |    3 +-
 telepathy-logger/log-entry.c	      |   63
 ++++++++++++++++++++++++++++++--
 telepathy-logger/log-entry.h	      |    3 ++
 telepathy-logger/log-store-empathy.c |   66
 +++++++++++++++++++++-------------
 tests/test-tpl-log-entry.c	      |    3 +-
 7 files changed, 119 insertions(+), 34 deletions(-)

commit cab4c064c3bbe0a30f83d0f935f9c549682a99ba
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 17 14:51:46 2010 +0000

    removed useless g_strdup over not stored string

 telepathy-logger/channel-text.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 039f10d121c595f7582cc86ad8609df2c4ddf30e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 18 13:08:00 2010 +0000

    TP style fixes

 src/telepathy-logger.c		 |    2 +-
 telepathy-logger/channel-text.c |    2 +-
 telepathy-logger/dbus-service.c |    4 ++--
 telepathy-logger/observer.h	 |   12 ++++++------
 4 files changed, 10 insertions(+), 10 deletions(-)

commit 533562ca9919fef651d3be88a839f7c1e2cb0942
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 17 16:44:58 2010 +0000

    Adding observer.h to LIBTPL_HEADERS

 telepathy-logger/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ffc2409165d4615553d448a1fc30310187f01ac4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 16 17:59:17 2010 +0000

    Fixing LogStore->add_message method using TplLogEntry instead
    of gpointer

 telepathy-logger/log-store-empathy.c |    5 ++---
 telepathy-logger/log-store.c	      |    2 +-
 telepathy-logger/log-store.h	      |    4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

commit ba827be56b447ec949b1754e6a6cd9634408356e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 16 17:33:44 2010 +0000

    improving DEBUG output

 telepathy-logger/channel-text.c |   25 ++++++++++---------------
 telepathy-logger/observer.c	 |    2 ++
 2 files changed, 12 insertions(+), 15 deletions(-)

commit e41beaea75d52910c9a72045814cfdb3f9a58c8b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 16 17:33:15 2010 +0000

    update Observer's bus name to org.freedesktop.Telepathy.Client.Logger

 data/Makefile.am				    |	 2 +-
 ....freedesktop.Telepathy.Client.Logger.service.in |	 3 +++
 ...top.Telepathy.Client.TelepathyLogger.service.in |	 3 ---
 telepathy-logger/observer.h			    |	 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

commit 52e77ab5ba07387419c1069c6cc8140f7105d35b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 16 17:18:08 2010 +0000

    Removed log_to_debug_sender from debug.c

    It should be called only by the client (ie telepathy-logger service
    daemon) and
    not within tpl_debug.
    A library should use the already ready one by the client.

 telepathy-logger/debug.c |   44
 --------------------------------------------
 1 files changed, 0 insertions(+), 44 deletions(-)

commit 80e208abf1ee1773d41b810aee66a7ca7dfbfca5
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 16 17:03:41 2010 +0000

    fixing the clean target for data/ and the AM_CPPFLAGS

 data/Makefile.am |    4 ++--
 src/Makefile.am  |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit ab4d9f004c2ede0bfa5244d295b0451661fe1215
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Tue Feb 16 18:39:15 2010 +1100

    log-manager: tp-style fix

 telepathy-logger/log-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2caf387ab13f257bf0f66881c8450ded911ddc04
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Tue Feb 16 17:50:19 2010 +1100

    dbus-service: don't leak GPtrArray or GError

 telepathy-logger/dbus-service.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 5f6b4aeea75de3ddfd77f90904800cd15f56ebd0
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Tue Feb 16 17:49:09 2010 +1100

    debug: move tp-glib debugging onto a TP_DEBUG env var

 telepathy-logger/debug.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit c8b84aa481ffbe3d3f13afce68ac22141ac155ee
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Tue Feb 16 16:21:07 2010 +1100

    test-api: fixes to make test-api work correctly

 src/test-api.c |   49 +++++++++++++++++++++++++++++++++----------------
 1 files changed, 33 insertions(+), 16 deletions(-)

commit e75b5bc194449447a2f9e7804c1fd25feb04ee76
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Tue Feb 16 16:10:15 2010 +1100

    conf: return TRUE if globally enabled is unset and unschemaed

    Also fix up some line wrapping issues and other small bits.

 telepathy-logger/conf.c |   36 +++++++++++++++++++++++++-----------
 1 files changed, 25 insertions(+), 11 deletions(-)

commit d4888a59a2abcea30c043bd17068dcb799b25a2f
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Tue Feb 16 14:11:16 2010 +1100

    Update spec for int64 timestamps, correct dbus-service types

    Also plug a leak due to incorrect usage of tp_value_array_build

 extensions/Logger.xml		 |   10 +++++-----
 extensions/all.xml		 |    2 ++
 telepathy-logger/dbus-service.c |   22 ++++++++++++----------
 3 files changed, 19 insertions(+), 15 deletions(-)

commit c06e7c7633386534324cf1f75a3a82a44ad3f095
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 16:06:30 2010 +0000

    TP style fixes

 telepathy-logger/contact.c |	 4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d723143c485990e1b1aa1ebc689db6a0ee142882
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 16:00:46 2010 +0000

    Use of tp_value_array_build

 telepathy-logger/dbus-service.c |   24 +++++++++---------------
 1 files changed, 9 insertions(+), 15 deletions(-)

commit 9e05b0e7271b0ec17e58714a3067c8bff420ddb4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 15:47:05 2010 +0000

    Renamed util.h CHAN_DEBUG into PATH_DEBUG

    Updated to be usable with any TpProxy derived gobject, which has
    'object-path'
    property.
    Substituted any use of CHAN_DEBUG with PATH_DEBUG.

 telepathy-logger/channel-text.c |   42
 +++++++++++++++++++-------------------
 telepathy-logger/debug.h	 |   16 +++++++-------
 2 files changed, 29 insertions(+), 29 deletions(-)

commit bbde987aa48e0a62d98371e424df6e585565c808
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 14:34:07 2010 +0000

    TP style fixes

 telepathy-logger/channel-text.c   |   34
 +++++++++++++++++++---------------
 telepathy-logger/log-entry-text.c |	8 ++++----
 telepathy-logger/log-entry.h	   |   30 +++++++++++++++---------------
 telepathy-logger/log-store.c	   |	3 ++-
 4 files changed, 40 insertions(+), 35 deletions(-)

commit 054615421b8c62504cc17989d8cace115ac5f216
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 14:16:44 2010 +0000

    testsuite enhancements

 tests/test-searches.c |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit ffe9fc4c94813082768eaeb8114739c5b12dba76
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 14:16:02 2010 +0000

    use of gint64 for timestamp

 telepathy-logger/log-entry.c |    6 +++---
 telepathy-logger/log-entry.h |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 46df058d18cd9a09541250c7ca22bda7d1b2b2e2
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 14:03:18 2010 +0000

    Use of g_list_last/previous instead of g_list_reverse

 telepathy-logger/dbus-service.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 94451023a3909f2dfb82c84cfdcf1f7044bf41fa
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:44:11 2010 +0000

    Documentation string fix

 telepathy-logger/channel.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0c158367a90a808bb0798b06f02d2f79949fe699
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:42:01 2010 +0000

    Passing NULL for unused handle_type calling tp_channel_get_handle

 telepathy-logger/channel-text.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit f52fa900937fcf04f220a76c5fb66e61530534e2
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:40:44 2010 +0000

    avoiding use g_strdup if no storing for the value is done

 telepathy-logger/channel-text.c |   12 +++++-------
 telepathy-logger/channel.c	 |   10 ++++------
 2 files changed, 9 insertions(+), 13 deletions(-)

commit ec89191ac11d109063d864acfcca52408bd112c1
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:39:30 2010 +0000

    G_DEFINE_TYPE should be used before any other func declaration

 telepathy-logger/channel-text.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 598b7a622e65341e002a7bb9b2999d36f3d589d1
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:38:54 2010 +0000

    Using arr[0] instead of a less clear *arr for elem 0

 telepathy-logger/channel-text.c |   42
 +++++++++++++++++---------------------
 1 files changed, 19 insertions(+), 23 deletions(-)

commit 5520bd8839e82a8bc66b109b7189e1b2da56761f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:36:32 2010 +0000

    Using G_N_ELEMENTS instead of FOO_LEN constants

 telepathy-logger/channel-text.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit a6369927faafb244faf853f01bf4c55f1d28679f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:30:36 2010 +0000

    DBus registration failure should be notified even if TPL_DEBUG is
    not set

 src/telepathy-logger.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 10bec615d465cfad9c76845c8dbd9a9995c6741d
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 15 13:30:03 2010 +0000

    checking against NULL before unreferencing a GObject

 src/telepathy-logger.c      |	 13 +++++++++----
 telepathy-logger/observer.c |	  3 ++-
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 050bc10b196e2fb90778a9ceef44c2b65ffa4fc7
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sun Feb 14 14:56:53 2010 +0000

    Returning reference to TplDBusService

    If unreferenced, it will be disposed and DBus registration will
    be unregistered.
    If not returned a reference will be leaked.

 src/telepathy-logger.c |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

commit 98272f36f145110eef4b94a61b68567698d65bf6
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sun Feb 14 13:34:27 2010 +0000

    dbus-service algorithms and readability improvemets

 telepathy-logger/dbus-service.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit d9af78c6d3a6ea0009757ea18510e7a19133ace4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sun Feb 14 00:56:26 2010 +0000

    Makefile.am cleanups

 data/Makefile.am	      |    3 +--
 src/Makefile.am	      |   30 +++++-------------------------
 telepathy-logger/Makefile.am |    2 +-
 3 files changed, 7 insertions(+), 28 deletions(-)

commit c481bb772babaafef81013abfefe9be19d674d4f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sun Feb 14 00:38:54 2010 +0000

    Using tp_proxy_get_object_path

 telepathy-logger/channel-text.c |    7 ++++---
 telepathy-logger/channel.c	 |   14 +++++++++-----
 telepathy-logger/observer.c	 |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)

commit 83ec0a63f81eb59d39e2dd84569a3d0a3d590799
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sat Feb 13 23:54:17 2010 +0000

    renaming badly named function

 telepathy-logger/channel-text.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 0d453c3de94f513ffafadd5c24b241c942a001cf
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sat Feb 13 19:47:51 2010 +0000

    Fix config.h inclusion in debug.h

 telepathy-logger/debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6798ce20c11c3e970db518d17e99f92b11f2c14c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sat Feb 13 19:35:53 2010 +0000

    Removal of util.c module.

    Use the normal approach to unreferencing objects.
    Use g_str_equal instead of tpl_strequal (which was useless and
    now removed).

    Removed any inclusion of util.h from headers files, and properly
    including
    util.h in .c files

 telepathy-logger/Makefile.am	      |    3 +--
 telepathy-logger/channel-factory.c   |    3 ++-
 telepathy-logger/channel-text.c      |   14 ++++++++++----
 telepathy-logger/channel.c	      |    8 ++++++--
 telepathy-logger/channel.h	      |    2 --
 telepathy-logger/conf.c	      |    7 +++++--
 telepathy-logger/contact.c	      |    7 +++++--
 telepathy-logger/dbus-service.c      |    8 ++++++--
 telepathy-logger/log-entry-text.c    |   13 ++++++++-----
 telepathy-logger/log-entry.c	      |   26 ++++++++++++++++----------
 telepathy-logger/log-manager.c       |    6 ++++--
 telepathy-logger/log-store-empathy.c |    3 ++-
 telepathy-logger/log-store-factory.c |    4 ++--
 telepathy-logger/observer.c	      |   16 +++++++++++-----
 telepathy-logger/util.c	      |   32
 --------------------------------
 telepathy-logger/util.h	      |    8 --------
 16 files changed, 78 insertions(+), 82 deletions(-)

commit 1b041cd588e49fd710d5bfed94c6756592c1562b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sat Feb 13 18:16:46 2010 +0000

    Fix the the lib name for linker's -l param

 telepathy-logger/libtelepathy-logger.pc.in |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit de0cab84755e1376cebc2e153b75198c93f5d184
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Sat Feb 13 18:02:03 2010 +0000

    include config.h

    Also alphabetic ordering for TPL_DEBUG_XXX constant and GDebugKey
    array

 telepathy-logger/action-chain.c      |    1 +
 telepathy-logger/channel-factory.c   |    1 +
 telepathy-logger/channel-text.c      |    8 +-------
 telepathy-logger/channel.c	      |    1 +
 telepathy-logger/conf.c	      |    3 ++-
 telepathy-logger/contact.c	      |    1 +
 telepathy-logger/datetime.c	      |    1 +
 telepathy-logger/dbus-service.c      |    1 +
 telepathy-logger/debug.c	      |   10 ++++++----
 telepathy-logger/debug.h	      |   18 ++++++++++--------
 telepathy-logger/log-entry-text.c    |    1 +
 telepathy-logger/log-entry.c	      |    4 ++++
 telepathy-logger/log-manager.c       |    1 +
 telepathy-logger/log-store-empathy.c |    1 +
 telepathy-logger/log-store-factory.c |    1 +
 telepathy-logger/log-store.c	      |    4 ++++
 telepathy-logger/observer.c	      |    3 ++-
 telepathy-logger/util.c	      |    1 +
 18 files changed, 40 insertions(+), 21 deletions(-)

commit 38ee32ffe4cf760878cdbebc83c6e5c60f6087cf
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 21:13:25 2010 +0000

    using obj = g_object_ref (obj)

 telepathy-logger/channel-text.c      |    6 ++----
 telepathy-logger/channel.c	      |    3 +--
 telepathy-logger/contact.c	      |    6 ++----
 telepathy-logger/log-manager.c       |   33
 +++++++++++----------------------
 telepathy-logger/log-store-empathy.c |    3 +--
 5 files changed, 17 insertions(+), 34 deletions(-)

commit d4288c9388049e9471d9eb28339774d4565e6d1e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 20:10:57 2010 +0000

    break missing in switch

 telepathy-logger/log-store-empathy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 25b99da0587b48d6a326e85d34d9522b8f5d2748
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 20:09:40 2010 +0000

    using g_hash_table_replace

 telepathy-logger/observer.c |	  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 2125b532a0263206a54c6bbb46e2382c4651b851
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 20:09:00 2010 +0000

    comment updates mostly for gtk-doc

 telepathy-logger/observer.c |	 16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit 044ef4a983bcc7b7c728b028e36052af4c7d62e7
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 20:05:26 2010 +0000

    properly freeing TplLogManagerAsyncData

     * plus minor aesthetical changes

 telepathy-logger/log-manager.c |   89
 +++++++++++++++++++++++-----------------
 1 files changed, 51 insertions(+), 38 deletions(-)

commit d1cf015734508707328a4e7cd6b506eab5309ed9
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:57:32 2010 +0000

    using g_critical which is not fatal

 telepathy-logger/conf.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit c0c8c737b988867ccde71f953191a4da0f8996d6
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:52:20 2010 +0000

    reordering vcalls declarations in class_init

 telepathy-logger/log-entry-text.c |	9 ++++-----
 telepathy-logger/log-entry.c	   |   35
 +++++++++++++++++------------------
 2 files changed, 21 insertions(+), 23 deletions(-)

commit 2fad408aa01c02510e6a9f92a9b1b1c2286179d9
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:48:19 2010 +0000

    dbus-service algorithms and readability improvemets

 telepathy-logger/dbus-service.c |   70
 +++++++++++++++++++++------------------
 1 files changed, 38 insertions(+), 32 deletions(-)

commit 74110ddfb6582a302b21c72ec7d2497a2cdf5e5d
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:45:59 2010 +0000

    finalize/dipose fixes

 telepathy-logger/log-entry-text.c |	4 ++--
 telepathy-logger/log-manager.c    |	2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

commit bbf8a2177acaee3b25044d9dfee2b920da8e715e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:42:58 2010 +0000

    renaming to tpl_log_register_log_store

 telepathy-logger/log-manager.c |    4 ++--
 telepathy-logger/log-manager.h |    2 +-
 tests/test-searches.c		|    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 8f08298da2734c1ad4ded2f1c71b9a1fb5427bb7
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:36:12 2010 +0000

    Telepathy restyling

 telepathy-logger/channel.c	      |    2 +-
 telepathy-logger/log-entry-text.c    |    6 +++-
 telepathy-logger/log-manager.c       |   50
 ++++++++++++++++++---------------
 telepathy-logger/log-store-empathy.c |    1 -
 telepathy-logger/observer.c	      |   14 +++++-----
 tests/tpl-channel-test.c	      |    1 +
 6 files changed, 40 insertions(+), 34 deletions(-)

commit e2263c445821df94b3ad37665a67d3e50cc89baa
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:28:52 2010 +0000

    Action chain module created

    * moved action-chain related funcs to action-chain module
    * remove action-chain related funcs from utils
    * included action-chain.h where needed and added to Makefile.am

 telepathy-logger/Makefile.am	 |    2 +
 telepathy-logger/action-chain.c |  106
 +++++++++++++++++++++++++++++++++++++++
 telepathy-logger/action-chain.h |   44 ++++++++++++++++
 telepathy-logger/channel-text.c |    1 +
 telepathy-logger/channel.c	 |    1 +
 telepathy-logger/util.c	 |  100
 ------------------------------------
 telepathy-logger/util.h	 |   28 +++-------
 7 files changed, 162 insertions(+), 120 deletions(-)

commit f98202be757469238c311aa952fd3d01f40bd69b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 19:17:47 2010 +0000

    use tp_proxy_get_object_path()

 telepathy-logger/channel.c  |	 12 +++++-------
 telepathy-logger/observer.c |	  2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)

commit 0afec9f70bf205f05d75f08f7a2f0ddd2ba821ba
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 18:41:23 2010 +0000

    GThread init before any func call.

    * removed g_thred_init from the log manager
    * initialising thread in main, before anything else

 src/telepathy-logger.c		|   12 ++++++++++++
 telepathy-logger/log-manager.c |   13 +------------
 2 files changed, 13 insertions(+), 12 deletions(-)

commit e5d921b41f216915d5b53097e269b2749842669f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 18:39:03 2010 +0000

    use tp_dbus_daemon_dup() and proper unref

 src/telepathy-logger.c		 |   30 +++++++++++------
 telepathy-logger/dbus-service.c |   45 +++++++++++---------------
 telepathy-logger/observer.c	 |   67
 +++++++++++++++++----------------------
 3 files changed, 67 insertions(+), 75 deletions(-)

commit cee3717ee97bfd4a3a116c4dd4d49a8d25c5c8d1
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 12 15:54:59 2010 +0000

    Fix prop's getters/setters and flags

 telepathy-logger/channel.c	      |   12 +++++-----
 telepathy-logger/contact.c	      |   20 ++++++++++--------
 telepathy-logger/log-entry-text.c    |   23 +++++++++++----------
 telepathy-logger/log-entry.c	      |   36
 +++++++++++++++------------------
 telepathy-logger/log-store-empathy.c |   12 +++++-----
 telepathy-logger/observer.c	      |    5 +--
 6 files changed, 53 insertions(+), 55 deletions(-)

commit d33554238ecae3af0b9f34fd829c7b7343688ed4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 11 16:41:13 2010 +0000

    Adding fixing or preprocessor if/endif comments

 src/telepathy-logger.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit d5ddecd1ec24309d9fec0407c3e29b9732e0e3c4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 11 15:57:32 2010 +0000

    debug: fix coding style

 telepathy-logger/debug.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 10477cd6f83839e1b2ceaaa6407c485b5f7ca200
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 11 15:57:32 2010 +0000

    channel: fix include

 telepathy-logger/channel.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fd9c87f22fd9d23edb5227e810e2441e03e9ef23
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 20:04:29 2010 +0000

    Modified twisted testcases

 tests/Makefile.am		    |	 1 +
 tests/README			    |	 2 +-
 tests/test-tpl-log-manager.c	    |	21 ++
 tests/test-tpl-observer.c	    |	 5 -
 tests/twisted/Makefile.am	    |	 2 +-
 tests/twisted/channel_text/init.py |	84 +-----
 tests/twisted/main-debug.c	    |	 2 +-
 tests/twisted/observer/init.py     |	82 +----
 tests/twisted/tools/Makefile.am    |	 2 +-
 tests/twisted/tpltest.py	    |  684
 +++++++++++++++++-------------------
 10 files changed, 362 insertions(+), 523 deletions(-)

commit 48f17f5d3950f130434eea9ade014a0fe396cdae
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 11 16:20:06 2010 +0000

    dbus-service: more fixes

 src/telepathy-logger.c		 |    6 +++---
 telepathy-logger/dbus-service.c |   27 ++++++++++++++++-----------
 telepathy-logger/dbus-service.h |    4 ++--
 3 files changed, 21 insertions(+), 16 deletions(-)

commit f4d15807d8479b84032d0cf6046ae7d4c7b2317b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 11 16:20:06 2010 +0000

    Remove generated header from headers

 telepathy-logger/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c941f6b896cb417f8b1464093fa4abd6ec414138
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 11 16:20:06 2010 +0000

    Some more fixes about DBus extentions

 extensions/Logger.xml	|   36 +++++++++++++++++++++++++++---------
 extensions/Makefile.am |    3 ++-
 2 files changed, 29 insertions(+), 10 deletions(-)

commit 0788d4226f54a39a9c0023b46c049999ddb21ec9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Wed Feb 10 17:53:06 2010 +0000

    regenerate service file is Makefile has changed

    This file needs to be updated when ./configure is re-run as the
    prefix could
    has been changed.

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 78bd3ccb4b48555cfd45af02e424b9544b5cc68d
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 11 18:17:29 2010 +1100

    Replace uses of g_debug with DEBUG

 src/telepathy-logger.c		      |   12 ++++++------
 telepathy-logger/channel-factory.c   |    5 ++++-
 telepathy-logger/channel-text.c      |   12 +++++-------
 telepathy-logger/channel.c	      |    7 +++++--
 telepathy-logger/conf.c	      |    6 ++++--
 telepathy-logger/dbus-service.c      |    5 ++++-
 telepathy-logger/debug.c	      |    2 ++
 telepathy-logger/debug.h	      |    3 ++-
 telepathy-logger/log-entry-text.c    |    5 ++++-
 telepathy-logger/log-manager.c       |    9 +++++----
 telepathy-logger/log-store-empathy.c |    2 +-
 telepathy-logger/log-store-factory.c |    5 ++++-
 12 files changed, 46 insertions(+), 27 deletions(-)

commit a069bd9707e689724e5a1937d78045d6e5269537
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 11 18:08:12 2010 +1100

    telepathy-logger: Enable debugging

 src/telepathy-logger.c   |   78
 +++++++++++++++++++++++++++++++++++++++++++++-
 telepathy-logger/debug.c |    1 +
 telepathy-logger/debug.h |    3 +-
 3 files changed, 80 insertions(+), 2 deletions(-)

commit d135413c2ab965cb76daacf2e5e41571e18bd655
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 11 16:42:10 2010 +1100

    observer: Always return from ObserveChannels, otherwise dispatching
    jams up

 telepathy-logger/observer.c |	 41
 +++++++++++++++++++++++++++--------------
 1 files changed, 27 insertions(+), 14 deletions(-)

commit 8743d2a7cc3fa81f498e8052f899893bc24080c7
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 11 15:53:59 2010 +1100

    Port to TplSvcLogger

 data/Makefile.am				    |	 2 +-
 data/dbus-service.xml				    |	17 -----
 data/org.freedesktop.Telepathy.Logger.service.in   |	 3 +
 ...top.Telepathy.TelepathyLoggerService.service.in |	 3 -
 src/Makefile.am				    |	 2 +
 src/test-api.c					    |	54 ++++++--------
 telepathy-logger/Makefile.am			    |	15 +---
 telepathy-logger/dbus-service.c		    |	74
 +++++++------------
 telepathy-logger/dbus-service.h		    |	10 +--
 9 files changed, 62 insertions(+), 118 deletions(-)

commit 09500d23db05b1bc88fb0a3ceca9061955cc4084
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 11 15:53:31 2010 +1100

    Generate client bindings

 extensions/Makefile.am   |   11 +
 extensions/extensions.c  |    3 +
 extensions/extensions.h  |    3 +
 tools/glib-client-gen.py | 1184
 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1201 insertions(+), 0 deletions(-)

commit cc900e536d1fc4b1d9f8f98c3297e7007650b0b9
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:	Thu Feb 11 14:55:03 2010 +1100

    Get org.freedesktop.Telepathy.Logger extension building

 .gitignore			  |    2 +-
 Makefile.am			  |    2 +-
 configure.ac			  |    1 +
 doc/templates/devhelp.devhelp2   |   18 +
 doc/templates/errors.html	  |   60 +++
 doc/templates/fullindex.html	  |   60 +++
 doc/templates/generic-types.html |   59 +++
 doc/templates/index.html	  |   66 +++
 doc/templates/interface.html	  |  424 ++++++++++++++++++
 doc/templates/interfaces.html	  |   50 +++
 doc/templates/style.css	  |  224 ++++++++++
 extensions/Logger.xml		  |   78 ++++
 extensions/Makefile.am		  |   42 +-
 extensions/Telepathy_Logger.xml  |   73 ----
 extensions/all.xml		  |  129 +------
 extensions/extensions.c	  |    5 +
 extensions/extensions.h	  |   15 +
 tools/doc-generator.py		  |  104 +++++
 tools/identity.xsl		  |    7 +
 tools/specparser.py		  |  885
 ++++++++++++++++++++++++++++++++++++++
 20 files changed, 2080 insertions(+), 224 deletions(-)

commit ce83fc29a8a592f732e58559b1ac85f5929bfd7a
Merge: 974ce33 9effaed
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 18:10:46 2010 +0000

    Merge branch 'master' of
    git+ssh://git.collabora.co.uk/git/telepathy-logger

commit 974ce3392375245be7f391aeb3946d63485b7a0a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 18:09:48 2010 +0000

    Fixed check-coding-style

    * now it only fails the dbus-binding-tool generated code

 src/telepathy-logger.c		      |   30 +++++-----
 src/test-api.c			      |    2 +-
 telepathy-logger/Makefile.am	      |    1 +
 telepathy-logger/channel-text.c      |  110
 +++++++++++++++++-----------------
 telepathy-logger/channel-text.h      |   10 ++--
 telepathy-logger/conf.c	      |   12 ++--
 telepathy-logger/contact.c	      |    6 ++
 telepathy-logger/contact.h	      |   12 ++--
 telepathy-logger/datetime.c	      |   82 +++++++++++++------------
 telepathy-logger/dbus-service.c      |   77 ++++++++++++-----------
 telepathy-logger/dbus-service.h      |    4 +-
 telepathy-logger/debug.h	      |    3 +-
 telepathy-logger/log-entry-text.c    |    4 +-
 telepathy-logger/log-entry.c	      |    2 +-
 telepathy-logger/log-manager.c       |   49 +++++----------
 telepathy-logger/log-manager.h       |   12 ++--
 telepathy-logger/log-store-empathy.c |   86 +++++++++++---------------
 telepathy-logger/log-store.c	      |   28 ++++----
 telepathy-logger/log-store.h	      |    2 +-
 telepathy-logger/observer.c	      |   12 ++--
 telepathy-logger/util.c	      |   10 ++--
 21 files changed, 270 insertions(+), 284 deletions(-)

commit 9effaed07d64c0277385b7f62859228e57e5e007
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Wed Feb 10 16:36:34 2010 +0000

    generate libtelepathy-logger-uninstalled.pc file

    This is needed to use libtp-logger as a git submodule in Empathy.

 .gitignore					    |	 1 +
 configure.ac					    |	 1 +
 .../libtelepathy-logger-uninstalled.pc.in	    |	11 +++++++++++
 3 files changed, 13 insertions(+), 0 deletions(-)

commit 8dd135b1bddbfc091aacd38294698352ade38f12
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Wed Feb 10 17:22:48 2010 +0000

    libtelepathy-logger.pc.in: fix Name and Description

 telepathy-logger/libtelepathy-logger.pc.in |	 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a9355174e173027efc32615d55411d635d30ba18
Merge: d268bbd 4535f43
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 16:42:41 2010 +0000

    Merge branch 'master' of
    git+ssh://git.collabora.co.uk/git/telepathy-logger

commit d268bbdd6b2eff1ca75c9d274fb8d629091cb1d0
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 16:41:59 2010 +0000

    Added Makefile generation for tests/suppressions

 configure.ac			|    1 +
 tests/suppressions/Makefile.am |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

commit 4535f437ed5db1f0e00ebe97b919ed458e2e6b1c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Wed Feb 10 16:30:52 2010 +0000

    autogen.sh: call gtkdocize

    libtelepathy-logger now generates doc

 autogen.sh |	 2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c66c9581c54fd5ff73460aed0d9c7f13757ed613
Merge: ab3a148 b342194
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 16:11:18 2010 +0000

    Merge branch 'master' of
    git+ssh://git.collabora.co.uk/git/telepathy-logger

    Conflicts:
	.gitignore

commit ab3a1484a8fa68d82872b4b78f8fe09877208aa4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 16:05:29 2010 +0000

    Added debug module from gabble

    * added debug support in channel-text and observer using the new
    debug module

 telepathy-logger/Makefile.am	 |    2 +
 telepathy-logger/channel-text.c |   52 +++++++-------
 telepathy-logger/debug.c	 |  140
 +++++++++++++++++++++++++++++++++++++++
 telepathy-logger/debug.h	 |   85 +++++++++++++++++++++++-
 telepathy-logger/log-manager.c  |    2 +-
 telepathy-logger/log-manager.h  |    2 +-
 telepathy-logger/observer.c	 |   29 ++++----
 tests/twisted/Makefile.am	 |    3 +-
 tests/twisted/main-debug.c	 |   16 +++--
 9 files changed, 279 insertions(+), 52 deletions(-)

commit b3421946e58d45dfa89b2c21f453d7d061d947a6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Wed Feb 10 15:56:39 2010 +0000

    prefer automake/aclocal 1.11

    This is needed to use --silent-rules.

 autogen.sh |	13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit d361381cbbe9ab0bc1954452a9eb39d2859ef041
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Wed Feb 10 15:49:52 2010 +0000

    No need to include INSTALL in git

    This file is generated by autogen.sh

 .gitignore |	 1 +
 INSTALL    |  365
 ------------------------------------------------------------
 2 files changed, 1 insertions(+), 365 deletions(-)

commit 69619ec283c0dc6061a8a4cd2357c45d4d4dcaec
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:	Wed Feb 10 15:46:48 2010 +0000

    Use autogen.sh from telepathy-salut

    There is no need to use gnome-autogen.sh for telepathy-logger. Also
    add the
    --no-configure that will be used by Empathy when using tp-logger as a
    submodule.

 autogen.sh |	41 ++++++++++++++++++++++++++---------------
 1 files changed, 26 insertions(+), 15 deletions(-)

commit d7365b09e0952a86ab8660479c259d1792029d0d
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 10 12:19:58 2010 +0000

    created gtk-doc infrastructure

    * created doc/ infrastructure
    * added several doc comments
    * fixed some tests

 .gitignore				       |   24 +++++-
 Makefile.am				       |    3 +-
 configure.ac				       |    6 ++
 doc/Makefile.am			       |    1 +
 doc/README				       |    2 -
 doc/reference/Makefile.am		       |    1 +
 doc/reference/libtelepathy-logger/Makefile.am |   99
 +++++++++++++++++++++++++
 telepathy-logger/Makefile.am		       |   23 +++++-
 telepathy-logger/channel-text.c	       |    6 +-
 telepathy-logger/channel-text.h	       |    3 -
 telepathy-logger/channel.c		       |   33 +++++++-
 telepathy-logger/conf.c		       |   34 ++++----
 telepathy-logger/contact.c		       |   25 ++++++
 telepathy-logger/contact.h		       |   83
 +++++++++------------
 telepathy-logger/log-entry-text.c	       |    1 +
 telepathy-logger/log-entry-text.h	       |    2 -
 telepathy-logger/log-entry.c		       |    8 +-
 telepathy-logger/log-manager.c		       |   10 +-
 telepathy-logger/log-store-empathy.c	       |   27 +++++++
 telepathy-logger/log-store-empathy.h	       |   11 +--
 telepathy-logger/log-store.c		       |   35 +++++++++-
 telepathy-logger/log-store.h		       |    6 +-
 telepathy-logger/observer.c		       |    6 --
 tests/Makefile.am			       |   14 ++-
 tests/suppressions/tpl.supp		       |   15 ++++
 tests/test-searches.c			       |    2 +
 tests/test-tpl-channel.c		       |    3 -
 tests/test-tpl-conf.c			       |    1 -
 tests/test-tpl-observer.c		       |    9 ++-
 tests/tpl-channel-test.c		       |   21 -----
 tests/twisted/tools/exec-with-log.sh	       |   31 ++++++++
 tests/twisted/tools/tmp-session-bus.conf      |   27 +++++++
 32 files changed, 427 insertions(+), 145 deletions(-)

commit 9e9750e3b8bd1ad10220c299ef7f62022cd1e8a5
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 9 15:22:00 2010 +0000

    Moved dbus-service.xml to data/

 data/Makefile.am				    |	 3 +-
 data/dbus-service.xml				    |	17 +++
 data/log-manager.xsl				    |  148
 ++++++++++++++++++++
 ...top.Telepathy.TelepathyLoggerService.service.in |	 2 +-
 4 files changed, 168 insertions(+), 2 deletions(-)

commit 9bcf58a830062a3283f325c5bcaa85b8bac9121e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 9 15:19:39 2010 +0000

    Moved dbus-service to telepathy-logger/

    * moved the DBus related modules from src/ to telepathy-logger/
      and data/ for dbus-bind-tools XML
    * adding doc for TplConf
    * TP-restyling for TplConf

 src/Makefile.am		 |   28 ++----
 src/dbus-service.c		 |  211
 ------------------------------------
 src/dbus-service.h		 |   77 --------------
 src/dbus-service.xml		 |   15 ---
 src/log-manager.xsl		 |  148 --------------------------
 src/telepathy-logger-dbus.c	 |   67 ------------
 src/telepathy-logger.c		 |   33 +++---
 src/test-api.c			 |  107 +++++++++++++++++++
 src/test_api.c			 |   93 ----------------
 telepathy-logger/channel.c	 |    2 +-
 telepathy-logger/conf.c	 |  214
 ++++++++++++++++++++++++++-----------
 telepathy-logger/conf.h	 |    2 +-
 telepathy-logger/dbus-service.c |  223
 +++++++++++++++++++++++++++++++++++++++
 telepathy-logger/dbus-service.h |   84 +++++++++++++++
 14 files changed, 590 insertions(+), 714 deletions(-)

commit 7e83bcfc78f002a10f47963172f502035bf8e807
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 8 17:17:55 2010 +0000

    TplChannelText actionchain order fixed

     * it's a recommit or 5084ee671ed91648423651260c5d929597861cb3,
     which for some reason wasn't right.
     * added _prepend method to ActionChain
     * fixed a action insertion order in TplChannelText, so that
     TpContacts are
       retrieved BEFORE the message pending retrieval
     * improved TplChannelText debugging

 telepathy-logger/channel-text.c      |  189 +++++++++++++++----------
 telepathy-logger/channel.c	      |    2 +
 telepathy-logger/contact.c	      |   12 +-
 telepathy-logger/log-store-empathy.c |  255
 +++++++++++++++++++++++-----------
 telepathy-logger/log-store.h	      |   10 ++
 telepathy-logger/util.c	      |   50 +++++--
 telepathy-logger/util.h	      |    2 +
 7 files changed, 341 insertions(+), 179 deletions(-)

commit ce4bcf346f52c6fd9ad41108317a3207f1ed370c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 8 17:15:08 2010 +0000

    Merged the TPL and TPL DBus service

    * TPL and TPL-DBus are now running within the same daemon
    telepahty-logger

 src/Makefile.am	     |	  8 ++------
 src/telepathy-logger-dbus.h |	  5 -----
 src/telepathy-logger.c      |	 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 11 deletions(-)

commit 5084ee671ed91648423651260c5d929597861cb3
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 8 16:51:09 2010 +0000

    TplChannelText actionchain order fixed

    * added _prepend method to ActionChain
    * fixed a action insertion order in TplChannelText, so that
    TpContacts are
      retrieved BEFORE the message pending retrieval
    * improved TplChannelText debugging

 src/telepathy-logger-dbus.c |	  2 +-
 src/telepathy-logger.c      |	  4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 58d6bab01c5f7d75e4c6e7b9f8c23843de15098a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Feb 5 18:53:16 2010 +0000

    fix lost pending messages

    * add support for Pending Messages retrieval on Text channels
    * misc TP re-styling
    * add properties to TplContact
    * add documentation for some methods

 src/dbus-service.c		 |    2 +-
 telepathy-logger/channel-text.c |  177
 ++++++++++++++++++++++++++-------------
 telepathy-logger/contact.c	 |  159
 ++++++++++++++++++++++++++---------
 telepathy-logger/log-manager.c  |   31 ++++++-
 telepathy-logger/observer.c	 |   12 ++-
 telepathy-logger/util.c	 |    1 -
 6 files changed, 270 insertions(+), 112 deletions(-)

commit 7cd4c1beaaff23982315feb17fbbc024e8b61377
Merge: bb2bb1b 164d3ac
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 4 17:31:50 2010 +0000

    Merge branch 'multi-logstore'

commit bb2bb1bc6fced6e62e3481b904cf760664254295
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 4 17:31:18 2010 +0000

    GitIgnore update

 .gitignore |	24 ++++++++++--------------
 1 files changed, 10 insertions(+), 14 deletions(-)

commit 5e633efbcc2e9ef0a24813c90d6f203488bc040c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 4 17:29:23 2010 +0000

    Adding an improved (a bit) infrastructure for test

 configure.ac					    |	43 +-
 tests/test-tpl-channel.c			    |	62 ++-
 tests/test-tpl-conf				    |  148 ----
 tests/test-tpl-conf.c				    |	 2 +-
 tests/test-tpl-log-entry.c			    |	21 +-
 tests/test-tpl-observer			    |  148 ----
 tests/test-tpl-observer.c			    |	24 +-
 tests/tpl-channel-child.c			    |  665 ---------------
 tests/tpl-channel-test.c			    |  185 ++++
 tests/tpl-channel-test.h			    |	88 ++
 tests/twisted/Makefile.am			    |	86 +--
 tests/twisted/bytestream.py			    |  882
 --------------------
 tests/twisted/channel_text/init.py		    |	93 ++
 tests/twisted/gabbletest.py			    |  606 --------------
 tests/twisted/gateways.py			    |	94 ---
 tests/twisted/httptest.py			    |	31 -
 tests/twisted/main-debug.c			    |	64 +-
 tests/twisted/mucutil.py			    |	70 --
 tests/twisted/ns.py				    |	61 --
 tests/twisted/observer/init.py			    |	91 ++
 tests/twisted/pubsub.py			    |	88 --
 tests/twisted/test-debug.py			    |	55 --
 tests/twisted/text/destroy.py			    |  125 ---
 tests/twisted/text/ensure.py			    |  171 ----
 tests/twisted/text/initiate-requestotron.py	    |	72 --
 tests/twisted/text/initiate.py			    |	93 --
 tests/twisted/text/respawn.py			    |  172 ----
 tests/twisted/text/send-error.py		    |  184 ----
 tests/twisted/text/send-to-correct-resource.py     |	79 --
 tests/twisted/text/test-chat-state.py		    |  303 -------
 tests/twisted/text/test-text-delayed.py	    |	56 --
 tests/twisted/text/test-text-no-body.py	    |	40 -
 tests/twisted/text/test-text.py		    |  177 ----
 tests/twisted/tools/Makefile.am		    |	12 +-
 tests/twisted/tools/exec-with-log.sh		    |	33 -
 tests/twisted/tools/exec-with-log.sh.in	    |	32 +-
 tests/twisted/tools/failure-helper.sh		    |	 2 +-
 tests/twisted/tools/gabble.service.in		    |	 3 -
 ...top.Telepathy.Client.TelepathyLogger.service.in |	 3 +
 ...ktop.Telepathy.ConnectionManager.gabble.service |	 3 -
 tests/twisted/tools/tmp-session-bus.conf	    |	30 -
 tests/twisted/tools/tmp-session-bus.conf.in	    |	 3 -
 tests/twisted/tools/with-session-bus.sh	    |	 4 +-
 tests/twisted/tpltest.py			    |  608 ++++++++++++++
 44 files changed, 1259 insertions(+), 4553 deletions(-)

commit 164d3acd8e76757d56a6e8e65f18edce0eb56a47
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Feb 4 17:27:17 2010 +0000

    Add support for multi logstore

 telepathy-logger/Makefile.am	      |    3 +
 telepathy-logger/channel-text.c      |   16 +-
 telepathy-logger/channel.c	      |    5 -
 telepathy-logger/datetime.c	      |   10 +-
 telepathy-logger/log-entry.c	      |    2 +-
 telepathy-logger/log-manager-priv.h  |    1 +
 telepathy-logger/log-manager.c       |  132 +++++++---
 telepathy-logger/log-manager.h       |   11 +-
 telepathy-logger/log-store-empathy.c |  478
 ++++++++++++++++++++++------------
 telepathy-logger/log-store-factory.c |   98 +++++++
 telepathy-logger/log-store-factory.h |   42 +++
 telepathy-logger/log-store.c	      |  129 +++++-----
 telepathy-logger/log-store.h	      |  129 ++++-----
 telepathy-logger/observer.c	      |   21 +-
 tests/Makefile.am		      |   14 +-
 tests/constants.h		      |    2 +
 tests/test-searches.c		      |   57 ++++
 17 files changed, 773 insertions(+), 377 deletions(-)

commit a68ca09705b73ea229186671e97bcddc76e51866
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Feb 3 13:47:18 2010 +0000

    ChannelFactory registration to TplObserver

    * added getter/setter for TplChannelFactory to the Observer
    * added Channel Factory registration phase into src/telepathy-logger.c

 src/telepathy-logger.c		    |	 7 ++++++-
 telepathy-logger/channel-factory.h |	 3 +++
 telepathy-logger/log-manager.h     |	 3 +--
 telepathy-logger/observer.c	    |	33
 +++++++++++++++++++++++++++++++--
 telepathy-logger/observer.h	    |	 4 ++++
 5 files changed, 45 insertions(+), 5 deletions(-)

commit b678ca070fbaac25b10f5794215f58771f3c4a25
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Feb 2 17:08:59 2010 +0000

    Improved channel-factory

    * using GHashTable instead of static array for
    ChannelType+TplChannelContructor association
    * initialising the Channel Factory in src/telepathy-logger.c

 src/telepathy-logger.c		    |	19 ++++-
 telepathy-logger/channel-factory.c |	83 ++++++++++------
 telepathy-logger/channel-factory.h |	 8 ++-
 telepathy-logger/channel-text.c    |	 7 +-
 telepathy-logger/conf.c	    |	 4 +-
 telepathy-logger/log-entry-text.c  |	33 ++++--
 telepathy-logger/observer.c	    |  185
 ++++++++++++++++++++++++++++++------
 telepathy-logger/observer.h	    |	 6 +-
 8 files changed, 262 insertions(+), 83 deletions(-)

commit f08161df2b0e9f46271a5bb3ba5a15694642b169
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 1 15:38:10 2010 +0000

    imported tests from telepathy-gabble

    * test folder imported from telepathy-gabble, twisted/ still not
    working but cleaned-up of clearly useless tests.
      it still needs a further clean-up and adaptation in order to
      be used.
    * basic C tests written
    * autotools (configure and Makefile .au) updated for Python and
    Twisted checking.
    * autotools (configure and Makefile .au) updated for DBus and
    DBus-glib basic requirement

 INSTALL					    |	97 ++-
 Makefile.am					    |	 2 +-
 configure.ac					    |	27 +-
 tests/Makefile.am				    |	48 ++
 tests/README					    |	86 ++
 tests/suppressions/Makefile.am			    |	 2 +
 tests/suppressions/tpl.supp			    |  250 ++++++
 tests/test-basic-connect.sh			    |	 2 +
 tests/test-tpl-channel.c			    |	29 +
 tests/test-tpl-conf				    |  148 ++++
 tests/test-tpl-conf.c				    |	30 +
 tests/test-tpl-log-entry.c			    |	27 +
 tests/test-tpl-observer			    |  148 ++++
 tests/test-tpl-observer.c			    |	31 +
 tests/tpl-channel-child.c			    |  665 +++++++++++++++
 tests/twisted/Makefile.am			    |  130 +++
 tests/twisted/bytestream.py			    |  882
 ++++++++++++++++++++
 tests/twisted/constants.py			    |  306 +++++++
 tests/twisted/gabbletest.py			    |  606 ++++++++++++++
 tests/twisted/gateways.py			    |	94 +++
 tests/twisted/httptest.py			    |	31 +
 tests/twisted/main-debug.c			    |	73 ++
 tests/twisted/mucutil.py			    |	70 ++
 tests/twisted/ns.py				    |	61 ++
 tests/twisted/pubsub.py			    |	88 ++
 tests/twisted/servicetest.py			    |  510 +++++++++++
 tests/twisted/test-debug.py			    |	55 ++
 tests/twisted/text/destroy.py			    |  125 +++
 tests/twisted/text/ensure.py			    |  171 ++++
 tests/twisted/text/initiate-requestotron.py	    |	72 ++
 tests/twisted/text/initiate.py			    |	93 ++
 tests/twisted/text/respawn.py			    |  172 ++++
 tests/twisted/text/send-error.py		    |  184 ++++
 tests/twisted/text/send-to-correct-resource.py     |	79 ++
 tests/twisted/text/test-chat-state.py		    |  303 +++++++
 tests/twisted/text/test-text-delayed.py	    |	56 ++
 tests/twisted/text/test-text-no-body.py	    |	40 +
 tests/twisted/text/test-text.py		    |  177 ++++
 tests/twisted/tools/Makefile.am		    |	33 +
 tests/twisted/tools/exec-with-log.sh		    |	33 +
 tests/twisted/tools/exec-with-log.sh.in	    |	33 +
 tests/twisted/tools/failure-helper.sh		    |  105 +++
 tests/twisted/tools/gabble.service.in		    |	 3 +
 ...ktop.Telepathy.ConnectionManager.gabble.service |	 3 +
 tests/twisted/tools/tmp-session-bus.conf	    |	30 +
 tests/twisted/tools/tmp-session-bus.conf.in	    |	30 +
 tests/twisted/tools/with-session-bus.sh	    |	96 +++
 47 files changed, 6316 insertions(+), 20 deletions(-)

commit f9e7d06dfb68dceb66fa7abac603a621e02198d9
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Feb 1 12:15:17 2010 +0000

    Fixed async multi-TplChannel handling in observer

    * TplObserver now can handle more than one channel passed to
    Observe_Channel and return safely

 .gitignore		     |	  7 ++++++
 telepathy-logger/observer.c |	 48
 ++++++++++++++++++++++++++++++------------
 2 files changed, 41 insertions(+), 14 deletions(-)

commit 9693a87684a319645f4a18a2f78d1f2995fd4b5a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 29 19:22:13 2010 +0000

    TP Restyling

 src/dbus-service.c |	73
 +++++++++++++++++++++++++--------------------------
 1 files changed, 36 insertions(+), 37 deletions(-)

commit 24aebbfe6f09485cde13c45d48b34bfac3ab1f61
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 29 19:03:03 2010 +0000

    TP Restyling

 src/dbus-service.c |  191
 ++++++++++++++++++++++++++--------------------------
 src/dbus-service.h |	49 +++++++------
 2 files changed, 122 insertions(+), 118 deletions(-)

commit 2e520db643e63c674ad955212f143ce1997189f2
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 29 19:02:04 2010 +0000

    Added file for TP DBus extension support

 extensions/Makefile.am		      |   86 +++
 extensions/Telepathy_Logger.xml      |   73 +++
 extensions/all.xml		      |  157 +++++
 tools/.gitignore		      |    3 -
 tools/Makefile.am		      |   57 +--
 tools/c-constants-gen.py	      |   59 +-
 tools/check-coding-style.mk	      |    4 +-
 tools/check-whitespace.sh	      |   11 +-
 tools/glib-client-gen.py	      | 1157
 ----------------------------------
 tools/glib-client-marshaller-gen.py  |   59 --
 tools/glib-errors-enum-body-gen.py   |   62 --
 tools/glib-errors-enum-header-gen.py |   75 ---
 tools/glib-ginterface-gen.py	      |  172 ++++--
 tools/glib-gtypes-generator.py       |  205 ++++---
 tools/glib-interfaces-gen.py	      |   60 ++-
 tools/gobject-foo.py		      |   81 ---
 tools/identity.xsl		      |    7 -
 tools/lcov.am			      |    5 +-
 tools/libglibcodegen.py	      |    5 +-
 tools/libtpcodegen.py		      |   36 +-
 tools/log-strip.py		      |   35 +
 tools/make-version-script.py	      |  205 ------
 tools/telepathy-glib-env.in	      |    9 -
 tools/telepathy.am		      |   15 +-
 tools/with-session-bus.sh	      |   84 ---
 tools/xincludator.py		      |   39 ++
 26 files changed, 767 insertions(+), 1994 deletions(-)

commit deb5b0460352f8ae9031621360c64f33b5c1c70b
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 28 17:26:01 2010 +0000

    add TplObserverPriv to TplObserver

 telepathy-logger/observer.c |	 57
 ++++++++++++++++++++++++-------------------
 telepathy-logger/observer.h |	 20 ++++----------
 2 files changed, 38 insertions(+), 39 deletions(-)

commit a6cb86841343fcbe269c8586fc48bc13a87cbc3d
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 28 17:03:45 2010 +0000

    Fixed tpl_log_entry_text_message_type_from_str

 TODO				   |	5 ++---
 telepathy-logger/log-entry-text.c |   32 +++++++++++++++-----------------
 2 files changed, 17 insertions(+), 20 deletions(-)

commit c7ec23cd07f386ea33131e88dbe328622c51da78
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 28 16:47:31 2010 +0000

    added a Channel Factory to transparently handle channels

    * channel-factory module will handle the creation of TplChannel
    subclasses transparently, updating two static array everytime it's
    a new subclass is added

 telepathy-logger/Makefile.am	    |	 1 +
 telepathy-logger/channel-factory.c |	81
 ++++++++++++++++++++++++++++++++++++
 telepathy-logger/channel-factory.h |	38 +++++++++++++++++
 telepathy-logger/channel-text.c    |	17 +++++++-
 telepathy-logger/channel.c	    |	50 +++++++---------------
 telepathy-logger/channel.h	    |	14 +++---
 telepathy-logger/observer.c	    |	19 ++++----
 7 files changed, 168 insertions(+), 52 deletions(-)

commit 38342ffb98648723a62cb884adca78700c0de6b7
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 28 15:32:47 2010 +0000

    Better handling of remote TpContact when on 1-1

    * split the received signal CB in order
    * fixed a but introduce during refactory, registering to the obsever
    connection
      paths instead of channel paths.

 telepathy-logger/channel-text.c |   77
 +++++++++++++++++++++++++++------------
 telepathy-logger/observer.c	 |    8 +---
 2 files changed, 55 insertions(+), 30 deletions(-)

commit 1623ad20ceca5f0c89d9123bcceabe1e97ca5b0a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 28 14:42:45 2010 +0000

    Refactored TplChannelText using ActionChain

    * refactored TplChannelText as implementation of the abstract
    TplChannel
    * added tpl_channel_text_call_when_ready method in order to prepare
      tpl_channel, its internal objects, connect signals, etc
    * added TplActionChain struct and related functions to util.[ch]

 telepathy-logger/channel-text.c      | 1016
 +++++++++++++++++++---------------
 telepathy-logger/channel-text.h      |   72 ++--
 telepathy-logger/channel.c	      |  303 +++++------
 telepathy-logger/channel.h	      |   22 +-
 telepathy-logger/log-entry-text.c    |   34 +-
 telepathy-logger/log-entry-text.h    |   25 +-
 telepathy-logger/log-manager.c       |    7 +-
 telepathy-logger/log-manager.h       |   60 +-
 telepathy-logger/log-store-empathy.c |   55 +-
 telepathy-logger/observer.c	      |  258 +++++----
 telepathy-logger/observer.h	      |    9 +-
 telepathy-logger/util.c	      |   64 +++
 telepathy-logger/util.h	      |   34 +-
 13 files changed, 1066 insertions(+), 893 deletions(-)

commit 70a0538a65ac9104cea1263e99f3a51ff098d7b3
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Jan 26 18:47:22 2010 +0000

    Refactring of TplChannel as subclass of TpChannel

 telepathy-logger/channel-text.c   |  127 ++++++++-------
 telepathy-logger/channel.c	   |  332
 +++++++++++++++++++------------------
 telepathy-logger/channel.h	   |   41 +----
 telepathy-logger/log-entry-text.c |	4 +-
 telepathy-logger/log-entry.c	   |   13 +-
 telepathy-logger/observer.c	   |  109 ++++++------
 telepathy-logger/observer.h	   |   12 +-
 7 files changed, 312 insertions(+), 326 deletions(-)

commit bc1357f1ae1bd00e9be7cfe000c605568e65afd0
Merge: 1076aa4 2a00742
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Jan 26 14:01:41 2010 +0000

    Merge branch 'logentry-refactoring'

    Conflicts:
	telepathy-logger/log-manager-priv.h
	telepathy-logger/log-manager.c

commit 2a00742bf173ca9ff28e78faaefcef327024f2e0
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Jan 26 11:51:24 2010 +0000

    Finished abstraction on TplLogEntry + TP restyling

 src/dbus-service.c		 |   33 ++++------
 telepathy-logger/channel-text.c |  124
 ++++++++++++++++++++------------------
 telepathy-logger/log-entry.c	 |   57 +++++++++++-------
 telepathy-logger/log-entry.h	 |    7 +-
 telepathy-logger/log-manager.c  |    6 +-
 5 files changed, 121 insertions(+), 106 deletions(-)

commit 58c39b3433adcbce7bd4b6d1573fdf522a465ae0
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Jan 25 19:44:24 2010 +0000

    move TplLogEntry abstract and virtualized some methods

 telepathy-logger/log-entry-text.c |  148
 ++++++++++++++++++++++++++++++++++++-
 telepathy-logger/log-entry-text.h |   40 ++++++----
 telepathy-logger/log-entry.c	   |   73 +++++++++++-------
 telepathy-logger/log-entry.h	   |   25 ++++++-
 4 files changed, 238 insertions(+), 48 deletions(-)

commit 0cc12ba184fa147a87527da25e30c3ea55366d0f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Jan 25 16:50:16 2010 +0000

    TP re-styling for TplLogEntry

 telepathy-logger/log-entry.c |   94
 ++++++++++++++++++++++++++++--------------
 1 files changed, 63 insertions(+), 31 deletions(-)

commit 1076aa49c640dcbdbd767c6af2b430156eb89744
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Jan 25 15:41:26 2010 +0000

    Using GAsyncReadyCallback

 Makefile.am			     |	  6 -
 src/test_api.c			     |	 81 ++++++++-------
 telepathy-logger/log-manager-priv.h |	 12 +--
 telepathy-logger/log-manager.c      |	189
 ++++++++++++++++++-----------------
 telepathy-logger/log-manager.h      |	 91 +++++------------
 telepathy-logger/utils.h	     |	  7 +-
 6 files changed, 173 insertions(+), 213 deletions(-)

commit abe0546a67281ad9bce49700aa7b02c2f7135293
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Jan 25 15:17:11 2010 +0000

    Fixed activatable .service file for dus service

 data/TelepathyLogger.client			    |	 8 ++++----
 ...top.Telepathy.Client.TelepathyLogger.service.in |	 2 +-
 ...top.Telepathy.TelepathyLoggerService.service.in |	 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

commit ba813c19a5d8eba5ca33f793527600ff47552de9
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 22 15:26:31 2010 +0000

    g_fprintf fix for non-literals

 telepathy-logger/log-store-empathy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c228216d46942e9ae001be074d8514a8d3cb3609
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 22 15:22:39 2010 +0000

    Fixed data/Makefile.au schemas generation bugs

 TODO				|    3 -
 data/Makefile.am		|   14 +-
 src/dbus-service.c		|    2 +-
 telepathy-logger/log-manager.c |  563
 ++++++++++++++++++++--------------------
 4 files changed, 277 insertions(+), 305 deletions(-)

commit 7467e46077411d4dc5d38cfca4a73db85b4ff860
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 22 14:50:26 2010 +0000

    Configure/autogen fix for po/ dir

 configure.ac |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

commit 8a4d6267a18f2639953a21bf3c405ef8430e5a00
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 22 12:42:39 2010 +0000

    Started the TplLogEntry refactoring

 telepathy-logger/Makefile.am	      |    4 +-
 telepathy-logger/channel-text.c      |  102 ++++------
 telepathy-logger/channel.h	      |    2 +-
 telepathy-logger/conf.c	      |    2 +-
 telepathy-logger/contact.c	      |   71 ++++++-
 telepathy-logger/log-entry-text.c    |  292 ++++++++++++++------------
 telepathy-logger/log-entry-text.h    |   86 +++-----
 telepathy-logger/log-entry.c	      |  395
 +++++++++++++++++++++++++++++-----
 telepathy-logger/log-entry.h	      |   60 ++++--
 telepathy-logger/log-manager-priv.h  |    4 +-
 telepathy-logger/log-manager.c       |   14 +-
 telepathy-logger/log-store-empathy.c |  153 ++++----------
 telepathy-logger/log-store.c	      |    2 +-
 telepathy-logger/log-store.h	      |    4 +-
 telepathy-logger/util.c	      |   48 ++++
 telepathy-logger/util.h	      |   58 +++++
 telepathy-logger/utils.c	      |   48 ----
 telepathy-logger/utils.h	      |   58 -----
 18 files changed, 840 insertions(+), 563 deletions(-)

commit 81699fa85b073e21b89c9a85187ce2dd3c0b7756
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 21 15:29:32 2010 +0000

    Moved TplContact using a priv struct

 telepathy-logger/contact.c |  131
 +++++++++++++++++++++++++++++++------------
 telepathy-logger/contact.h |	13 +---
 2 files changed, 97 insertions(+), 47 deletions(-)

commit 781afa4c23257583cdf326e0ae0f91d6f9a4ad52
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Jan 20 15:40:49 2010 +0000

    decreased log-store-empathy verbosity

 telepathy-logger/log-store-empathy.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 20bcca610a3382d95284122443a9139b64bb263a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Jan 20 14:39:58 2010 +0000

    Fixed channel map removal bug

    * removed all leading \n in g_print family func calls

 TODO				      |    1 +
 data/TelepathyLogger.client	      |    2 --
 telepathy-logger/channel-text.c      |   29 ++++++++++++++---------------
 telepathy-logger/channel.c	      |    6 ++----
 telepathy-logger/contact.c	      |   17 +++++++++++++++++
 telepathy-logger/contact.h	      |    6 ++++++
 telepathy-logger/log-manager.c       |    4 ++--
 telepathy-logger/log-manager.h       |    3 +--
 telepathy-logger/log-store-empathy.c |    2 +-
 telepathy-logger/observer.c	      |    5 ++---
 telepathy-logger/utils.c	      |    8 ++++++++
 telepathy-logger/utils.h	      |    3 +++
 12 files changed, 57 insertions(+), 29 deletions(-)

commit 0fa5a714f0ae01f4307a325a0d67ed2c294c8600
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Jan 19 11:57:19 2010 +0000

    TplConf bug fixed

 .gitignore			 |    5 ++-
 TODO				 |    5 +++
 src/dbus-service.c		 |    2 +-
 src/test_api.c			 |    2 +-
 telepathy-logger/Makefile.am	 |    7 ----
 telepathy-logger/channel-text.c |   24 ++++++++--------
 telepathy-logger/channel.c	 |   32 +++++++++++----------
 telepathy-logger/channel.h	 |    9 ++++--
 telepathy-logger/conf.c	 |    8 ++++-
 telepathy-logger/conf.h	 |   10 ++++++
 telepathy-logger/contact.c	 |   60
 ++++++++++++++++++++------------------
 telepathy-logger/contact.h	 |   16 +++++-----
 telepathy-logger/log-entry.c	 |   24 +++++++++++++++-
 telepathy-logger/log-entry.h	 |    3 ++
 telepathy-logger/log-manager.c  |    2 +-
 telepathy-logger/observer.c	 |   43 ++++++++++++++++-----------
 16 files changed, 153 insertions(+), 99 deletions(-)

commit 5853f0728abf10827245b5bdb496f2c960a4ef36
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Jan 15 16:18:27 2010 +0000

    Created data/

    * moved relevand data files into data/

 Makefile.am					    |	 2 +-
 configure.ac					    |	 1 +
 data/Makefile.am				    |	45
 ++++++++++++++++++++
 data/TelepathyLogger.client			    |	12 +++++
 ...top.Telepathy.Client.TelepathyLogger.service.in |	 3 +
 ...top.Telepathy.TelepathyLoggerService.service.in |	 3 +
 data/telepathy-logger.schemas			    |	32 ++++++++++++++
 src/Makefile.am				    |	30 ++++++-------
 src/compile.sh					    |	24 ----------
 ...desktop.Telepathy.Client.TelepathyLogger.client |	 3 -
 ...top.Telepathy.Client.TelepathyLogger.service.in |	 3 -
 ...top.Telepathy.TelepathyLoggerService.service.in |	 3 -
 telepathy-logger/Makefile.am			    |	 7 ---
 telepathy-logger/conf.h			    |	10 ++---
 telepathy-logger/telepathy-logger.schemas	    |	32 --------------
 15 files changed, 114 insertions(+), 96 deletions(-)

commit 29c7fb4da417adebc65b7a0a44ee49a0bfdd2797
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 14 17:23:58 2010 +0000

    GConf enabled

    * gconf enabled using TplConf. Schema defined in
    telepathy-logger.schemas file
    * fixes for the Async API
    * add_message and add_message_async modified: chat_id, is_chatroom
    not needed anymore, while using TplLogEntry

 .gitignore				   |	1 +
 Makefile.am				   |	6 +
 src/test_api.c				   |   94 ++++-------
 telepathy-logger/Makefile.am		   |   18 +-
 telepathy-logger/channel-text.c	   |   64 ++++---
 telepathy-logger/channel-text.h	   |   10 +-
 telepathy-logger/channel.c		   |   37 ++---
 telepathy-logger/channel.h		   |	8 +-
 telepathy-logger/conf.c		   |  258
 +++++++++++++++++++++++-----
 telepathy-logger/conf.h		   |   70 ++++++++
 telepathy-logger/log-entry-text.c	   |   39 +++--
 telepathy-logger/log-entry-text.h	   |	7 +-
 telepathy-logger/log-entry.c		   |	4 -
 telepathy-logger/log-manager-priv.h	   |	9 +-
 telepathy-logger/log-manager.c		   |  262
 ++++++++++++++++++++++++++---
 telepathy-logger/log-manager.h		   |  135 +++++++---------
 telepathy-logger/log-store-empathy.c	   |   28 ++--
 telepathy-logger/log-store.c		   |	5 +-
 telepathy-logger/log-store.h		   |	6 +-
 telepathy-logger/observer.c		   |   24 ++-
 telepathy-logger/telepathy-logger.schemas |   14 +-
 telepathy-logger/utils.h		   |	1 +
 22 files changed, 765 insertions(+), 335 deletions(-)

commit c5a57433eb4c2ade0fc110d98093eea2bb42de3e
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Jan 13 14:58:08 2010 +0000

    Async API infrastructure

    * moved code from libtelepathy-logger/ to telepathy-logger/
    * used /usr/bin/indent filter with GNU style for source formatting
    * added log-manager's async APIs infrastructure using GIO
    * addes some async method using the async infrastructure
    * added gconf infrastructure in the telepathy-logger/conf module

 .gitignore				       |   16 +-
 configure.ac				       |    5 +-
 libtelepathy-logger/Makefile.am	       |   57 --
 libtelepathy-logger/channel-text.c	       |  709 ----------------
 libtelepathy-logger/channel-text.h	       |   88 --
 libtelepathy-logger/channel.c		       |  306 -------
 libtelepathy-logger/channel.h		       |  100 ---
 libtelepathy-logger/conf.c		       |   90 --
 libtelepathy-logger/contact.c		       |  191 -----
 libtelepathy-logger/contact.h		       |  101 ---
 libtelepathy-logger/datetime.c		       |  169 ----
 libtelepathy-logger/datetime.h		       |   48 --
 libtelepathy-logger/debug.h		       |    2 -
 libtelepathy-logger/libtelepathy-logger.pc.in |   11 -
 libtelepathy-logger/log-entry-text.c	       |  275 -------
 libtelepathy-logger/log-entry-text.h	       |  145 ----
 libtelepathy-logger/log-entry.c	       |  127 ---
 libtelepathy-logger/log-entry.h	       |   79 --
 libtelepathy-logger/log-manager-priv.h        |   33 -
 libtelepathy-logger/log-manager.c	       |  440 ----------
 libtelepathy-logger/log-manager.h	       |  105 ---
 libtelepathy-logger/log-store-empathy.c       | 1081
 ------------------------
 libtelepathy-logger/log-store-empathy.h       |   69 --
 libtelepathy-logger/log-store.c	       |  190 -----
 libtelepathy-logger/log-store.h	       |  105 ---
 libtelepathy-logger/observer.c		       |  403 ---------
 libtelepathy-logger/observer.h		       |   75 --
 libtelepathy-logger/telepathy-logger.schemas  |   32 -
 libtelepathy-logger/utils.c		       |   34 -
 libtelepathy-logger/utils.h		       |   39 -
 src/Makefile.am			       |    6 +-
 src/dbus-service.c			       |    2 +-
 src/dbus-service.h			       |    2 +-
 src/telepathy-logger-dbus.c		       |    2 +-
 src/telepathy-logger.c			       |    2 +-
 src/test_api.c				       |  160 ++--
 telepathy-logger/Makefile.am		       |   57 ++
 telepathy-logger/channel-text.c	       |  708 ++++++++++++++++
 telepathy-logger/channel-text.h	       |   90 ++
 telepathy-logger/channel.c		       |  334 ++++++++
 telepathy-logger/channel.h		       |   99 +++
 telepathy-logger/conf.c		       |   93 +++
 telepathy-logger/contact.c		       |  216 +++++
 telepathy-logger/contact.h		       |  100 +++
 telepathy-logger/datetime.c		       |  186 +++++
 telepathy-logger/datetime.h		       |   42 +
 telepathy-logger/debug.h		       |    2 +
 telepathy-logger/libtelepathy-logger.pc.in    |   11 +
 telepathy-logger/log-entry-text.c	       |  292 +++++++
 telepathy-logger/log-entry-text.h	       |  144 ++++
 telepathy-logger/log-entry.c		       |  131 +++
 telepathy-logger/log-entry.h		       |   74 ++
 telepathy-logger/log-manager-priv.h	       |   34 +
 telepathy-logger/log-manager.c		       |  833 +++++++++++++++++++
 telepathy-logger/log-manager.h		       |  198 +++++
 telepathy-logger/log-store-empathy.c	       | 1097
 +++++++++++++++++++++++++
 telepathy-logger/log-store-empathy.h	       |   65 ++
 telepathy-logger/log-store.c		       |  197 +++++
 telepathy-logger/log-store.h		       |  115 +++
 telepathy-logger/observer.c		       |  411 +++++++++
 telepathy-logger/observer.h		       |   70 ++
 telepathy-logger/telepathy-logger.schemas     |   32 +
 telepathy-logger/utils.c		       |   40 +
 telepathy-logger/utils.h		       |   54 ++
 64 files changed, 5814 insertions(+), 5210 deletions(-)

commit 4ed7270537dce069ee0f73d24a575043828f1622
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Jan 7 17:16:58 2010 +0000

    Telepathy code style compliant changes (part1)

    * remove tpl- prefix from file names
    * moved all the libtelepathy-logger lib related files into
    libtelepathy-logger/ directory
    * clean up of configure and makefiles autotool's scripts
    * added TplConf object for GConf configuration

 .gitignore				       |   45 +
 Makefile.am				       |    4 +-
 README					       |    3 +
 TODO					       |    3 +-
 configure.ac				       |  259 +------
 libtelepathy-logger/Makefile.am	       |   57 ++
 libtelepathy-logger/channel-text.c	       |  709 ++++++++++++++++
 libtelepathy-logger/channel-text.h	       |   88 ++
 libtelepathy-logger/channel.c		       |  306 +++++++
 libtelepathy-logger/channel.h		       |  100 +++
 libtelepathy-logger/conf.c		       |   90 ++
 libtelepathy-logger/contact.c		       |  191 +++++
 libtelepathy-logger/contact.h		       |  101 +++
 libtelepathy-logger/datetime.c		       |  169 ++++
 libtelepathy-logger/datetime.h		       |   48 ++
 libtelepathy-logger/debug.h		       |    2 +
 libtelepathy-logger/libtelepathy-logger.pc.in |   11 +
 libtelepathy-logger/log-entry-text.c	       |  275 +++++++
 libtelepathy-logger/log-entry-text.h	       |  145 ++++
 libtelepathy-logger/log-entry.c	       |  127 +++
 libtelepathy-logger/log-entry.h	       |   79 ++
 libtelepathy-logger/log-manager-priv.h        |   33 +
 libtelepathy-logger/log-manager.c	       |  440 ++++++++++
 libtelepathy-logger/log-manager.h	       |  105 +++
 libtelepathy-logger/log-store-empathy.c       | 1081
 ++++++++++++++++++++++++
 libtelepathy-logger/log-store-empathy.h       |   69 ++
 libtelepathy-logger/log-store.c	       |  190 +++++
 libtelepathy-logger/log-store.h	       |  105 +++
 libtelepathy-logger/observer.c		       |  403 +++++++++
 libtelepathy-logger/observer.h		       |   75 ++
 libtelepathy-logger/telepathy-logger.schemas  |   32 +
 libtelepathy-logger/utils.c		       |   34 +
 libtelepathy-logger/utils.h		       |   39 +
 src/Makefile.am			       |   91 +--
 src/compile.sh				       |   18 +-
 src/dbus-service.c			       |  220 +++++
 src/dbus-service.h			       |   72 ++
 src/dbus-service.xml			       |   15 +
 src/libtelepathy-logger.pc.in		       |   11 -
 src/log-manager.xsl			       |  148 ++++
 src/telepathy-logger-dbus.c		       |    4 +-
 src/telepathy-logger.c			       |    4 +-
 src/test_api.c				       |   52 +-
 src/tpl-channel.c			       |  306 -------
 src/tpl-channel.h			       |  100 ---
 src/tpl-contact.c			       |  215 -----
 src/tpl-contact.h			       |   99 ---
 src/tpl-dbus-service.c			       |  219 -----
 src/tpl-dbus-service.h			       |   71 --
 src/tpl-dbus-service.xml		       |   15 -
 src/tpl-headless-logger-init.c		       |   63 --
 src/tpl-log-entry-text.c		       |  274 -------
 src/tpl-log-entry-text.h		       |  145 ----
 src/tpl-log-entry.c			       |  125 ---
 src/tpl-log-entry.h			       |   79 --
 src/tpl-log-manager-priv.h		       |   33 -
 src/tpl-log-manager.c			       |  439 ----------
 src/tpl-log-manager.h			       |  106 ---
 src/tpl-log-manager.xsl		       |  148 ----
 src/tpl-log-store-empathy.c		       | 1085
 -------------------------
 src/tpl-log-store-empathy.h		       |   68 --
 src/tpl-log-store.c			       |  190 -----
 src/tpl-log-store.h			       |  105 ---
 src/tpl-observer.c			       |  382 ---------
 src/tpl-observer.h			       |   75 --
 src/tpl-text-channel-context.c		       |  708 ----------------
 src/tpl-text-channel-context.h		       |   88 --
 src/tpl-time.c				       |  168 ----
 src/tpl-time.h				       |   48 --
 src/tpl-utils.c			       |   34 -
 src/tpl-utils.h			       |   39 -
 71 files changed, 5694 insertions(+), 5786 deletions(-)

commit bc271b0002d24871451354296007b3fe62249117
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Jan 5 18:01:16 2010 +0000

    DBus LastChats method working

    * added a working LastChats method to the DBus service
    * bug fixing

 src/test_api.c		  |   38 ++++++------
 src/tpl-dbus-service.c   |  150
 +++++++++++++++++++++++++++++++++-------------
 src/tpl-dbus-service.h   |   11 ++-
 src/tpl-dbus-service.xml |    7 ++-
 src/tpl-log-entry.c	  |    6 +-
 5 files changed, 144 insertions(+), 68 deletions(-)

commit 1fc9816fa509822525285dc2ce03b707111ceff8
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Dec 31 18:07:36 2009 +0000

    DBus service enhancements (still proto)

    * fixed .service file generation in Makefile.am
    * implemented the basic (silly) code for LastMessages method,
    returning
      the last 5 lines of chat for the selected account+identifier
    * TODO: understand what type return (as?)

 src/Makefile.am				    |	 8 +-
 ...desktop.Telepathy.Client.TelepathyLogger.client |	 2 +-
 ...top.Telepathy.TelepathyLoggerService.service.in |	 2 +-
 src/test_api.c					    |  107
 +++++++++-----------
 src/tpl-dbus-service.c				    |  104
 +++++++++++++------
 src/tpl-dbus-service.h				    |	11 ++-
 src/tpl-dbus-service.xml			    |	 8 +-
 7 files changed, 138 insertions(+), 104 deletions(-)

commit dc30c9a81abef063f080c7e1ff1a9719b7a59e3a
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Dec 30 19:07:58 2009 +0000

    proto DBus service, .service and .client installed

    * prototype of DBus service, called telepathy-logger-dbus
    * Automake amending for dbus-binding-tool, .service and .cliet
    TP files

 configure.ac					    |	 4 +
 src/HeadlessLogger.client			    |	12 --
 src/Makefile.am				    |  119
 ++++++++++----------
 src/libtelepathy-logger.pc.in			    |	11 ++
 ...desktop.Telepathy.Client.TelepathyLogger.client |	 3 +
 ...top.Telepathy.Client.TelepathyLogger.service.in |	 3 +
 ...top.Telepathy.TelepathyLoggerService.service.in |	 3 +
 src/telepathy-logger-dbus.c			    |	67 +++++++++++
 src/telepathy-logger-dbus.h			    |	 5 +
 src/test_api.c					    |	 7 +-
 src/tpl-dbus-service.c				    |  111
 ++++++++++++++++++
 src/tpl-dbus-service.h				    |	59 ++++++++++
 src/tpl-dbus-service.xml			    |	14 +++
 src/tpl-headless-logger-init.c			    |	 4 +-
 src/tpl-log-entry.c				    |	18 ++-
 src/tpl-observer.c				    |	 6 +-
 src/tpl-observer.h				    |	 4 +-
 src/tpl-text-channel-context.c			    |	28 +++--
 18 files changed, 382 insertions(+), 96 deletions(-)

commit 87a30fdddcbc41d88b5937de33c2e4be7d0f33ad
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Dec 29 18:04:36 2009 +0000

    Added method to search among just one identifier messages

    * added tpl_log_store_search_in_identifier_chats_new

 src/test_api.c		     |	  9 ++++-
 src/tpl-log-manager.c	     |	 27 +++++++++++++++++
 src/tpl-log-manager.h	     |	  4 ++
 src/tpl-log-store-empathy.c |	 67
 ++++++++++++++++++++++++++++++++-----------
 src/tpl-log-store.c	     |	 14 +++++++++
 src/tpl-log-store.h	     |	  5 +++
 6 files changed, 107 insertions(+), 19 deletions(-)

commit 2062463f1d28d873e856744c2328e5a6668e30b4
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Dec 29 17:19:10 2009 +0000

    Dynlib produced and client API split

    * libtool dynamic library produces (libtelepathy-logger) using
    automake
    * tpl-log-reader removed (tpl-log-manager used isntead, see below)
    * TplLogManager methods split into tpl-log-manager.h for the read-only
      API and tpl-log-manager-priv.h for the internal write access ones

 configure.ac			|   48 +-----
 src/Makefile.am		|   37 +++-
 src/telepathy-logger.c		|   38 ++++
 src/test.c			|   38 ----
 src/test_api.c			|   88 ++++++++++
 src/tpl-log-manager-priv.h	|   33 ++++
 src/tpl-log-manager.c		|   55 +++---
 src/tpl-log-manager.h		|   10 +-
 src/tpl-log-reader.c		|  368
 ----------------------------------------
 src/tpl-log-reader.h		|   91 ----------
 src/tpl-text-channel-context.c |    2 +-
 11 files changed, 222 insertions(+), 586 deletions(-)

commit 3fa20ae0b0d2465f3a78076461f19c59f4cfca41
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Dec 29 12:09:12 2009 +0000

    reverting the test file

 src/test.c |	60
 +++++-------------------------------------------------------
 1 files changed, 5 insertions(+), 55 deletions(-)

commit 2617a96e629c78e9c3b7a983ce47d96174136b2c
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Dec 29 11:11:27 2009 +0000

    Added tpl-log-reader for the read only API

    * added tpl-log-reader.[ch]
    * moved headers from include/ to src/
    * bug fixing in tpl-log-empathy, especially on the pre-requisites
    checks

 TODO				    |	 2 +
 include/tpl-channel.h		    |  100 ----------
 include/tpl-contact.h		    |	99 ----------
 include/tpl-log-entry-text.h	    |  145 --------------
 include/tpl-log-entry.h	    |	79 --------
 include/tpl-log-manager.h	    |  106 -----------
 include/tpl-log-store-empathy.h    |	66 -------
 include/tpl-log-store.h	    |  100 ----------
 include/tpl-observer.h		    |	75 --------
 include/tpl-text-channel-context.h |	88 ---------
 include/tpl-time.h		    |	48 -----
 include/tpl-utils.h		    |	39 ----
 src/Makefile.am		    |	 9 +-
 src/test.c			    |	60 ++++++-
 src/tpl-channel.h		    |  100 ++++++++++
 src/tpl-contact.h		    |	99 ++++++++++
 src/tpl-log-entry-text.h	    |  145 ++++++++++++++
 src/tpl-log-entry.h		    |	79 ++++++++
 src/tpl-log-manager.c		    |	 3 +
 src/tpl-log-manager.h		    |  106 +++++++++++
 src/tpl-log-reader.c		    |  368
 ++++++++++++++++++++++++++++++++++++
 src/tpl-log-reader.h		    |	91 +++++++++
 src/tpl-log-store-empathy.c	    |  133 +++++++++----
 src/tpl-log-store-empathy.h	    |	68 +++++++
 src/tpl-log-store.c		    |	 1 +
 src/tpl-log-store.h		    |  100 ++++++++++
 src/tpl-observer.h		    |	75 ++++++++
 src/tpl-text-channel-context.h     |	88 +++++++++
 src/tpl-time.h			    |	48 +++++
 src/tpl-utils.h		    |	39 ++++
 30 files changed, 1563 insertions(+), 996 deletions(-)

commit 8331fc1f0523472d040b1b6a08f9eea8f98df3a8
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Dec 28 12:48:52 2009 +0000

    Added tpl-log-entry.[ch] files

 include/tpl-log-entry.h |   79 +++++++++++++++++++++++++++++++
 src/tpl-log-entry.c	 |  117
 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 196 insertions(+), 0 deletions(-)

commit c0836370f75a10f96a989a7065b135a0b26473f7
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Mon Dec 28 12:41:45 2009 +0000

    bug fixing and TplLogEntry refactoring

    * log manager uses TplLogEntry instead of TplLogTextEntry
    * chatroom logging problem on "user's sent" received messages, added a
      TODO item for Message interface handling

 TODO				|    6 +--
 include/tpl-log-entry-text.h	|    8 ---
 include/tpl-log-manager.h	|    7 +--
 include/tpl-log-store.h	|    8 ++--
 src/Makefile.am		|    1 +
 src/tpl-log-entry-text.c	|   16 ------
 src/tpl-log-manager.c		|   16 +++---
 src/tpl-log-store-empathy.c	|   94 +++++++++++++++++++++++-----------
 src/tpl-log-store.c		|    7 +--
 src/tpl-text-channel-context.c |  110
 +++++++++++++++++++++++++++-------------
 10 files changed, 159 insertions(+), 114 deletions(-)

commit d9bbcf4244376b8976f2a12e525c4813232be581
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Tue Dec 15 15:37:33 2009 -0200

    Code clean-up complete - working TPL

 TODO				    |	12 ++
 configure.ac			    |	 1 +
 include/tpl-channel.h		    |	24 ++++-
 include/tpl-contact.h		    |	84 +++++++++----
 include/tpl-log-entry-text.h	    |  116 +++++++++++++-----
 include/tpl-log-manager.h	    |	95 ++++++++-------
 include/tpl-observer.h		    |	45 ++++++--
 include/tpl-text-channel-context.h |	23 ++++-
 include/tpl-utils.h		    |	27 ++++
 src/compile.sh			    |	 2 +-
 src/empathy-log-manager.xsl	    |  148 ----------------------
 src/test.c			    |	21 +++
 src/tpl-channel.c		    |  185 ++++++++++++++++++++++++----
 src/tpl-contact.c		    |  239
 ++++++++++++++++++++++++++++-------
 src/tpl-headless-logger-init.c     |	22 ++++
 src/tpl-log-entry-text.c	    |  183 +++++++++++++++++++++++----
 src/tpl-log-manager.c		    |	 1 +
 src/tpl-log-manager.xsl	    |  148 ++++++++++++++++++++++
 src/tpl-log-store-empathy.c	    |	36 ++++--
 src/tpl-observer.c		    |  144 +++++++++++++++-------
 src/tpl-text-channel-context.c     |  156 +++++++++++++++---------
 src/tpl-time.c			    |	 6 +-
 src/tpl-utils.c		    |	21 +++
 23 files changed, 1255 insertions(+), 484 deletions(-)

commit 436431fa929cea024a97421cb3029a565d17d313
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Dec 9 23:06:24 2009 -0200

    Started code clean-up
    * added register/unregistering methods channels
    * renamed old tpl-utils funcs to ref/unref using tpl_object prefix
    * tpl-headless-logger-init.c cleaned-up
    * tpl-observer.c cleaned-up
    * tpl-channel.c cleaned-up
    * added Closed signal handler for TpChannel

 include/tpl-channel.h		    |	18 +--
 include/tpl-observer.h		    |	 4 +-
 include/tpl-text-channel-context.h |	 1 -
 include/tpl-utils.h		    |	 4 +-
 src/compile.sh			    |	 2 +-
 src/tpl-channel.c		    |  160 ++++++++++++++++-------
 src/tpl-contact.c		    |	 4 +-
 src/tpl-headless-logger-init.c     |	 2 +
 src/tpl-log-entry-text.c	    |	 4 +-
 src/tpl-observer.c		    |  247
 +++++++++++++++++++++++-------------
 src/tpl-text-channel-context.c     |  113 ++++++++++++----
 src/tpl-utils.c		    |	 4 +-
 12 files changed, 373 insertions(+), 190 deletions(-)

commit c9fcb00489fe3546dd6c67ad142ee8396202a471
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Dec 9 16:46:46 2009 -0200

    Text interface 1-1 chat and chatrooms loggin

    * refactored main objects (TplTextChannel, TplChannel, TplContact,
      TplLogEntryText)
    * using a deferred task chain style procedures in TplTextChannel,
      to allow a easier-to-read CB's cascading (hopefully)
    * renamed all modules using dashes instead of underscores
      (tpl_foo.c -> tpl-foo.c)
    * using tpl-log-manager from Empathy to manage LogStores
    * enabled TplLogManager into TplTextChannel received/sent signals
    * enabled 1-1 sent/received logging
    * enabled chatroom logging

 include/tpl-channel.h		    |	80 +++++
 include/tpl-contact.h		    |	71 +++++
 include/tpl-log-entry-text.h	    |  101 +++++++
 include/tpl-log-manager.h	    |	 2 +-
 include/tpl-log-store.h	    |	 4 +-
 include/tpl-observer.h		    |	50 ++++
 include/tpl-text-channel-context.h |	68 +++++
 include/tpl-utils.h		    |	12 +
 include/tpl_channel_data.h	    |	75 -----
 include/tpl_contact.h		    |	70 -----
 include/tpl_log_entry_text.h	    |	86 ------
 include/tpl_observer.h		    |	50 ----
 include/tpl_text_channel_data.h    |	55 ----
 include/tpl_utils.h		    |	12 -
 src/Makefile.am		    |	43 +--
 src/compile.sh			    |	10 +-
 src/test.c			    |	 2 +-
 src/tpl-channel.c		    |  115 ++++++++
 src/tpl-contact.c		    |	72 +++++
 src/tpl-headless-logger-init.c     |	37 +++
 src/tpl-log-entry-text.c	    |  161 ++++++++++
 src/tpl-log-manager.c		    |	69 +----
 src/tpl-log-store-empathy.c	    |  196 ++++++++++---
 src/tpl-log-store.c		    |	 5 +-
 src/tpl-observer.c		    |  261 +++++++++++++++++
 src/tpl-text-channel-context.c     |  569
 ++++++++++++++++++++++++++++++++++++
 src/tpl-utils.c		    |	13 +
 src/tpl_channel_data.c		    |  116 --------
 src/tpl_contact.c		    |	44 ---
 src/tpl_headless_logger_init.c     |	38 ---
 src/tpl_log_entry_text.c	    |  124 --------
 src/tpl_observer.c		    |  269 -----------------
 src/tpl_text_channel_data.c	    |  370 -----------------------
 src/tpl_utils.c		    |	13 -
 34 files changed, 1799 insertions(+), 1464 deletions(-)

commit 8fb9c3d6136c533cb5f240740f357647019b22ab
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Dec 4 21:14:58 2009 -0200

    Completed importing and refactoring of EmpathyLogStore
    * removed any call which would make TPL depending on libempathy
    * copied empathy-time.[hc]
    * added some empathy's utility function to tpl_utils.[ch]
    * added support for automake/autoconf using empathy's one as basis:
      currently TPL depends on telepathy-glib and libxmp-2.0 (and theirs
      deps)
    * added AUTHORS COPYING INSTALL README and NEWS files (empty)

 COPYING			      |  674 +++++++++++++++++++
 INSTALL			      |  302 +++++++++
 Makefile.am			      |   43 ++
 autogen.sh			      |   20 +
 configure.ac			      |  482 ++++++++++++++
 include/tpl-log-manager.h	      |   83 ++--
 include/tpl-log-store.h	      |    7 +-
 include/tpl-time.h		      |   48 ++
 include/tpl_contact.h		      |    2 +-
 include/tpl_log_entry_text.h	      |    3 +-
 include/tpl_utils.h		      |    3 +
 m4/.gitignore			      |    9 +
 m4/as-compiler-flag.m4		      |   33 +
 m4/empathy-args.m4		      |   19 +
 m4/empathy-valgrind.m4		      |   31 +
 m4/python.m4			      |   66 ++
 m4/shave.m4			      |   77 +++
 po/Makefile.in.in		      |  217 ++++++
 shave-libtool.in		      |   69 ++
 shave.in			      |   79 +++
 src/Makefile.am		      |  108 +++
 src/compile.sh			      |   12 +-
 src/empathy-log-manager.xsl	      |  148 +++++
 src/logstore/empathy-log-manager.c   |  455 -------------
 src/logstore/empathy-log-manager.xsl |  148 -----
 src/logstore/tpl-log-store-empathy.c |  835 -----------------------
 src/logstore/tpl-log-store.c	      |  173 -----
 src/tpl-log-manager.c		      |  462 +++++++++++++
 src/tpl-log-store-empathy.c	      |  841 ++++++++++++++++++++++++
 src/tpl-log-store.c		      |  173 +++++
 src/tpl-time.c			      |  170 +++++
 src/tpl_headless_logger_init.c       |    2 +-
 src/tpl_log_entry_text.c	      |   20 +
 src/tpl_observer.c		      |   19 +-
 src/tpl_text_channel_data.c	      |   26 +-
 tools/.gitignore		      |    3 +
 tools/Makefile.am		      |   67 ++
 tools/c-constants-gen.py	      |  151 +++++
 tools/check-c-style.sh		      |   56 ++
 tools/check-coding-style.mk	      |   17 +
 tools/check-misc.sh		      |   13 +
 tools/check-whitespace.sh	      |   24 +
 tools/doc-generator.xsl	      | 1199
 ++++++++++++++++++++++++++++++++++
 tools/flymake.mk		      |    4 +
 tools/glib-client-gen.py	      | 1157
 ++++++++++++++++++++++++++++++++
 tools/glib-client-marshaller-gen.py  |   59 ++
 tools/glib-errors-enum-body-gen.py   |   62 ++
 tools/glib-errors-enum-header-gen.py |   75 +++
 tools/glib-ginterface-gen.py	      |  722 ++++++++++++++++++++
 tools/glib-gtypes-generator.py       |  230 +++++++
 tools/glib-interfaces-gen.py	      |   97 +++
 tools/glib-signals-marshal-gen.py    |   55 ++
 tools/gobject-foo.py		      |   81 +++
 tools/identity.xsl		      |    7 +
 tools/lcov.am			      |   23 +
 tools/libglibcodegen.py	      |  173 +++++
 tools/libtpcodegen.py		      |  231 +++++++
 tools/make-version-script.py	      |  205 ++++++
 tools/shave.mk			      |    1 +
 tools/telepathy-glib-env.in	      |    9 +
 tools/telepathy.am		      |   27 +
 tools/with-session-bus.sh	      |   84 +++
 62 files changed, 9018 insertions(+), 1673 deletions(-)

commit 35c657537049f36e2d6fa445008a498dde4c8423
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Dec 4 13:21:05 2009 -0200

    First example of TplLogStore working (almost)
    * it logs only sent messages
    * it uses  ~/.local/share/TpLogger/logs/ so it won't interfere with
      Empathy's alrady existing logs
    * probable problems with several functions in the logstore that still
      referes to libempathy

 include/.tpl_contact.h.swp	      |  Bin 12288 -> 0 bytes
 src/compile.sh			      |    2 +-
 src/logstore/tags		      |  329
 ----------------------------------
 src/logstore/tpl-log-store-empathy.c |    2 +-
 src/tpl_headless_logger_init.c       |    3 -
 src/tpl_text_channel_data.c	      |   29 +++-
 6 files changed, 30 insertions(+), 335 deletions(-)

commit 295573e92177b1c5077359e000c8dae3718e8e51
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Fri Dec 4 12:23:15 2009 -0200

    Empathy's adapted log store can compile
    * error free compilation of the empathy logstore
    * changed the namspace for the empathy logstore from Empathy to Tpl
    * added some function to TplLogEntryText and TplContact to be able
      to recall EmpathyContact EmpathyMessage
    * empathy's logstore is still not used
    * moved headers file in ROOT/include

 include/.tpl_contact.h.swp		  |  Bin 0 -> 12288 bytes
 include/tpl-log-manager.h		  |  103 ++++
 include/tpl-log-store-empathy.h	  |   66 +++
 include/tpl-log-store.h		  |  103 ++++
 include/tpl_channel_data.h		  |   75 +++
 include/tpl_contact.h			  |   70 +++
 include/tpl_log_entry_text.h		  |   85 +++
 include/tpl_observer.h			  |   50 ++
 include/tpl_text_channel_data.h	  |   55 ++
 include/tpl_utils.h			  |    9 +
 src/compile.sh				  |    5 +-
 src/logstore/empathy-log-manager.c	  |   14 +-
 src/logstore/empathy-log-manager.h	  |  103 ----
 src/logstore/empathy-log-store-empathy.c |  819
 -----------------------------
 src/logstore/empathy-log-store-empathy.h |   66 ---
 src/logstore/empathy-log-store.c	  |  173 ------
 src/logstore/empathy-log-store.h	  |  101 ----
 src/logstore/tpl-log-store-empathy.c	  |  835
 ++++++++++++++++++++++++++++++
 src/logstore/tpl-log-store.c		  |  173 ++++++
 src/tpl_channel_data.h			  |   75 ---
 src/tpl_contact.c			  |    4 +
 src/tpl_contact.h			  |   57 --
 src/tpl_headless_logger_init.c		  |    6 +
 src/tpl_log_entry_text.c		  |   86 +++-
 src/tpl_log_entry_text.h		  |   73 ---
 src/tpl_observer.h			  |   46 --
 src/tpl_text_channel_data.c		  |   44 ++-
 src/tpl_text_channel_data.h		  |   55 --
 src/tpl_utils.h			  |    9 -
 29 files changed, 1736 insertions(+), 1624 deletions(-)

commit 23a56c112f55c59a7714cc63f2043b43ebbbc22f
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Thu Dec 3 20:57:40 2009 -0200

    imported Empathy's LogStore and creating some glue objects
    * added tpl_contact.c that is similar to EmpathyContact
    * now received/sent signals instantiate TplContact and will creat
    TplLogEntryText to be sent to the LogStore

 doc/README				  |    2 +
 src/compile.sh				  |    6 +-
 src/logstore/empathy-log-manager.c	  |  455 +++++++++++++++++
 src/logstore/empathy-log-manager.h	  |  103 ++++
 src/logstore/empathy-log-manager.xsl	  |  148 ++++++
 src/logstore/empathy-log-store-empathy.c |  819
 ++++++++++++++++++++++++++++++
 src/logstore/empathy-log-store-empathy.h |   66 +++
 src/logstore/empathy-log-store.c	  |  173 +++++++
 src/logstore/empathy-log-store.h	  |  101 ++++
 src/logstore/tags			  |  329 ++++++++++++
 src/test.c				  |    2 +-
 src/tpl_contact.c			  |   40 ++
 src/tpl_contact.h			  |   57 ++
 src/tpl_log_entry.c			  |   19 -
 src/tpl_log_entry.h			  |   49 --
 src/tpl_log_entry_text.c		  |   68 +++
 src/tpl_log_entry_text.h		  |   73 +++
 src/tpl_text_channel_data.c		  |  100 ++++-
 src/tpl_text_channel_data.h		  |    4 +
 19 files changed, 2538 insertions(+), 76 deletions(-)

commit 8201a1c1159c83db9e50546f100942fbb229bc70
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:	Wed Dec 2 19:39:22 2009 -0200

    First working version of Text channel logger using g_message
    * modularized, GObject still miss destroyers (TODO) and properties
    (unsure if it's important)
    * run ./compile.sh which will produce ./test

 src/HeadlessLogger.client	|   12 ++
 src/compile.sh			|   17 +++
 src/test.c			|   17 +++
 src/tpl_channel_data.c		|  116 ++++++++++++++++++
 src/tpl_channel_data.h		|   75 ++++++++++++
 src/tpl_headless_logger_init.c |   35 ++++++
 src/tpl_log_entry.c		|   19 +++
 src/tpl_log_entry.h		|   49 ++++++++
 src/tpl_observer.c		|  262
 ++++++++++++++++++++++++++++++++++++++++
 src/tpl_observer.h		|   46 +++++++
 src/tpl_text_channel_data.c	|  215 ++++++++++++++++++++++++++++++++
 src/tpl_text_channel_data.h	|   51 ++++++++
 src/tpl_utils.c		|   13 ++
 src/tpl_utils.h		|    9 ++
 14 files changed, 936 insertions(+), 0 deletions(-)
