summaryrefslogtreecommitdiff
path: root/src/mcd-account.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Build on systems without gettextAlvaro Soliverez1-1/+0
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-3/+3
2011-11-03Account: only set ChangingPresence if we actually areWill Thompson1-5/+10
2011-09-28Account: reconnect if RequestedPresence is not offlineWill Thompson1-2/+6
2011-09-28Account: when reconnecting, use RequestedPresence if possibleWill Thompson1-6/+13
2011-09-28Account: add would_like_to_connect method.Will Thompson1-20/+43
2011-09-28Account: unduplicate get_requested_presence methodWill Thompson1-18/+0
2011-09-28Account: refactor re-requesting RequestedPresence.Will Thompson1-10/+21
2011-09-28Account: remove _get_online_requests.Will Thompson1-8/+5
2011-09-28Account: static-ify _online_request_completedWill Thompson1-1/+1
2011-09-07mcd-account: use proper gboolean rather than 1 bit to store boolean propertiesGuillaume Desmottes1-7/+7
2011-09-01Remove Account.Interface.ChannelRequestsWill Thompson1-3/+0
2011-09-01Remove libmcclientWill Thompson1-4/+3
2011-08-31Remove Compat.Profile supportWill Thompson1-2/+0
2011-08-25Test invalid or ill-typed parameters for new accountsWill Thompson1-2/+2
2011-08-25Include CM name when protocol doesn't existWill Thompson1-1/+8
2011-08-25Account: use NotImplemented for nonexistant cm/protocolsWill Thompson1-4/+4
2011-08-25mcd_account_check_validity: report a GError for invalid accountsWill Thompson1-4/+4
2011-08-25Account: internally track validity as a GErrorWill Thompson1-11/+29
2011-08-25mcd_account_check_parameters: give callback a GErrorWill Thompson1-12/+22
2011-08-24McdAccount: use mcd_account_is_valid internally tooWill Thompson1-9/+8
2011-05-20Merge branch '58-user-initiated' into telepathy-mission-control-5.8Simon McVittie1-42/+51
2011-05-20We need to propagate nickname changes that occurred "behind our back" tooVivek Dasmohapatra1-1/+4
2011-05-20Don't leak the initial "offline" account status nameVivek Dasmohapatra1-1/+1
2011-05-19_mcd_account_connection_begin: take a flag for user-initiatednessSimon McVittie1-2/+4
2011-05-19mcd_account_request_presence_int: take a flag for user-initiatednessSimon McVittie1-12/+21
2011-05-19mcd_account_request_presence_int: emit RequestedPresence directlySimon McVittie1-26/+23
2011-05-19_mcd_account_connect_with_auto_presence: take a parameter for user-initiated ...Simon McVittie1-4/+5
2011-05-06Make an extra round trip to re-store the value, as this will trigger any impo...Vivek Dasmohapatra1-1/+10
2011-05-06Deleted parameters aren't stored, so there's no meaningful test to be done hereVivek Dasmohapatra1-11/+2
2011-04-05Force Account.Removed to be emitted when the account is, well, removed.Vivek Dasmohapatra1-0/+11
2011-04-05Expose the new always-dispatchable info to internal callersVivek Dasmohapatra1-0/+8
2011-04-05New flag for accounts to indicate their channels must always be dispatchedVivek Dasmohapatra1-0/+6
2011-03-09The account is passed as the object, not the user_dataSjoerd Simons1-1/+1
2011-03-09Merge branch 'cull-stats-interface'Vivek Dasmohapatra1-3/+0
2011-02-23Preserve deleted account while calling IdentifyWill Thompson1-6/+9
2011-02-23Emit PropertiesChanged for PasswordSaved signalDanielle Madeley1-1/+13
2011-02-23Implement PasswordSavedDanielle Madeley1-1/+120
2011-02-23Call CM.I.AS.RemoveAccount() when the account is deletedDanielle Madeley1-0/+44
2011-02-22Implement ForgetPassword()Danielle Madeley1-0/+83
2011-02-22Build client bindings for CM.I.ASDanielle Madeley1-0/+15
2011-02-22Hook up skeleton Acct.I.EPS in McdAccountDanielle Madeley1-0/+30
2011-02-21check_one_parameter_unset: fix conditional's indentationWill Thompson1-1/+1
2011-02-21UpdateParameters(): allow unsetting nonexistant parametersWill Thompson1-9/+6
2011-02-21UpdateParameters(): clarify releasing memory.Will Thompson1-23/+14
2011-02-21Update copyright for files touched by this branchWill Thompson1-5/+2
2011-02-18UpdateParameters: break apart check_parameter_update()Will Thompson1-86/+86
2011-02-18UpdateParameters: check for setting parameters to their defaultWill Thompson1-10/+30
2011-02-18UpdateParameters: consolidate post-validation codeWill Thompson1-26/+21
2011-02-18UpdateParameters: clean up freeing Not_Yet arrayWill Thompson1-13/+3