summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* pending_messages_removed_cb: early return if we didn't fetch pending messages...Guillaume Desmottes2010-12-161-0/+3
* check type of self in gettersGuillaume Desmottes2010-12-161-0/+6
* fail to prepare if we can't connect signalsGuillaume Desmottes2010-12-161-1/+1
* replace retrieving_pending by got_initial_messagesGuillaume Desmottes2010-12-161-6/+3
* default to plain if SupportedContentTypes is missingGuillaume Desmottes2010-12-161-0/+5
* make find_msg_by_id clearerGuillaume Desmottes2010-12-161-1/+1
* raise a warning if we can't connect to MessageSentGuillaume Desmottes2010-12-161-1/+1
* tp_text_channel_get_supported_content_types: return a const gchar * const *Guillaume Desmottes2010-12-161-2/+2
* rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_IN...Guillaume Desmottes2010-12-161-13/+13
* get_pending_messages_cb: check the value is of the right typeGuillaume Desmottes2010-12-161-0/+13
* not having message-sender is not an errorGuillaume Desmottes2010-12-161-2/+2
* turn pending_messages to a GQueueGuillaume Desmottes2010-12-161-25/+37
* remove 2 gotoGuillaume Desmottes2010-12-161-14/+13
* free the parts_list using a GDestroyNotifyGuillaume Desmottes2010-12-161-7/+14
* get_pending_messages_cb: add a commentGuillaume Desmottes2010-12-161-0/+1
* use ID to get TpContact if message-sender-id is set on ALL messagesGuillaume Desmottes2010-12-161-1/+1
* display path of the connection in debug msgGuillaume Desmottes2010-12-161-4/+6
* fix typoGuillaume Desmottes2010-12-161-1/+2
* send_message_cb: set token to NULL if emptyGuillaume Desmottes2010-12-161-2/+2
* move get_pending_message_id as internal APIGuillaume Desmottes2010-12-161-20/+3
* rename SIG_ macro to fit the actual name of the signalGuillaume Desmottes2010-12-161-3/+3
* improve ack messages docGuillaume Desmottes2010-12-161-3/+12
* pending_messages_removed_cb: stop iterating over messages once we found the r...Guillaume Desmottes2010-12-161-0/+1
* get_sender: set contact to NULL if we don't have the sender handleGuillaume Desmottes2010-12-161-0/+2
* set the sender on outgoing messagesGuillaume Desmottes2010-12-161-45/+64
* get_pending_messages_cb: don't leak the contactGuillaume Desmottes2010-12-161-0/+1
* get the senders using ID, if possible, when fetching pending messagesGuillaume Desmottes2010-12-161-29/+96
* message_received_cb: get the sender using his ID, if possibleGuillaume Desmottes2010-12-161-7/+62
* get_sender: allow to return the sender-id as wellGuillaume Desmottes2010-12-161-4/+9
* don't skip pending message without a senderGuillaume Desmottes2010-12-161-0/+1
* use add_message_received() also when fetching pending messagesGuillaume Desmottes2010-12-161-16/+9
* Try to get the TpContact right away when fetching pending messagesGuillaume Desmottes2010-12-161-4/+16
* use tp_connection_dup_contact_if_possible() when receiving a new messageGuillaume Desmottes2010-12-161-5/+51
* _tp_signalled_message_new now takes the senderGuillaume Desmottes2010-12-161-25/+43
* set senders of pending messagesGuillaume Desmottes2010-12-161-2/+91
* set the sender of incoming messagesGuillaume Desmottes2010-12-161-1/+52
* factor out add_message_received()Guillaume Desmottes2010-12-161-4/+11
* add tp_text_channel_set_chat_state_asyncGuillaume Desmottes2010-12-161-0/+68
* add message-sent signalGuillaume Desmottes2010-12-161-0/+51
* tp_text_channel_send_message_finish: return the tokenGuillaume Desmottes2010-12-161-3/+12
* add pending-message-removed signalGuillaume Desmottes2010-12-161-0/+25
* add tp_text_channel_ack_message_asyncGuillaume Desmottes2010-12-161-0/+70
* remove acked messages from pendingGuillaume Desmottes2010-12-161-1/+27
* add tp_text_channel_ack_messages_async()Guillaume Desmottes2010-12-161-0/+122
* TpTextChannel: add message-received signalGuillaume Desmottes2010-12-161-4/+44
* get_pending_messages_cb: update pending messagesGuillaume Desmottes2010-12-161-1/+9
* add tp_text_channel_send_message_{async,finish}Guillaume Desmottes2010-12-161-0/+78
* add TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES and tp_text_channel_get_pending_...Guillaume Desmottes2010-12-161-0/+158
* add TpTextChannel (fdo #29531)Guillaume Desmottes2010-12-161-0/+365