summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stop calling tp_dbus_properties_mixin_class_init()nextGuillaume Desmottes2014-05-162-2/+0
* Stop putting TpDBusPropertiesMixinClass in class structsSimon McVittie2014-05-073-29/+12
* Rewrite the protocol name for local-xmpp accounts created by Telepathy1Simon McVittie2014-04-081-0/+12
* Stop using tp_dbus_properties_mixin_iface_init which has been removedSimon McVittie2014-04-082-6/+2
* McpRequest: use GVariant for the requested propertiesSimon McVittie2014-04-081-6/+2
* McpDispatchOperation: use GVariant for the channel's propertiesSimon McVittie2014-04-081-16/+2
* McpAccountStorage: use GVariant instead of dbus-glib typesSimon McVittie2014-04-081-11/+9
* change terminology from "handle type" to "entity type"Simon McVittie2014-04-082-7/+7
* Adapt for removal of tp_connection_manager_param_get_defaultSimon McVittie2014-04-081-2/+19
* Remove references to TpDBusDaemonSimon McVittie2014-04-0110-123/+43
* McdManager: use tp_client_factory_ensure_connection_managerSimon McVittie2014-04-011-3/+2
* McdClientRegistry: stop having a TpDBusDaemonSimon McVittie2014-04-014-36/+14
* McdClientRegistry: use GDBus to call ListNames, ListActivatableNamesSimon McVittie2014-04-011-27/+57
* McdHandlerMap: have a TpClientFactory instead of a TpDBusDaemonSimon McVittie2014-04-013-18/+19
* McdClientProxy: have a factorySimon McVittie2014-04-013-4/+6
* McdClientRegistry: have a TpClientFactorySimon McVittie2014-04-013-8/+32
* Pass TpClientFactory to McdDispatcherSimon McVittie2014-04-013-9/+28
* McdAccount: have a construct-only factory and demote dbus-daemon to readableSimon McVittie2014-04-011-6/+20
* mcd_account_manager_get_dbus_daemon: replace with mcd_account_manager_get_fac...Simon McVittie2014-04-013-12/+8
* McdMaster: take a TpClientFactory at construct-timeSimon McVittie2014-04-012-7/+22
* McdAccountManager: replace tp_list_connection_names with direct GDBus callsSimon McVittie2014-03-271-24/+46
* McdHandlerMap: add some assertions for claritySimon McVittie2014-03-271-0/+17
* McdHandlerMap: use g_bus_watch_name_on_connectionSimon McVittie2014-03-271-61/+46
* McdClient: replace tp_dbus_daemon_watch_name_owner with g_bus_watch_name_on_c...Simon McVittie2014-03-271-13/+29
* McdDispatchOperation: don't run approvers if we already have a resultSimon McVittie2014-03-271-10/+11
* McdStorage: rewrite unique_name to avoid dbus_g_connection_lookup_g_objectSimon McVittie2014-03-271-12/+4
* McdMaster: don't force exit-on-disconnect onSimon McVittie2014-03-271-5/+0
* McdConnection: rewrite translate_g_error() using g_dbus_error_encode_gerror()Simon McVittie2014-03-271-31/+5
* McdConnection: tp_connection_init_known_interfaces() no longer existsSimon McVittie2014-03-271-2/+0
* McdConnection: use g_dbus_connection_call() for simple Disconnect callSimon McVittie2014-03-271-7/+3
* Use tp_dbus_daemon_register_object to register object pathsSimon McVittie2014-03-274-27/+10
* Use g_dbus_method_invocation_get_senderSimon McVittie2014-03-272-8/+5
* McdClientRegistry: use GDBus to watch for NameOwnerChangedSimon McVittie2014-03-271-62/+27
* Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerrorSimon McVittie2014-03-276-22/+22
* replace DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie2014-03-2710-40/+40
* McdAccount: reinstate avatar-migration code, considerably simplifiedSimon McVittie2014-03-271-120/+73
* mcd_account_delete_async: remove #if 0 code to delete old account storageSimon McVittie2014-03-271-30/+0
* McdAccountManagerDefault: copy accounts from Telepathy 0 on first runSimon McVittie2014-03-271-29/+148
* Change plugin directory to avoid collision with MC 5Simon McVittie2014-03-271-1/+1
* Zero-initialize McdLoadAccountsDatatelepathy-mission-control-5.99.8Simon McVittie2014-03-191-1/+1
* Merge branch 'master' into nextSimon McVittie2014-03-193-120/+272
|\
| * McdAccount: Set "account-path-suffix" parameter on CMs that support itXavier Claessens2014-02-171-0/+10
| * McdStorage: watch and proxy plugins' change-notification signalsSimon McVittie2014-02-062-119/+206
| * McdAccountManager: if an account is async-added during setup, wait for itSimon McVittie2014-02-061-0/+10
| * McdAccountManager: ref the objects in McdLoadAccountsDataSimon McVittie2014-02-061-3/+7
| * mcd_keyfile_get_variant: add support for int16, uint16Simon McVittie2014-02-061-0/+45
| * mcd_storage_maybe_migrate_parameters: fix error handlingSimon McVittie2014-02-061-5/+1
* | Merge commit '553acd80fac93fb21c28cb51f00c9c51045c9921' into nextSimon McVittie2014-03-1916-850/+633
|\ \ | |/
| * Opportunistically migrate accounts from untyped to typed ParametersSimon McVittie2014-02-043-3/+161
| * _mcd_account_reconnect: if the account isn't valid, just disconnectSimon McVittie2014-02-041-20/+16