summaryrefslogtreecommitdiff
path: root/src/mcd-account.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Remove the remains of McdTransportPluginSimon McVittie1-1/+0
2013-09-04_mcd_master_account_replace_transport: inline into caller and simplifySimon McVittie1-6/+13
2013-09-04McdAccount: respond to connectivity status changesSimon McVittie1-0/+28
2013-09-04Move "waiting for connectivity" functionality into McdAccountSimon McVittie1-0/+40
2013-09-04McdAccount: have a reference to the connectivity monitorSimon McVittie1-1/+31
2013-09-04Remove the concept of binding accounts to transportsSimon McVittie1-52/+2
2013-02-13Merge branch 'altered-one-54780'Simon McVittie1-90/+185
2013-02-13Merge branch 'typed-settings-54872'Simon McVittie1-65/+45
2013-01-09Communicate the detailed error from McdConnection to McdAccountSimon McVittie1-8/+2
2013-01-09Remove McdAccount::connection-status-changed signalSimon McVittie1-17/+0
2012-10-09mcd_account_self_contact_changed_cb: ignore no-op changesSimon McVittie1-5/+5
2012-10-09mcd_account_process_initial_avatar_token: don't take self_contact argumentSimon McVittie1-6/+10
2012-10-09Ignore changes to the avatar of former self-contactsSimon McVittie1-2/+8
2012-10-09Implement Set("Nickname", "") by using the normalized name insteadSimon McVittie1-0/+23
2012-10-09Downgrade failure to prepare self-contact from WARNING to DEBUGSimon McVittie1-1/+1
2012-10-09Downgrade failure to set alias/avatar from WARNING to DEBUGSimon McVittie1-3/+3
2012-10-09Track Avatars using McdAccount, and use the self-contact for itSimon McVittie1-5/+229
2012-10-09McdAccount: cope with self-contact changes; follow the self-contactSimon McVittie1-14/+39
2012-10-09Don't set the nickname to the normalized name on connectSimon McVittie1-3/+17
2012-10-09McdAccount: take responsibility for setting the nicknameSimon McVittie1-18/+107
2012-10-09McdAccount: store the self-contactSimon McVittie1-4/+7
2012-10-08replace sealed struct members with getters and use TpProtocolSimon McVittie1-37/+61
2012-09-12McdAccount: store automatic presence as a single attributeSimon McVittie1-29/+63
2012-09-12McdAccount: consolidate AutomaticPresence settingSimon McVittie1-27/+15
2012-09-12McdAccount: add a way to tell property setters that storage has already been ...Simon McVittie1-29/+76
2012-09-12mcd_account_altered_by_plugin: get the new value from the McdStorageSimon McVittie1-20/+45
2012-09-10Consistently use the constants from mcd-account-config.hSimon McVittie1-9/+11
2012-09-10Rename MC_ACCOUNTS_KEY_ALIAS to MC_ACCOUNTS_KEY_NICKNAMESimon McVittie1-4/+6
2012-09-10McdStorage: distinguish between parameters and attributesSimon McVittie1-52/+29
2012-09-10McpAccountStorage: improve documentationSimon McVittie1-2/+2
2012-09-07mcd_account_property_changed: rename to mcd_account_altered_by_pluginSimon McVittie1-7/+12
2012-09-07mcd_storage_dup_value: alter signature, rename to mcd_storage_get_valueSimon McVittie1-32/+15
2012-09-07mcd_storage_has_value: remove, no longer neededSimon McVittie1-21/+12
2012-09-07mcd_storage_dup_value: don't return non-NULL with error setSimon McVittie1-10/+2
2012-09-07McdAccount: migrate avatars to a XDG pathSimon McVittie1-43/+285
2012-09-07Don't generate code for Account.I.Addressing, use telepathy-glib'sSimon McVittie1-2/+2
2012-09-07Use G_VALUE_INIT instead of { 0 }Simon McVittie1-19/+19
2012-09-06Merge branch 'telepathy-mission-control-5.12'Simon McVittie1-3/+15
2012-09-06Migrate from Butterfly to Haze even if Butterfly is no longer installedSimon McVittie1-3/+15
2012-09-05McdAccount: factor out code to reconnectXavier Claessens1-8/+15
2012-08-28McdStorage: remove _mcd_storage_store_connectionsSimon McVittie1-3/+14
2012-07-23CreateAccount: make possible to select a desired storageXavier Claessens1-1/+22
2012-07-19Do not change RequestedPresence when disabling the accountXavier Claessens1-4/+5
2012-05-14Use telepathy-glib meta-headersSimon McVittie1-6/+1
2012-05-14mcd_account_connection_ready_cb: use self-contact for normalized nameSimon McVittie1-35/+10
2012-05-08Account, AccountManager: remove various unused methodsSimon McVittie1-52/+1
2012-05-08Remove unused support for a magical auto-away flag set by embeddersSimon McVittie1-14/+0
2012-05-08Remove non-standard Compat interfaceSimon McVittie1-5/+3
2012-05-08Use the GObject 2.30 generic marshallerSimon McVittie1-2/+1
2012-05-08Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-26/+26