summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-21base-client: add set_observer_delay_approvers functiondelay-approversJonny Lamb3-0/+48
2010-12-10Merge branch 'protocol'Jonny Lamb5-1/+92
2010-12-10protocol: deal with AuthenticationTypes not being presentJonny Lamb1-4/+21
2010-12-10Update to spec 0.21.7Simon McVittie7-22/+179
2010-12-10Merge branch 'messages'Simon McVittie8-13/+89
2010-12-10TpMessageMixin: disallow message-sender-id in the same contexts as message-se...Simon McVittie1-0/+2
2010-12-10Don't put _TP_GNUC_DEPRECATED on TpMessage stuff for nowSimon McVittie2-4/+4
2010-12-10Hide tp_message_new, tp_message_set_handle etc. if TP_DISABLE_DEPRECATEDSimon McVittie2-2/+7
2010-12-10Check that the self-handle is added to sent messagesSimon McVittie1-0/+28
2010-12-10tp_message_mixin_sent: set the senderSimon McVittie1-0/+13
2010-12-10tp_message_mixin_sent: improve checksSimon McVittie1-3/+2
2010-12-10TP_HAS_GROUP_MIXIN, TP_HAS_GROUP_MIXIN_CLASS: addSimon McVittie3-0/+21
2010-12-10tp_mixin_(instance|class)_get_offset: return 0 without error if there is no m...Simon McVittie1-5/+13
2010-12-10Merge branch 'telepathy-glib-0.12'Simon McVittie0-0/+0
2010-12-10NEWSSimon McVittie1-0/+5
2010-12-10Use WARNING instead of g_warningXavier Claessens1-1/+1
2010-12-10Correctly Close() handled channelsXavier Claessens3-9/+85
2010-12-10Avoid potential problems if channel is already invalidatedXavier Claessens1-4/+3
2010-12-10Warning if TpBaseClient is still handling channels at disposeXavier Claessens1-0/+4
2010-12-10Document that handlers are responsible to call Close() on handled channelsXavier Claessens2-0/+9
2010-12-10Fix leaked TpChannel objectsXavier Claessens1-1/+1
2010-12-10NEWSSimon McVittie1-0/+5
2010-12-10Merge branch 'messaging'Simon McVittie7-29/+278
2010-12-10Test various TpMessage, TpCMMessage accessorsSimon McVittie1-0/+13
2010-12-10Add convenience accessors for most of the Message headersSimon McVittie3-8/+222
2010-12-10tp_cm_message_get_sender: addSimon McVittie3-0/+20
2010-12-10_tp_signalled_message_new: ignore sender in @parts, trust @sender insteadSimon McVittie1-21/+23
2010-12-10Use WARNING instead of g_warningXavier Claessens1-1/+1
2010-12-10Correctly Close() handled channelsXavier Claessens3-9/+85
2010-12-10Avoid potential problems if channel is already invalidatedXavier Claessens1-4/+3
2010-12-10Warning if TpBaseClient is still handling channels at disposeXavier Claessens1-0/+4
2010-12-10Document that handlers are responsible to call Close() on handled channelsXavier Claessens2-0/+9
2010-12-10Fix leaked TpChannel objectsXavier Claessens1-1/+1
2010-12-09NEWSSimon McVittie1-0/+13
2010-12-09Fix unused-if-not-debugging variableSimon McVittie1-0/+2
2010-12-09Merge branch 'self-contact'Simon McVittie10-100/+581
2010-12-09Test that if GetSelfHandle fails, we invalidate the connectionSimon McVittie1-0/+36
2010-12-09reorder includesGuillaume Desmottes4-2/+6
2010-12-09TpTestsSimpleConnection: allow forcing GetSelfHandle() to failSimon McVittie2-4/+31
2010-12-09move include out of G_BEGIN_DECLSGuillaume Desmottes3-6/+7
2010-12-09self-handle test: try changing the self-handle between GetSelfHandle and fini...Simon McVittie1-0/+73
2010-12-09self-handle test: change the counter callback to use swapped argumentsSimon McVittie1-11/+10
2010-12-09TpTestsSimpleConnection: emit a signal when GetSelfHandle is calledSimon McVittie1-3/+45
2010-12-09fix typoGuillaume Desmottes1-3/+3
2010-12-09move TpMessage message-mixin specific variables to TpCMMessageGuillaume Desmottes4-33/+42
2010-12-09more use of tp_message_append_part() instead of creating the hash table manuallyGuillaume Desmottes2-11/+6
2010-12-09message-mixin: no need to include signalled-message-internal.hGuillaume Desmottes1-1/+0
2010-12-09remove useless includesGuillaume Desmottes1-3/+0
2010-12-09remove useless tp_client_message_disposeGuillaume Desmottes1-16/+0
2010-12-09_tp_signalled_message_new: add message-sender-id if neededGuillaume Desmottes1-0/+8