summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2011-02-11Merge branch 'remove-unused'Nicolas Dufresne1-70/+1
Conflicts: telepathy-logger/log-manager-internal.h Reviewed-by: emilio.pozuelo@collabora.co.uk
2011-02-11Fix log -> logs in docstringNicolas Dufresne1-1/+1
2011-02-10Implement DBus method for clear_entityNicolas Dufresne1-0/+25
2011-02-10Implement DBus method for ClearAccountNicolas Dufresne1-0/+13
2011-02-10Implement clear method into D-Bus serviceNicolas Dufresne1-0/+7
2011-02-08Strip off GetRecentsEvents from D-Bus APINicolas Dufresne1-70/+1
2011-01-10Renamed TplEntry* into TplEvent*Nicolas Dufresne1-1/+1
2011-01-10Adapt the dbus service to the API changesEmilio Pozuelo Monfort1-6/+10
This changes the GetRecentMessages dbus method to a new GetRecentEvents one, with a slightly different signature (type argument instead of is_chatroom one), similar to the C API changes. Bump the interface version since this is a break.
2010-08-27Fixed out-of-tree compilationNicolas Dufresne1-1/+1
Fixe path to config.status from srcdir to builddir and Added missing -I $(top_builddir)/extensions.
2010-08-17merge PL and LIBTPL libs togetherGuillaume Desmottes1-2/+2
2010-06-17Set a SONAME for libtpl-extensions.so.1, if builtSimon McVittie1-0/+2
2010-06-17extensions/Makefile.am: use LDFLAGS correctlySimon McVittie1-1/+2
LIBS shouldn't be in LDFLAGS, they should be in LIBS or LIBADD.
2010-04-21Remove vestigial handle-leak-debug stuff cargo-culted from telepathy-glibSimon McVittie1-1/+1
This is only useful for connection manager executables. The logger isn't one of those.
2010-04-21Fix dependency for _gen/cli-misc.h in extensionsSimon McVittie1-1/+1
2010-03-30Make the extensions library public and perform some minor reorganization.Travis Reitter7-30/+137
2010-03-23extensions/Makefile.am: ensure there's a rule for _gen/cli-body.hSimon McVittie1-1/+1
This fixes parallel builds, at least on my laptop.
2010-02-25Add favourite contacts support.Travis Reitter1-0/+83
This adds a simple D-Bus API and implementation for storing and manipulating a set of favourite Telepathy contacts.
2010-02-16Update spec for int64 timestamps, correct dbus-service typesDanielle Madeley2-5/+7
Also plug a leak due to incorrect usage of tp_value_array_build
2010-02-12Some more fixes about DBus extentionsCosimo Alfarano2-10/+29
2010-02-11Generate client bindingsDanielle Madeley3-0/+17
2010-02-11Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley5-166/+64
2010-01-29Added file for TP DBus extension supportCosimo Alfarano3-0/+316