summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2011-06-23Don't make the Libsocialweb backend depend directly upon dbus-glib.Travis Reitter1-1/+0
2011-06-23Properly disconnect the logger::invalidated handler.Travis Reitter1-6/+12
2011-06-23Port Tpf.Logger to GDBus.Travis Reitter1-26/+32
2011-06-23Factor out Tpf.Logger.prepare() from its constructor.Travis Reitter2-2/+13
2011-06-23Use the GLib definition of Error instead of DBus.Error.Travis Reitter2-10/+10
2011-06-23Use the GLib definition for Object.Travis Reitter1-1/+1
2011-06-23Use the GLib definition for ObjectPath.Travis Reitter1-6/+6
2011-06-23Don't build dbus-glib into Telepathy backend.Travis Reitter1-3/+0
2011-06-23Bug 652472 — Handle failure in getting the logger service betterPhilip Withnall1-0/+7
2011-06-22Bug 648071 — Add support for presence status from TelepathyPhilip Withnall1-0/+19
2011-06-21Don't add null Personas in personas-changed signal arguments.Travis Reitter1-1/+2
2011-06-18Bug 652463 — Tidy up CLEANFILESPhilip Withnall3-20/+0
2011-06-09Handle ownership of TpContact.connection automatically.Travis Reitter1-1/+1
2011-06-02Play nicely with new API in Vala 0.14Raul Gutierrez Segales1-5/+7
2011-06-01libsocialweb: Swf.Persona stores SocialWebClient.ContactAlban Crequy1-0/+21
2011-06-01Don't re-build the vapi files unless we've been configured with Vala.Travis Reitter1-0/+2
2011-05-28[tracker] Deal with null Avatars being set on a Trf.PersonaRaul Gutierrez Segales1-5/+10
2011-05-13Release Folks 0.5.1.Travis Reitter1-4/+4
2011-05-13Generate backend library headers in folks/ subdirs.Travis Reitter6-9/+12
2011-05-10Ensure includes are done with <folks/*.h>Alexander Larsson6-3/+6
2011-05-02Allow printing out status information at runtimePhilip Withnall1-0/+220
2011-04-27Bug 648767 — Return read-only views of Sets and Maps where possiblePhilip Withnall11-66/+92
2011-04-26Tidy up channel signal disconnections in Tpf.PersonaStorePhilip Withnall1-5/+48
2011-04-26Add a missing signal disconnection to Tr.BackendPhilip Withnall1-0/+1
2011-04-26Add a missing signal disconnection to Tp.BackendPhilip Withnall1-0/+1
2011-04-26Add a missing signal disconnection to Kf.BackendPhilip Withnall1-0/+1
2011-04-26Fix a potential crash in Swf.PersonaStore on destruction before preparationPhilip Withnall1-3/+8
2011-04-23Change PostalAddress.types to be a Set<string>Philip Withnall2-4/+4
2011-04-23Change RoleDetails.roles to be of type Set<Role>Philip Withnall2-2/+2
2011-04-23Change NoteDetails.notes to be of type Set<Note>Philip Withnall2-2/+2
2011-04-23Change LocalIdDetails.local_ids to be of type Set<string>Philip Withnall2-8/+10
2011-04-23Change PersonaStore.personas to be a Map<string, Persona>Philip Withnall4-34/+31
2011-04-23Fix a race condition in Tpf.PersonaStorePhilip Withnall1-24/+23
2011-04-23Remove unused code from Tpf.PersonaStorePhilip Withnall1-14/+0
2011-04-23Port PersonaStore.personas_changed to Set<Persona>Philip Withnall4-62/+105
2011-04-23Change UrlDetails.urls to be a Set<FieldDetails>Philip Withnall3-120/+35
2011-04-23Change PhoneDetails.phone_numbers to be a Set<FieldDetails>Philip Withnall2-110/+17
2011-04-23Change EmailDetails.email_addresses to be a Set<FieldDetails>Philip Withnall2-28/+91
2011-04-23Change PostalAddressDetails.postal_addresses to be a Set<PostalAddress>Philip Withnall2-50/+43
2011-04-23Change FieldDetails.parameters to be a MultiMap<string, string>Philip Withnall2-28/+13
2011-04-23Change GroupDetails.groups to be a Set<string>Philip Withnall1-13/+11
2011-04-23Change Backend.persona_stores to be a Map<string, PersonaStore>Philip Withnall4-41/+41
2011-04-23Change WebServiceDetails.…addresses to be a MultiMap<string, string>Philip Withnall5-56/+46
2011-04-23Change ImDetails.im_addresses to be a MultiMap<string, string>Philip Withnall6-111/+149
2011-04-16Fix Tpf.Persona to use its store's ID in persona UIDsPhilip Withnall1-1/+1
2011-04-16Bug 647562 — Don't crash on duplicate group channelsPhilip Withnall1-0/+17
2011-04-12Bug 645388 — Group channels are leakedGuillaume Desmottes2-1/+3
2011-04-12Release version 0.5.0Travis Reitter4-17/+17
2011-04-11Handle setting existing emails/phones in a Trf.PersonaRaul Gutierrez Segales1-76/+115
2011-04-11linking: check if details contain im-addresses or web-service-addressesAlban Crequy1-6/+11