summaryrefslogtreecommitdiff
path: root/src/mcd-account.c
Commit message (Expand)AuthorAgeFilesLines
* Flag printf-ish functions with G_GNUC_PRINTF and fix resulting warningstelepathy-mission-control-5.14Simon McVittie2013-11-181-1/+1
* McdAccount: migrate avatars to a XDG pathSimon McVittie2012-09-071-43/+285
* Don't generate code for Account.I.Addressing, use telepathy-glib'sSimon McVittie2012-09-071-2/+2
* Use G_VALUE_INIT instead of { 0 }Simon McVittie2012-09-071-19/+19
* Merge branch 'telepathy-mission-control-5.12'Simon McVittie2012-09-061-3/+15
|\
| * Migrate from Butterfly to Haze even if Butterfly is no longer installedSimon McVittie2012-09-061-3/+15
* | McdAccount: factor out code to reconnectXavier Claessens2012-09-051-8/+15
* | McdStorage: remove _mcd_storage_store_connectionsSimon McVittie2012-08-281-3/+14
* | CreateAccount: make possible to select a desired storageXavier Claessens2012-07-231-1/+22
* | Do not change RequestedPresence when disabling the accountXavier Claessens2012-07-191-4/+5
* | Use telepathy-glib meta-headersSimon McVittie2012-05-141-6/+1
* | mcd_account_connection_ready_cb: use self-contact for normalized nameSimon McVittie2012-05-141-35/+10
* | Account, AccountManager: remove various unused methodsSimon McVittie2012-05-081-52/+1
* | Remove unused support for a magical auto-away flag set by embeddersSimon McVittie2012-05-081-14/+0
* | Remove non-standard Compat interfaceSimon McVittie2012-05-081-5/+3
* | Use the GObject 2.30 generic marshallerSimon McVittie2012-05-081-2/+1
* | Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie2012-05-081-26/+26
|/
* Merge branch 'telepathy-mission-control-5.10'Will Thompson2012-02-211-0/+17
|\
| * Account: don't crash on Get('Parameters') if _dup_parameters failstelepathy-mission-control-5.10Will Thompson2012-02-211-0/+17
* | Merge branch 'butterfly-migration-42814'Simon McVittie2012-02-201-2/+95
|\ \
| * | Set the Supersedes property on migrated Butterfly accountsSimon McVittie2012-02-141-0/+6
| * | Account.Supersedes: addSimon McVittie2012-02-141-1/+64
| * | add mcd_account_dup_icon() and mcd_account_dup_nickname()Guillaume Desmottes2011-11-111-0/+16
| * | export mcd_account_get_parameter()Guillaume Desmottes2011-11-111-1/+1
| * | add mcd_account_dup_display_name()Guillaume Desmottes2011-11-111-0/+8
| |/
* | Build on systems without gettextAlvaro Soliverez2011-11-211-1/+0
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-3/+3
|/
* Account: only set ChangingPresence if we actually areWill Thompson2011-11-031-5/+10
* Account: reconnect if RequestedPresence is not offlineWill Thompson2011-09-281-2/+6
* Account: when reconnecting, use RequestedPresence if possibleWill Thompson2011-09-281-6/+13
* Account: add would_like_to_connect method.Will Thompson2011-09-281-20/+43
* Account: unduplicate get_requested_presence methodWill Thompson2011-09-281-18/+0
* Account: refactor re-requesting RequestedPresence.Will Thompson2011-09-281-10/+21
* Account: remove _get_online_requests.Will Thompson2011-09-281-8/+5
* Account: static-ify _online_request_completedWill Thompson2011-09-281-1/+1
* mcd-account: use proper gboolean rather than 1 bit to store boolean propertiesGuillaume Desmottes2011-09-071-7/+7
* Remove Account.Interface.ChannelRequestsWill Thompson2011-09-011-3/+0
* Remove libmcclientWill Thompson2011-09-011-4/+3
* Remove Compat.Profile supportWill Thompson2011-08-311-2/+0
* Test invalid or ill-typed parameters for new accountsWill Thompson2011-08-251-2/+2
* Include CM name when protocol doesn't existWill Thompson2011-08-251-1/+8
* Account: use NotImplemented for nonexistant cm/protocolsWill Thompson2011-08-251-4/+4
* mcd_account_check_validity: report a GError for invalid accountsWill Thompson2011-08-251-4/+4
* Account: internally track validity as a GErrorWill Thompson2011-08-251-11/+29
* mcd_account_check_parameters: give callback a GErrorWill Thompson2011-08-251-12/+22
* McdAccount: use mcd_account_is_valid internally tooWill Thompson2011-08-241-9/+8
* Merge branch '58-user-initiated' into telepathy-mission-control-5.8Simon McVittie2011-05-201-42/+51
|\
| * _mcd_account_connection_begin: take a flag for user-initiatednessSimon McVittie2011-05-191-2/+4
| * mcd_account_request_presence_int: take a flag for user-initiatednessSimon McVittie2011-05-191-12/+21
| * mcd_account_request_presence_int: emit RequestedPresence directlySimon McVittie2011-05-191-26/+23