Bug 653619 — Add company details
[platform/upstream/folks.git] / backends / telepathy /
2011-08-03 Philip WithnallBug 649296 — Folks backend files shouldn't begin with...
2011-07-27 Philip WithnallBug 652643 — Add PersonaStore cache
2011-07-25 Philip WithnallUnset the self-contact on Tpf.PersonaStore when resetti...
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-20 Philip WithnallFix visibility of TpfPersona.avatar and SwfPersona...
2011-07-20 Philip WithnallBug 650422 — Add API for easily checking whether detail...
2011-06-23 Travis ReitterProperly disconnect the logger::invalidated handler.
2011-06-23 Travis ReitterPort Tpf.Logger to GDBus.
2011-06-23 Travis ReitterFactor out Tpf.Logger.prepare() from its constructor.
2011-06-23 Travis ReitterUse the GLib definition of Error instead of DBus.Error.
2011-06-23 Travis ReitterUse the GLib definition for Object.
2011-06-23 Travis ReitterUse the GLib definition for ObjectPath.
2011-06-23 Travis ReitterDon't build dbus-glib into Telepathy backend.
2011-06-23 Philip WithnallBug 652472 — Handle failure in getting the logger servi...
2011-06-22 Philip WithnallBug 648071 — Add support for presence status from Telepathy
2011-06-21 Travis ReitterDon't add null Personas in personas-changed signal...
2011-06-18 Philip WithnallBug 652463 — Tidy up CLEANFILES
2011-06-09 Travis ReitterHandle ownership of TpContact.connection automatically.
2011-06-01 Travis ReitterDon't re-build the vapi files unless we've been configu...
2011-05-13 Travis ReitterGenerate backend library headers in folks/ subdirs.
2011-05-10 Alexander LarssonEnsure includes are done with <folks/*.h>
2011-05-02 Philip WithnallAllow printing out status information at runtime
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-26 Philip WithnallTidy up channel signal disconnections in Tpf.PersonaStore
2011-04-26 Philip WithnallAdd a missing signal disconnection to Tp.Backend
2011-04-23 Philip WithnallChange PersonaStore.personas to be a Map<string, Persona>
2011-04-23 Philip WithnallFix a race condition in Tpf.PersonaStore
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 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 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-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-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 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-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 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-11 Travis ReitterUn-break distclean for the Telepathy backend
2010-11-11 Travis ReitterSimplify the Telepathy backend Makefile.
2010-11-10 Travis ReitterFix the distribution and cleanfile status of the tp...
2010-11-10 Travis ReitterDistribute the generated tp-backend vapi files.
2010-11-10 Travis ReitterDepend upon the Telepathy backend stamp files.
2010-11-05 Travis ReitterAlways explicitly iterate through a HashMap's keys...
2010-11-04 Travis ReitterDon't try to (invalidly) import an enum.
2010-11-04 Philip WithnallMark strings for translation and improve string formatt...
2010-11-04 Travis ReitterMake BackendStore.load_backends() unload disabled backends.
2010-10-22 Travis ReitterRemove bogus 'weak' modifier for uints in Tp callbacks.
2010-10-20 Travis ReitterPut more files in CLEANFILES as appropriate.
2010-10-19 Travis ReitterUse automake's Vala support to build libfolks-telepathy.
2010-10-13 Travis ReitterAdd the PersonaStore:can-group-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-alias-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-remove-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-add-personas property.
2010-10-06 Jonny Lambtpf-persona-store: add the client types feature to...
2010-10-06 Travis ReitterReact to alias changes coming from Telepathy. Fixes...
2010-10-01 Travis ReitterFetch TpContact avatar information upon creation.
2010-09-30 Travis ReitterFetch capabilities when we create TpContacts.
next