summaryrefslogtreecommitdiff
path: root/backends/libsocialweb
AgeCommit message (Expand)AuthorFilesLines
2011-06-23Don't make the Libsocialweb backend depend directly upon dbus-glib.Travis Reitter1-1/+0
2011-06-18Bug 652463 — Tidy up CLEANFILESPhilip Withnall1-7/+0
2011-06-01libsocialweb: Swf.Persona stores SocialWebClient.ContactAlban Crequy1-0/+21
2011-05-13Generate backend library headers in folks/ subdirs.Travis Reitter2-3/+4
2011-05-10Ensure includes are done with <folks/*.h>Alexander Larsson2-1/+2
2011-04-27Bug 648767 — Return read-only views of Sets and Maps where possiblePhilip Withnall3-9/+13
2011-04-26Fix a potential crash in Swf.PersonaStore on destruction before preparationPhilip Withnall1-3/+8
2011-04-23Change PersonaStore.personas to be a Map<string, Persona>Philip Withnall1-7/+7
2011-04-23Port PersonaStore.personas_changed to Set<Persona>Philip Withnall1-11/+18
2011-04-23Change UrlDetails.urls to be a Set<FieldDetails>Philip Withnall1-9/+9
2011-04-23Change Backend.persona_stores to be a Map<string, PersonaStore>Philip Withnall1-10/+10
2011-04-23Change WebServiceDetails.…addresses to be a MultiMap<string, string>Philip Withnall1-7/+4
2011-04-23Change ImDetails.im_addresses to be a MultiMap<string, string>Philip Withnall1-8/+4
2011-04-12Release version 0.5.0Travis Reitter2-7/+7
2011-04-07linking: add interface for linkable web service contact UIDsAlban Crequy1-6/+31
2011-04-07libsocialweb: fix: update and delete contactsAlban Crequy1-2/+12
2011-04-05libsocialweb: check contacts capabilities and disconnect signalsAlban Crequy1-16/+37
2011-04-05libsocialweb: factor build_facebook_jid and build_iidAlban Crequy1-11/+45
2011-04-05libsocialweb: make gender_string lowercase before comparing with "male" and "...Alban Crequy1-2/+2
2011-04-05libsocialweb: use BACKEND_NAME in build_uidAlban Crequy1-1/+1
2011-04-05libsocialweb: fix error PersonaStoreError.UNSUPPORTED_ON_USERAlban Crequy1-4/+2
2011-04-05libsocialweb: fix @sinceAlban Crequy1-5/+5
2011-04-05libsocialweb: use the new Contacts interfaceAlban Crequy2-36/+36
2011-04-05libsocialweb: convert GenericArray to LinkedHashSetAlban Crequy1-7/+13
2011-04-05libsocialweb: prepare code to receive several urls. Blocked on bug #645139Alban Crequy1-8/+5
2011-04-05libsocialweb: create a separate library folks-libsocialwebAlban Crequy8-9/+161
2011-04-05libsocialweb: Don't crash when D-Bus method Query.OpenView() returns an errorAlban Crequy1-0/+5
2011-04-05libsocialweb: Print debugging info after initializing a Sw.Persona and not be...Marco Barisione1-3/+3
2011-04-05libsocialweb: Automatically merge Facebook XMPP contacts with the libsocialwe...Marco Barisione1-1/+48
2011-04-05libsocialweb: Make Sw.Persona retrieve gender and URLs from libsocialwebMarco Barisione1-1/+53
2011-04-05libsocialweb: Make Sw.Persona implement the NameDetails interface instead of ...Marco Barisione1-13/+35
2011-04-05libsocialweb: add new backendMarco Barisione5-0/+577