Remove unused code from Tpf.PersonaStore
[platform/upstream/folks.git] / backends /
2011-04-23 Philip WithnallRemove unused code from Tpf.PersonaStore
2011-04-23 Philip WithnallPort PersonaStore.personas_changed to Set<Persona>
2011-04-23 Philip WithnallChange UrlDetails.urls to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange PhoneDetails.phone_numbers to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange EmailDetails.email_addresses to be a Set<FieldDe...
2011-04-23 Philip WithnallChange PostalAddressDetails.postal_addresses to be...
2011-04-23 Philip WithnallChange FieldDetails.parameters to be a MultiMap<string...
2011-04-23 Philip WithnallChange GroupDetails.groups to be a Set<string>
2011-04-23 Philip WithnallChange Backend.persona_stores to be a Map<string, Perso...
2011-04-23 Philip WithnallChange WebServiceDetails.…addresses to be a MultiMap...
2011-04-23 Philip WithnallChange ImDetails.im_addresses to be a MultiMap<string...
2011-04-16 Philip WithnallFix Tpf.Persona to use its store's ID in persona UIDs
2011-04-16 Philip WithnallBug 647562 — Don't crash on duplicate group channels
2011-04-12 Guillaume DesmottesBug 645388 — Group channels are leaked
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
2011-04-11 Raul Gutierrez SegalesHandle setting existing emails/phones in a Trf.Persona
2011-04-11 Alban Crequylinking: check if details contain im-addresses or web...
2011-04-08 Raul Gutierrez SegalesImplement web-service-details for Trf.Personas
2011-04-08 Raul Gutierrez Segales[Tracker] Implement support for LocalIDDetails
2011-04-08 Raul Gutierrez SegalesList Folks.PersonaDetail in alphabetical order
2011-04-08 Raul Gutierrez Segaleskey-file: Make Kf.Persona implement WebServiceDetails...
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-04-07 Alban Crequylibsocialweb: fix: update and delete contacts
2011-04-05 Raul Gutierrez Segales[Tracker] Re-use phone-numbers/emails if they already...
2011-04-05 Alban Crequylibsocialweb: check contacts capabilities and disconnec...
2011-04-05 Alban Crequylibsocialweb: factor build_facebook_jid and build_iid
2011-04-05 Alban Crequylibsocialweb: make gender_string lowercase before compa...
2011-04-05 Alban Crequylibsocialweb: use BACKEND_NAME in build_uid
2011-04-05 Alban Crequylibsocialweb: fix error PersonaStoreError.UNSUPPORTED_O...
2011-04-05 Alban Crequylibsocialweb: fix @since
2011-04-05 Alban Crequylibsocialweb: use the new Contacts interface
2011-04-05 Alban Crequylibsocialweb: convert GenericArray to LinkedHashSet
2011-04-05 Alban Crequylibsocialweb: prepare code to receive several urls...
2011-04-05 Alban Crequylibsocialweb: create a separate library folks-libsocialweb
2011-04-05 Alban Crequylibsocialweb: Don't crash when D-Bus method Query.OpenV...
2011-04-05 Marco Barisionelibsocialweb: Print debugging info after initializing...
2011-04-05 Marco Barisionelibsocialweb: Automatically merge Facebook XMPP contact...
2011-04-05 Marco Barisionelibsocialweb: Make Sw.Persona retrieve gender and URLs...
2011-04-05 Marco Barisionelibsocialweb: Make Sw.Persona implement the NameDetails...
2011-04-05 Marco Barisionelibsocialweb: add new backend
2011-04-04 Raul Gutierrez SegalesFix make distcheck by including tracker files in EXTRA_DIST
2011-04-02 Travis ReitterMake Folks.PersonaStore.detail_key() static.
2011-04-01 Raul Gutierrez SegalesImplemented linkable_property_to_links in Trf.Persona
2011-03-31 Raul Gutierrez SegalesAdd write support for Tracker
2011-03-31 Raul Gutierrez SegalesAccess detail_key via `this` since its an instance...
2011-03-31 Raul Gutierrez SegalesUpdate Kf.PersonaStore.add_persona_from_details to...
2011-03-29 Philip WithnallBug 645680 — Use random integer IDs for Kf.Personas
2011-03-25 Travis ReitterDistribute (but not install) internal .gir and .vapi...
2011-03-25 Travis ReitterCut unused automake variables.
2011-03-23 Travis ReitterDisconnect from 'invalidated' on proxies we abandon.
2011-03-21 Raul Gutierrez SegalesInitial implementation of the tracker backend
2011-03-11 Travis ReitterRename PresenceOwner -> PresenceDetails
2011-03-11 Travis ReitterRename IMable -> ImDetails
2011-03-11 Travis ReitterRename Groupable -> GroupDetails
2011-03-11 Travis ReitterRename Favouritable -> FavouriteDetails
2011-03-11 Travis ReitterRename AvatarOwner -> AvatarDetails
2011-03-11 Travis ReitterRename Aliasable -> AliasDetails
2011-02-27 Philip WithnallBug 642861 — FolksLinkedHashSet still alive when exitin...
2011-02-27 Philip WithnallBug 642866 — tp-lowlevel leaks TpChannel
2011-02-14 Philip WithnallRemove support for building with Vala < 0.11
2011-02-14 Philip WithnallFix the documentation version tags
2011-02-14 Philip WithnallBug 642036 — No way to pass a message when adding a...
2011-02-06 Philip WithnallBug 640901 — Allow to determine whether a Tpf.Persona...
2011-02-04 Travis ReitterRevert "For Vala 0.12, don't use deprecated string...
2011-02-03 Travis ReitterFor Vala 0.12, don't use deprecated string.to_int().
2011-01-31 Travis ReitterRename HasPresence -> PresenceOwner.
2011-01-31 Travis ReitterRename HasAvatar -> AvatarOwner.
2011-01-18 Eitan IsaacsonModified backends to use LinkedHashSet in IMable.im_add...
2011-01-13 Travis ReitterFix dependencies for internal g-i files.
2011-01-12 Travis ReitterDistribute sources for generated files.
2011-01-12 Travis ReitterDefine the Telepathy BACKEND_NAME directly.
2011-01-06 Travis ReitterPin backends' names to global BACKEND_NAME to reduce...
2011-01-06 Travis ReitterMake the backends' log domains match their type_id.
2011-01-03 Travis ReitterDon't use a magic string in the Tp backend.
2010-12-30 Travis ReitterRefer to non-local variables and methods with full...
2010-12-30 Travis ReitterCut unnecessary casting.
2010-12-30 Travis ReitterMaximize use of 'unowned' keyword.
2010-12-30 Travis ReitterMaximize use of the 'var' keyword.
2010-12-30 Travis ReitterEnsure private and internal methods begin with a _
2010-12-30 Travis ReitterEnsure private and internal data members begin with a _
2010-12-17 Philip WithnallBug 637240 — libfolks-telepathy.so exports private...
2010-12-13 Philip WithnallBug 636714 — Assertion failure on invalid IM address
2010-12-13 Philip WithnallDon't trust personas from IRC
2010-12-12 Philip WithnallRename the Favourite interface to Favouritable
2010-12-12 Philip WithnallRename the Presence interface to HasPresence
2010-12-12 Philip WithnallRename the Avatar interface to HasAvatar
2010-12-12 Philip WithnallAdd missing documentation for method parameters
2010-11-27 Philip WithnallBug 635703 – Leak in connection_get_requestable_channel...
2010-11-27 Philip WithnallFix return types and documentation for a tp-lowlevel...
2010-11-18 Philip WithnallFix leak in tp-lowlevel.c
2010-11-14 Travis ReitterEnsure vapi files have an appropriate age.
2010-11-13 Philip WithnallFix notification order in backends
2010-11-13 Philip WithnallRemove the exception from Tpf.Persona's constructor
2010-11-13 Philip WithnallHide setter for Persona.linkable_properties
2010-11-13 Philip WithnallHide setter for Backend.persona_stores
2010-11-13 Philip WithnallHide setter for Backend.name
2010-11-13 Philip WithnallHide setters for PersonaStore.type_id, .display_name...
2010-11-13 Philip WithnallEnsure we use string's byte length in both Vala 0.10...
2010-11-11 Travis ReitterUn-break distclean for the Telepathy backend
2010-11-11 Travis ReitterSimplify the Telepathy backend Makefile.
next