summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-16make text-handler example more exemplaryGuillaume Desmottes1-6/+13
2010-12-16doc: say to include telepathy-glib.h to use TpTextChannelGuillaume Desmottes1-1/+1
2010-12-16get_pending_messages_cb: check the value is of the right typeGuillaume Desmottes1-0/+13
2010-12-16not having message-sender is not an errorGuillaume Desmottes1-2/+2
2010-12-16turn pending_messages to a GQueueGuillaume Desmottes1-25/+37
2010-12-16remove 2 gotoGuillaume Desmottes1-14/+13
2010-12-16free the parts_list using a GDestroyNotifyGuillaume Desmottes1-7/+14
2010-12-16get_pending_messages_cb: add a commentGuillaume Desmottes1-0/+1
2010-12-16use ID to get TpContact if message-sender-id is set on ALL messagesGuillaume Desmottes1-1/+1
2010-12-16display path of the connection in debug msgGuillaume Desmottes1-4/+6
2010-12-16fix typoGuillaume Desmottes1-1/+2
2010-12-16send_message_cb: set token to NULL if emptyGuillaume Desmottes1-2/+2
2010-12-16move get_pending_message_id as internal APIGuillaume Desmottes3-20/+26
2010-12-16rename SIG_ macro to fit the actual name of the signalGuillaume Desmottes1-3/+3
2010-12-16improve ack messages docGuillaume Desmottes1-3/+12
2010-12-16automatic_proxy_factory_dup_channel: the channel arg is now usedGuillaume Desmottes1-2/+2
2010-12-16automatic-proxy-factory: fix docGuillaume Desmottes1-2/+2
2010-12-16test-text-handler: use tp_message_to_text()Guillaume Desmottes1-18/+19
2010-12-16pending_messages_removed_cb: stop iterating over messages once we found the r...Guillaume Desmottes1-0/+1
2010-12-16get_sender: set contact to NULL if we don't have the sender handleGuillaume Desmottes1-0/+2
2010-12-16set the sender on outgoing messagesGuillaume Desmottes1-45/+64
2010-12-16get_pending_messages_cb: don't leak the contactGuillaume Desmottes1-0/+1
2010-12-16get the senders using ID, if possible, when fetching pending messagesGuillaume Desmottes1-29/+96
2010-12-16message_received_cb: get the sender using his ID, if possibleGuillaume Desmottes1-7/+62
2010-12-16get_sender: allow to return the sender-id as wellGuillaume Desmottes1-4/+9
2010-12-16don't skip pending message without a senderGuillaume Desmottes1-0/+1
2010-12-16use add_message_received() also when fetching pending messagesGuillaume Desmottes1-16/+9
2010-12-16Try to get the TpContact right away when fetching pending messagesGuillaume Desmottes1-4/+16
2010-12-16use tp_connection_dup_contact_if_possible() when receiving a new messageGuillaume Desmottes1-5/+51
2010-12-16_tp_signalled_message_new now takes the senderGuillaume Desmottes1-25/+43
2010-12-16set senders of pending messagesGuillaume Desmottes2-2/+98
2010-12-16set the sender of incoming messagesGuillaume Desmottes2-1/+57
2010-12-16factor out add_message_received()Guillaume Desmottes1-4/+11
2010-12-16use tp_message_to_text() in testsGuillaume Desmottes1-16/+15
2010-12-16add tp_text_channel_set_chat_state_asyncGuillaume Desmottes3-0/+79
2010-12-16test message-sent signalGuillaume Desmottes1-0/+60
2010-12-16add message-sent signalGuillaume Desmottes2-0/+52
2010-12-16tp_text_channel_send_message_finish: return the tokenGuillaume Desmottes3-4/+18
2010-12-16tp_client_message_text_new has been renamedGuillaume Desmottes2-7/+7
2010-12-16examples/client/text-handler: use TpTextChannelGuillaume Desmottes1-64/+32
2010-12-16automatic-proxy-factory: create TpTextChannel objects when neededGuillaume Desmottes1-7/+42
2010-12-16test pending-message-removed signalGuillaume Desmottes1-0/+22
2010-12-16add pending-message-removed signalGuillaume Desmottes1-0/+25
2010-12-16test tp_text_channel_ack_message_async()Guillaume Desmottes1-0/+60
2010-12-16add tp_text_channel_ack_message_asyncGuillaume Desmottes3-0/+81
2010-12-16test tp_text_channel_ack_messages_async()Guillaume Desmottes1-0/+69
2010-12-16remove acked messages from pendingGuillaume Desmottes1-1/+27
2010-12-16add tp_text_channel_ack_messages_async()Guillaume Desmottes3-0/+133
2010-12-16test message-received signalGuillaume Desmottes1-0/+58
2010-12-16TpTextChannel: add message-received signalGuillaume Desmottes1-4/+44