summaryrefslogtreecommitdiff
path: root/src/mcd-account.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Reset the transport when disconnected.Alberto Mardegan1-0/+1
2009-06-11McdAccount: use MC_STRUCT_TYPE_AVATAR instead of reinventing itSimon McVittie1-6/+1
2009-06-11mc_param_type: fd.o #21377: add support for double, object path, and 64-bit intsSimon McVittie1-0/+16
2009-06-11McdAccount: fd.o #21377: add support for deserializing doubles and object pathsSimon McVittie1-0/+22
2009-06-11McdAccount: don't truncate to the range of gint when deserializing int64, uin...Simon McVittie1-16/+38
2009-06-11McdAccount: fd.o #21377: add support for serializing bytes, 64-bit integers, ...Simon McVittie1-2/+37
2009-06-11McdAccount: serialize uint32 values larger than G_MAXINT correctlySimon McVittie1-3/+8
2009-06-11McdAccount: value_is_same: add support for object path and GStrv valuesSimon McVittie1-3/+36
2009-06-11McdAccount: value_is_same(): add support for double valuesSimon McVittie1-0/+5
2009-06-05McdAccount: remove temporary_presence indicatorSimon McVittie1-3/+0
2009-06-05mcd_account_request_presence_int: allow same presence to be re-requestedSimon McVittie1-4/+2
2009-06-03McdAccount, McdConnection: push new avatars into the connection via a method ...Simon McVittie1-12/+6
2009-06-02_mcd_account_get_avatar: don't segfault on NULL out-parametersSimon McVittie1-3/+8
2009-06-01McdAccount, McdConnection: move responsibility for calling InspectHandles fro...Simon McVittie1-0/+38
2009-06-01McdAccount: note that our logic for the nickname is inconsistentSimon McVittie1-0/+5
2009-06-01McdAccount, McdConnection: transfer remote nickname changes from C to A via a...Simon McVittie1-2/+8
2009-06-01McdAccount: push nickname into McdConnection via a method call rather than a ...Simon McVittie1-11/+41
2009-05-18Support parameter with longer namesAlberto Mardegan1-1/+1
2009-05-14_mcd_account_delete: return successfully if the account wasn't in the key fileSimon McVittie1-5/+15
2009-05-14McdAccount: emit removed in dispose if it hasn't already been doneSimon McVittie1-3/+18
2009-05-14fd.o #20880: McdAccount: register_dbus_service: be more defensiveSimon McVittie1-7/+24
2009-05-14fd.o #20880: mcd_account_loaded: ref the account across callbacksSimon McVittie1-0/+2
2009-05-14McdAccount: improve debug messagesSimon McVittie1-2/+4
2009-05-12Merge branch 'internalize'Simon McVittie1-3/+0
2009-05-11Delete now-empty header filesSimon McVittie1-3/+0
2009-05-08Catch up with copyright updates on src/Simon McVittie1-1/+2
2009-05-06fd.o #21154: McdAccount: UpdateParameters: don't reconnect automaticallySimon McVittie1-20/+7
2009-05-06fd.o #21154: McdAccount: UpdateParameters: break API to return the parameters...Simon McVittie1-3/+2
2009-05-06Merge branches 'update-parameters', 'property-setting-failure', 'reconnect' a...Simon McVittie1-62/+110
2009-05-05McdAccount: Reconnect: don't do anything if we can't connect or don't want toSimon McVittie1-0/+15
2009-05-05fd.o #21544: change signature of mcd_setprop so it can raise an errorSimon McVittie1-52/+66
2009-05-05mcd_account_set_string_val: return a tristate instead of a booleanSimon McVittie1-14/+33
2009-05-05_mcd_account_set_parameters: optionally return the deferred parametersSimon McVittie1-2/+60
2009-05-05McdAccount: UpdateParameters: don't work around failure to set GErrorSimon McVittie1-6/+3
2009-05-05_mcd_account_set_parameter: make staticSimon McVittie1-1/+1
2009-05-05McdAccount: don't crash when D-Bus properties are set to the wrong typeSimon McVittie1-0/+57
2009-04-24Supports parameters of type 'as'Alberto Mardegan1-1/+22
2009-04-17McdAccount: if we have no McdConnection, set status DISCONNECTEDSimon McVittie1-0/+4
2009-04-17McdAccount: Implement Reconnect() in a trivial way, matching what UpdateParam...Simon McVittie1-1/+10
2009-04-16McdAccount: have the Account use the value it already stored for the status r...Simon McVittie1-16/+2
2009-04-16McdConnection: remove mcd_connection_get_connection_statusSimon McVittie1-1/+1
2009-04-16McdAccount: call a method on the McdConnection to request presence, rather th...Simon McVittie1-19/+16
2009-04-16McdConnection: provide Connection status to McdAccount via a signal rather th...Simon McVittie1-5/+11
2009-04-16McdAccount: implement a stub version of ReconnectSimon McVittie1-0/+13
2009-04-16McdConnection: emit presence changes as a signal rather than poking the AccountSimon McVittie1-13/+12
2009-04-16McdAccount: remove unused current-presence-changed signalSimon McVittie1-14/+0
2009-04-16McdAccount: inline mcd_account_unset_parameters into _mcd_account_set_parametersSimon McVittie1-15/+12
2009-04-16_mcd_account_connect, _mcd_connection_connect: don't consume @paramsSimon McVittie1-1/+1
2009-04-15Assert in various places that the CM parameters are non-NULLSimon McVittie1-0/+2
2009-04-15McdAccount: make parameter accessors internalSimon McVittie1-25/+27