summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2010-08-30Clear the stored list if it's invalidated.Travis Reitter1-0/+2
2010-08-30Ensure existing Kf.Personas aren't overwritten when choosing new group namesPhilip Withnall1-2/+9
2010-08-30Add extra debug messages to the key-file backendPhilip Withnall2-3/+13
2010-08-30Remove unused declaration from tp-lowlevel.hPhilip Withnall1-2/+1
2010-08-27tp-lowlevel doesn't actually depend upon the Gee introspection fileTravis Reitter1-1/+1
2010-08-27Fix symbol version numbersPhilip Withnall1-1/+1
2010-08-26Move the folks-telepathy library to a "lib" subdir of backends/telepathyPhilip Withnall10-164/+193
2010-08-26Don't use BUILT_SOURCES in makefilesPhilip Withnall2-23/+17
2010-08-26Fix groups signal emissions in Tpf.PersonaPhilip Withnall1-3/+8
2010-08-26Add a missing yield to make group changes async in the telepathy backendPhilip Withnall1-2/+3
2010-08-26Add alias support to the key-file backendPhilip Withnall1-1/+30
2010-08-26Fall back to the display ID for TpfPersonas with empty aliasesPhilip Withnall1-2/+5
2010-08-20Make gobject-introspection a hard requirement.Travis Reitter1-2/+0
2010-08-20Ensure the IMable.im_addresses property does not contain duplicatesPhilip Withnall1-2/+12
2010-08-19Bug 627314 — folks cannot be install in gentoo sandboxMaciej Piechotka1-1/+1
2010-08-18Make the 'Group invalidated' warning a debug statement.Travis Reitter1-1/+1
2010-08-17Fix calls to deprecated Gee.Map.remove()Travis Reitter1-6/+6
2010-08-17Update object ownership in the Telepathy backend for the new tp-lowlevel owne...Travis Reitter1-4/+3
2010-08-17Don't free the return value of transfer-full TpLowlevel functions.Travis Reitter1-12/+3
2010-08-17Build tp-lowlevel via gobject-introspectionTravis Reitter2-29/+25
2010-08-17Add gobject-introspection annotations to tp-lowlevelTravis Reitter2-5/+69
2010-08-17use debug() when failing to get a contact list channelGuillaume Desmottes1-3/+1
2010-08-10Signal the removal of personas from the Kf.PersonaStorePhilip Withnall1-0/+5
2010-08-10Improve the IDs stored in the key filePhilip Withnall2-10/+11
2010-08-10Update folks-telepathy pkg-config files.Travis Reitter2-2/+2
2010-08-10Catch up with the new location for the telepathy-glib.vapi bindings file.Travis Reitter1-8/+5
2010-08-09Don't warn if the 'stored' channel doesn't exist.Travis Reitter1-1/+3
2010-08-09Implement the IMable interface on TpfPersonaPhilip Withnall1-1/+24
2010-08-09Take "im-addresses" as the parameter for a new Kf.PersonaPhilip Withnall2-20/+19
2010-08-09Use autogenerated numeric IDs for key file groupsPhilip Withnall1-3/+6
2010-08-04Add a display-name property to PersonaStoreTravis Reitter2-0/+13
2010-08-03Add the display-id property to Persona.Travis Reitter2-2/+7
2010-08-03Allow specifying the key file to load via an environment variablePhilip Withnall1-3/+17
2010-08-03Tidy up UIDs and IIDs in the backendsPhilip Withnall2-14/+14
2010-08-03Add linking support to the IndividualAggregatorPhilip Withnall1-0/+25
2010-08-03Add a key-file backendPhilip Withnall8-3/+573
2010-08-03Add PersonaStore trust levelsPhilip Withnall1-0/+7
2010-08-03Don't warn when adding an existing contact.Philip Withnall1-2/+4
2010-08-02Version the installed backends using the LT current version numberPhilip Withnall1-1/+1
2010-08-02Handle connections which are ready as soon as they're connectedPhilip Withnall1-14/+23
2010-08-02Add some more debug output to the Telepathy backendPhilip Withnall2-0/+27
2010-08-02Don't log errors in tp-lowlevel functions if they return a GErrorPhilip Withnall1-3/+0
2010-07-28Use g_message() in tp-lowlevel rather than g_warning()Philip Withnall1-10/+10
2010-07-28Add debug flags supportPhilip Withnall1-0/+1
2010-07-27Ensure all methods that should be async are, to get API breaking out of the way.FOLKS_0_1_11Travis Reitter1-1/+1
2010-07-26Merge remote branch 'pwith/offline-fixes' into prep-0.1.11Travis Reitter2-2/+14
2010-07-26Make remove_persona() and remove_individual() asyncPhilip Withnall2-16/+8
2010-07-22Reset the TpfPersonaStore state when going offlinePhilip Withnall1-1/+13
2010-07-22Don't hold a reference to the Account when iterating through an Account listPhilip Withnall1-1/+1
2010-07-22Don't emit "group invalidated" warnings when disconnectingPhilip Withnall1-2/+9