summaryrefslogtreecommitdiff
path: root/src/mcd-account.c
Commit message (Expand)AuthorAgeFilesLines
* Account: don't crash on Get('Parameters') if _dup_parameters failstelepathy-mission-control-5.10Will Thompson2012-02-211-0/+17
* 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
| * _mcd_account_connect_with_auto_presence: take a parameter for user-initiated ...Simon McVittie2011-05-191-4/+5
* | We need to propagate nickname changes that occurred "behind our back" tooVivek Dasmohapatra2011-05-201-1/+4
* | Don't leak the initial "offline" account status nameVivek Dasmohapatra2011-05-201-1/+1
|/
* Make an extra round trip to re-store the value, as this will trigger any impo...Vivek Dasmohapatra2011-05-061-1/+10
* Deleted parameters aren't stored, so there's no meaningful test to be done hereVivek Dasmohapatra2011-05-061-11/+2
* Force Account.Removed to be emitted when the account is, well, removed.Vivek Dasmohapatra2011-04-051-0/+11
* Expose the new always-dispatchable info to internal callersVivek Dasmohapatra2011-04-051-0/+8
* New flag for accounts to indicate their channels must always be dispatchedVivek Dasmohapatra2011-04-051-0/+6
* The account is passed as the object, not the user_dataSjoerd Simons2011-03-091-1/+1
* Merge branch 'cull-stats-interface'Vivek Dasmohapatra2011-03-091-3/+0
|\
| * Delete the account stats interface, we don't need it any moreVivek Dasmohapatra2011-02-161-3/+0
* | Preserve deleted account while calling IdentifyWill Thompson2011-02-231-6/+9
* | Emit PropertiesChanged for PasswordSaved signalDanielle Madeley2011-02-231-1/+13
* | Implement PasswordSavedDanielle Madeley2011-02-231-1/+120
* | Call CM.I.AS.RemoveAccount() when the account is deletedDanielle Madeley2011-02-231-0/+44
* | Implement ForgetPassword()Danielle Madeley2011-02-221-0/+83
* | Build client bindings for CM.I.ASDanielle Madeley2011-02-221-0/+15
* | Hook up skeleton Acct.I.EPS in McdAccountDanielle Madeley2011-02-221-0/+30
* | check_one_parameter_unset: fix conditional's indentationWill Thompson2011-02-211-1/+1
* | UpdateParameters(): allow unsetting nonexistant parametersWill Thompson2011-02-211-9/+6
* | UpdateParameters(): clarify releasing memory.Will Thompson2011-02-211-23/+14
* | Update copyright for files touched by this branchWill Thompson2011-02-211-5/+2
* | UpdateParameters: break apart check_parameter_update()Will Thompson2011-02-181-86/+86
* | UpdateParameters: check for setting parameters to their defaultWill Thompson2011-02-181-10/+30
* | UpdateParameters: consolidate post-validation codeWill Thompson2011-02-181-26/+21
* | UpdateParameters: clean up freeing Not_Yet arrayWill Thompson2011-02-181-13/+3